[23129] in Source-Commits
/svn/athena r22791 - trunk/debathena/third/common
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Wed Mar 12 23:10:02 2008
Date: Wed, 12 Mar 2008 23:09:31 -0400 (EDT)
From: ghudson@MIT.EDU
Message-Id: <200803130309.XAA08248@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: ghudson
Date: 2008-03-12 23:09:31 -0400 (Wed, 12 Mar 2008)
New Revision: 22791
Modified:
trunk/debathena/third/common/debathenificator.sh
Log:
* debathena/third/common/debathenificator.sh: Make "./debathenify-foo
source binary upload" work by returning rather than exiting when
cmd_source decides not to act.
Modified: trunk/debathena/third/common/debathenificator.sh
===================================================================
--- trunk/debathena/third/common/debathenificator.sh 2008-03-13 02:40:30 UTC (rev 22790)
+++ trunk/debathena/third/common/debathenificator.sh 2008-03-13 03:09:31 UTC (rev 22791)
@@ -33,8 +33,8 @@
cmd_source () {
if [ "$a" != "-A" ]; then
- echo "Nothing to do for $dist_arch." >&2
- exit 0
+ echo "Not building source package for $dist_arch." >&2
+ return
fi
echo "Building source for $name-$daversion on $dist_arch" >&2