[82896] contrib/buildbot/deploy_archives.sh

wsiegrist at apple.com wsiegrist at apple.com
Sun Aug 21 13:37:44 PDT 2011


Revision: 82896
          http://trac.macports.org/changeset/82896
Author:   wsiegrist at apple.com
Date:     2011-08-21 13:37:44 -0700 (Sun, 21 Aug 2011)
Log Message:
-----------
Ensure webserver can read signatures. Fixes #30919.

Modified Paths:
--------------
    contrib/buildbot/deploy_archives.sh

Modified: contrib/buildbot/deploy_archives.sh
===================================================================
--- contrib/buildbot/deploy_archives.sh	2011-08-21 20:33:34 UTC (rev 82895)
+++ contrib/buildbot/deploy_archives.sh	2011-08-21 20:37:44 UTC (rev 82896)
@@ -26,7 +26,8 @@
         aname=$(basename $archive)
         echo deploying archive: $aname
         if [[ -n "$PRIVKEY" ]]; then
-            openssl dgst -ripemd160 -sign "${PRIVKEY}" -out ${ULPATH}/${portname}/${aname}.rmd160 ${archive}
+            openssl dgst -ripemd160 -sign "${PRIVKEY}" -out ${ULPATH}/${portname}/${aname}.rmd160 ${archive} ;
+            chmod a+r ${ULPATH}/${portname}/${aname}.rmd160 ;
         fi
     done
     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110821/663dae13/attachment-0001.html>


More information about the macports-changes mailing list