[151159] contrib/mp-buildbot/mpbb-cleanup
ryandesign at macports.org
ryandesign at macports.org
Mon Aug 8 21:44:11 PDT 2016
Revision: 151159
https://trac.macports.org/changeset/151159
Author: ryandesign at macports.org
Date: 2016-08-08 21:44:10 -0700 (Mon, 08 Aug 2016)
Log Message:
-----------
mp-buildbot: remove debugging
Modified Paths:
--------------
contrib/mp-buildbot/mpbb-cleanup
Modified: contrib/mp-buildbot/mpbb-cleanup
===================================================================
--- contrib/mp-buildbot/mpbb-cleanup 2016-08-09 04:39:55 UTC (rev 151158)
+++ contrib/mp-buildbot/mpbb-cleanup 2016-08-09 04:44:10 UTC (rev 151159)
@@ -26,9 +26,9 @@
ports="$(find ${option_prefix}/var/macports/${dir} -name '.*' -prune -o -depth 2 -type d -print | sed 's,^.*/,,' | sort -fu)"
for port in ${ports}; do
echo "Deleting ${dir} for ${port}"
- echo rm -rf ${option_prefix}/var/macports/${dir}/*/${port}
+ rm -rf ${option_prefix}/var/macports/${dir}/*/${port}
done
- echo rm -rf "${option_prefix}/var/macports/${dir}/*"
+ rm -rf "${option_prefix}/var/macports/${dir}/*"
echo
done
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160808/0cb3d1d8/attachment.html>
More information about the macports-changes
mailing list