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:
parent
0d7f99e261
commit
3ea2728b69
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue