[PC-BSD Commits] r19650 - pcbsd/current/src-sh/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 11 10:50:36 PDT 2012
Author: kris
Date: 2012-10-11 17:50:36 +0000 (Thu, 11 Oct 2012)
New Revision: 19650
Modified:
pcbsd/current/src-sh/pbi-manager/pbi-manager
Log:
Print that we are doing outgoing directory cleaning
Modified: pcbsd/current/src-sh/pbi-manager/pbi-manager
===================================================================
--- pcbsd/current/src-sh/pbi-manager/pbi-manager 2012-10-11 17:43:49 UTC (rev 19649)
+++ pcbsd/current/src-sh/pbi-manager/pbi-manager 2012-10-11 17:50:36 UTC (rev 19650)
@@ -5580,6 +5580,8 @@
# Start the auto-build traversal process
do_pbi_autob() {
+ echo "`basename ${0}` started: `date`"
+
# Prune any outdir files which we don't have modules for
do_pbi_autob_prune
@@ -5589,7 +5591,6 @@
# Get this runs timestamp
PBI_AB_TIMESTAMP=`date | md5`
- echo "`basename ${0}` started: `date`"
# Build our list of targets first
echo "=> Creating build queue list..."
@@ -5790,6 +5791,7 @@
do_pbi_autob_prune() {
if [ "${PBI_AB_PRUNE}" != "YES" ] ; then return 0 ; fi
+ echo "=> Cleaning outgoing directory..."
# Prune outgoing dirs which don't have matching modules anymore
cd "${PBI_AB_OUTDIR}"
for i in `find . -type d | grep -v '\.svn'`
More information about the Commits
mailing list