1
0
Fork 0

Mac: Keychain unlock needs to happen later.

Apparently the keychain re-locks fairly rapidly, so run the unlock script
right before running the packaging script. This is non-portable to another Mac slave, but will do for now.
This commit is contained in:
James Turner 2012-08-14 12:11:48 +01:00
parent 0d7f99e261
commit 3ea2728b69

View file

@ -65,5 +65,9 @@ echo "Syncing base packages files from sphere.telascience.org"
rsync -avz --filter 'merge base-package.rules' \ rsync -avz --filter 'merge base-package.rules' \
-e ssh jturner@sphere.telascience.org:/home/jturner/fgdata . -e ssh jturner@sphere.telascience.org:/home/jturner/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
/Users/Shared/Hudson/unlock-keychain.sh
echo "Running package script" echo "Running package script"
./hudson_mac_package_release.rb ./hudson_mac_package_release.rb