[151106] contrib/buildbot-test/deploy_archives.sh

ryandesign at macports.org ryandesign at macports.org
Sun Aug 7 08:51:50 PDT 2016


Revision: 151106
          https://trac.macports.org/changeset/151106
Author:   ryandesign at macports.org
Date:     2016-08-07 08:51:50 -0700 (Sun, 07 Aug 2016)
Log Message:
-----------
buildbot-test: exit on errors in deploy_archives.sh

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

Modified: contrib/buildbot-test/deploy_archives.sh
===================================================================
--- contrib/buildbot-test/deploy_archives.sh	2016-08-07 14:57:59 UTC (rev 151105)
+++ contrib/buildbot-test/deploy_archives.sh	2016-08-07 15:51:50 UTC (rev 151106)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 # download server hostname
 if [[ -z "$DLHOST" ]]; then
     DLHOST=""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160807/1ed3e95e/attachment-0001.html>


More information about the macports-changes mailing list