[151237] contrib/mp-buildbot/mpbb-gather-archives

ryandesign at macports.org ryandesign at macports.org
Wed Aug 10 18:44:28 PDT 2016


Revision: 151237
          https://trac.macports.org/changeset/151237
Author:   ryandesign at macports.org
Date:     2016-08-10 18:44:28 -0700 (Wed, 10 Aug 2016)
Log Message:
-----------
mp-buildbot: print a message when an archive was already uploaded

Modified Paths:
--------------
    contrib/mp-buildbot/mpbb-gather-archives

Modified: contrib/mp-buildbot/mpbb-gather-archives
===================================================================
--- contrib/mp-buildbot/mpbb-gather-archives	2016-08-11 00:18:32 UTC (rev 151236)
+++ contrib/mp-buildbot/mpbb-gather-archives	2016-08-11 01:44:28 UTC (rev 151237)
@@ -32,6 +32,8 @@
                 mkdir -p "${option_staging_dir}/${archive_port}" || { status=$?; break; }
                 ln "${archive_path}" "${option_staging_dir}/${archive_port}/${archive_basename}" || { status=$?; break; }
             fi
+        else
+            echo "Archive was already uploaded: ${archive_basename}"
         fi
     done
     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160810/acb4b1ae/attachment.html>


More information about the macports-changes mailing list