[150985] contrib/mp-buildbot/mpbb-selfupdate
ryandesign at macports.org
ryandesign at macports.org
Thu Aug 4 13:25:22 PDT 2016
Revision: 150985
https://trac.macports.org/changeset/150985
Author: ryandesign at macports.org
Date: 2016-08-04 13:25:22 -0700 (Thu, 04 Aug 2016)
Log Message:
-----------
mp-buildbot: fix fetching MacPorts bootstrap source code
Modified Paths:
--------------
contrib/mp-buildbot/mpbb-selfupdate
Modified: contrib/mp-buildbot/mpbb-selfupdate
===================================================================
--- contrib/mp-buildbot/mpbb-selfupdate 2016-08-04 19:51:41 UTC (rev 150984)
+++ contrib/mp-buildbot/mpbb-selfupdate 2016-08-04 20:25:22 UTC (rev 150985)
@@ -15,7 +15,7 @@
macports_distfile=${macports_distname}.tar.bz2
if [ ! -d ${macports_distname} ]; then
if [ ! -f ${macports_distfile} ]; then
- curl -fIsLO https://distfiles.macports.org/MacPorts/${macports_distfile} || return $?
+ curl -fsLO https://distfiles.macports.org/MacPorts/${macports_distfile} || return $?
fi
tar -xJf ${macports_distfile} || return $?
fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160804/abee36e8/attachment.html>
More information about the macports-changes
mailing list