[ARVADOS-DEV] updated: 30522a0e950b024366b07c8a25f24a66935600a0

git at public.curoverse.com git at public.curoverse.com
Wed Oct 1 17:23:12 EDT 2014


Summary of changes:
 jenkins/run-build-packages.sh | 1 +
 1 file changed, 1 insertion(+)

       via  30522a0e950b024366b07c8a25f24a66935600a0 (commit)
      from  d99b860348c603932ca80c1c5b80c3e6880c1f35 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 30522a0e950b024366b07c8a25f24a66935600a0
Author: Ward Vandewege <ward at curoverse.com>
Date:   Wed Oct 1 17:22:51 2014 -0400

    Make sure our generated packages are world-readable, otherwise they
    won't be useful in the package repo.
    
    No issue #

diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index 56a43b1..fe64f89 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -127,6 +127,7 @@ build_and_scp_deb () {
       if [[ "$FPM_EXIT_CODE" != "0" ]]; then
         echo "Error building debian package for $1:\n $FPM_RESULTS"
       else
+        chmod 644 $FPM_PACKAGE_NAME
         scp -P2222 $FPM_PACKAGE_NAME $APTUSER@$APTSERVER:tmp/
         CALL_FREIGHT=1
       fi

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list