[26654] in Source-Commits
/svn/athena r25678 - trunk/debathena/scripts
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Aug 1 10:12:42 2012
Date: Wed, 1 Aug 2012 10:12:41 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201208011412.q71ECftN022842@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2012-08-01 10:12:41 -0400 (Wed, 01 Aug 2012)
New Revision: 25678
Modified:
trunk/debathena/scripts/damove
Log:
Zephyr upon successfull move (#302, sort of)
Modified: trunk/debathena/scripts/damove
===================================================================
--- trunk/debathena/scripts/damove 2012-08-01 13:54:03 UTC (rev 25677)
+++ trunk/debathena/scripts/damove 2012-08-01 14:12:41 UTC (rev 25678)
@@ -25,4 +25,7 @@
if [ "$new_suffix" != "$old_suffix" ]; then
daremove "$old_suffix" "$pkg"
fi
+ if hash zwrite 2>/dev/null; then
+ zwrite -d -c debathena -i apt -m "Moved $pkg from $old_suffix to ${new_suffix:-production}"
+ then
done