10 lines
296 B
Bash
10 lines
296 B
Bash
#!/bin/bash
|
|
# Performs a full on sync of a minor release, directories and all. It calls the
|
|
# other scripts in this directory to assist.
|
|
# Source common variables
|
|
source "./common"
|
|
|
|
# sync all pieces of a release, including extras, nfv, etc
|
|
|
|
# move around the ISOs a bit, make things comfortable
|