[7272] in Release_7.7_team
damove and daupload should zephyr
daemon@ATHENA.MIT.EDU (Jonathan Reed)
Thu Feb 10 13:21:36 2011
Date: Thu, 10 Feb 2011 13:21:28 -0500 (EST)
From: Jonathan Reed <jdreed@MIT.EDU>
To: release-team@mit.edu
Message-ID: <alpine.DEB.2.00.1102101319150.24822@INFINITE-LOOP.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII
Any objections to the following patches?
Index: damove
===================================================================
--- damove (revision 24892)
+++ damove (working copy)
@@ -24,3 +24,4 @@
if [ "$new_suffix" != "$old_suffix" ]; then
daremove "$old_suffix" "$@"
fi
+zwrite -d -O auto -c debathena -i apt -m "Moved $@ from ${old_suffix:-production} to ${new_suffix:-production}"
Index: daupload-proposed
===================================================================
--- daupload-proposed (revision 24892)
+++ daupload-proposed (working copy)
@@ -129,3 +129,6 @@
[ -e "$built/$orig" ] || cp -ai "$orig" "$built/"
done
fi
+zwrite -d -O auto -c debathena -i apt -m "Uploaded ${base} to ${release:-production}"
+
+
jdreed@INFINITE-LOOP:~/src/athena/debathena/scripts$