[26717] in Source-Commits
/svn/athena r25707 - trunk/debathena/config/auto-update/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Aug 7 12:17:44 2012
Date: Tue, 7 Aug 2012 12:17:42 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201208071617.q77GHgCJ009094@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2012-08-07 12:17:42 -0400 (Tue, 07 Aug 2012)
New Revision: 25707
Modified:
trunk/debathena/config/auto-update/debian/athena-auto-update
trunk/debathena/config/auto-update/debian/changelog
Log:
In auto-update:
* If someone has other debathena repos enabled, don't add -proposed and
-development to them
Modified: trunk/debathena/config/auto-update/debian/athena-auto-update
===================================================================
--- trunk/debathena/config/auto-update/debian/athena-auto-update 2012-08-06 22:48:12 UTC (rev 25706)
+++ trunk/debathena/config/auto-update/debian/athena-auto-update 2012-08-07 16:17:42 UTC (rev 25707)
@@ -161,8 +161,8 @@
case $APT_RELEASE in
production) ;;
proposed) echo "$dsource" | awk '$3 !~ /-/ {$3 = $3 "-proposed"; print}' ;;
- development) echo "$dsource" | awk '$3 != /-/ {$3 = $3 "-proposed"; print}'
- echo "$dsource" | awk '$3 != /-/ {$3 = $3 "-development"; print}' ;;
+ development) echo "$dsource" | awk '$3 !~ /-/ {$3 = $3 "-proposed"; print}'
+ echo "$dsource" | awk '$3 !~ /-/ {$3 = $3 "-development"; print}' ;;
esac
) > $slist
else
Modified: trunk/debathena/config/auto-update/debian/changelog
===================================================================
--- trunk/debathena/config/auto-update/debian/changelog 2012-08-06 22:48:12 UTC (rev 25706)
+++ trunk/debathena/config/auto-update/debian/changelog 2012-08-07 16:17:42 UTC (rev 25707)
@@ -1,3 +1,10 @@
+debathena-auto-update (1.39) unstable; urgency=low
+
+ * If someone has other debathena repos enabled, don't add -proposed and
+ -development to them
+
+ -- Jonathan Reed <jdreed@mit.edu> Tue, 07 Aug 2012 12:17:33 -0400
+
debathena-auto-update (1.38) unstable; urgency=low
* Depend on the new athinfod with query snippet support and add some