[26755] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25733 - trunk/debathena/scripts

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Aug 16 17:51:53 2012

Date: Thu, 16 Aug 2012 17:51:51 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201208162151.q7GLppnk016955@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2012-08-16 17:51:51 -0400 (Thu, 16 Aug 2012)
New Revision: 25733

Modified:
   trunk/debathena/scripts/chroot-sources
Log:
Update chroot-sources to match do-build now that we're using -stagging

Modified: trunk/debathena/scripts/chroot-sources
===================================================================
--- trunk/debathena/scripts/chroot-sources	2012-08-16 21:28:06 UTC (rev 25732)
+++ trunk/debathena/scripts/chroot-sources	2012-08-16 21:51:51 UTC (rev 25733)
@@ -20,6 +20,14 @@
 deb-src $DEBATHENA_MIRROR $dist debathena debathena-config
 EOF
 
+if [ "$DEBATHENA_RELEASE" = "-staging" ]; then
+    cat >>"$list" <<EOF
+deb $DEBATHENA_MIRROR ${dist}-staging debathena debathena-config
+deb-src $DEBATHENA_MIRROR ${dist}-staging debathena debathena-config
+EOF
+    DEBATHENA_RELEASE="-development"
+fi
+
 if [ "$DEBATHENA_RELEASE" = "-proposed" ] || [ "$DEBATHENA_RELEASE" = "-development" ]; then
     cat >>"$list" <<EOF
 deb $DEBATHENA_MIRROR ${dist}-proposed debathena debathena-config


home help back first fref pref prev next nref lref last post