Fix password for apex signing 69/16569/1
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 7 Jul 2016 16:01:41 +0000 (12:01 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Thu, 7 Jul 2016 16:02:18 +0000 (12:02 -0400)
Change-Id: Icd9dd9050f5eaee2733cacd925fb8c71c16b59d3
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
jjb/apex/apex-upload-artifact.sh

index d45c7c0..0dd112b 100755 (executable)
@@ -35,7 +35,7 @@ done
 signiso () {
 time gpg2 -vvv --batch --yes --no-tty \
   --default-key opnfv-helpdesk@rt.linuxfoundation.org  \
-  --passphrase notreallysecure \
+  --passphrase besteffort \
   --detach-sig $BUILD_DIRECTORY/release/OPNFV-CentOS-7-x86_64-$OPNFV_ARTIFACT_VERSION.iso
 
 gsutil cp $BUILD_DIRECTORY/release/OPNFV-CentOS-7-x86_64-$OPNFV_ARTIFACT_VERSION.iso.sig gs://$GS_URL/opnfv-$OPNFV_ARTIFACT_VERSION.iso.sig