1
0
Fork 0

Fix nightly build rsync source.

Rsync can’t rename the root folder, so moved things on Sphere into
a subdirectory.
This commit is contained in:
James Turner 2015-02-28 11:42:36 +00:00
parent e57f5f761c
commit e3d55cf136

View file

@ -50,7 +50,7 @@ chmod +x $WORKSPACE/dist/bin/osgversion
################################################################################
echo "Syncing base packages files from sphere.telascience.org"
rsync -avz --filter 'merge base-package.rules' \
-e ssh jturner@sphere.telascience.org:/home/jturner/master-data .
-e ssh jturner@sphere.telascience.org:/home/jturner/master-data/fgdata .
# run the unlock script now - we need to do this right before code-signing,
# or the keychain may automatically re-lock after some period of time