[27962] trunk/base/portmgr/PortIndexRegen.sh
source_changes at macosforge.org
source_changes at macosforge.org
Thu Aug 16 09:37:20 PDT 2007
Revision: 27962
http://trac.macosforge.org/projects/macports/changeset/27962
Author: jmpp at macports.org
Date: 2007-08-16 09:37:20 -0700 (Thu, 16 Aug 2007)
Log Message:
-----------
Correct failure message title and lockfile error info.
Modified Paths:
--------------
trunk/base/portmgr/PortIndexRegen.sh
Modified: trunk/base/portmgr/PortIndexRegen.sh
===================================================================
--- trunk/base/portmgr/PortIndexRegen.sh 2007-08-16 16:34:43 UTC (rev 27961)
+++ trunk/base/portmgr/PortIndexRegen.sh 2007-08-16 16:37:20 UTC (rev 27962)
@@ -43,7 +43,7 @@
# Function to spam people in charge if something goes wrong during indexing.
bail () {
- mail -s "AutoIndex Failure on ${DATE}" $SPAM_LOVERS < $FAILURE_LOG
+ mail -s "PortIndex Regen failure on ${DATE}" $SPAM_LOVERS < $FAILURE_LOG
cleanup; exit 1
}
@@ -57,7 +57,7 @@
if [ ! -e $LOCKFILE ]; then
touch $LOCKFILE
else
- echo "Index Regen lockfile found, is another index regen running?"
+ echo "PortIndex Regen lockfile found, is another regen job running?"
exit 1
fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070816/fe21d2e2/attachment.html
More information about the macports-changes
mailing list