[23272] in Source-Commits

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

/svn/athena r22933 - trunk/debathena/third/common

daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Tue Apr 22 06:10:54 2008

Date: Tue, 22 Apr 2008 06:10:21 -0400 (EDT)
From: tabbott@MIT.EDU
Message-Id: <200804221010.GAA23619@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: tabbott
Date: 2008-04-22 06:10:21 -0400 (Tue, 22 Apr 2008)
New Revision: 22933

Modified:
   trunk/debathena/third/common/debathenificator.sh
Log:
Have debathenificator use the central tags database.


Modified: trunk/debathena/third/common/debathenificator.sh
===================================================================
--- trunk/debathena/third/common/debathenificator.sh	2008-04-22 09:57:50 UTC (rev 22932)
+++ trunk/debathena/third/common/debathenificator.sh	2008-04-22 10:10:21 UTC (rev 22933)
@@ -90,17 +90,10 @@
 cmd_upload () {
     REPREPRO="v reprepro -Vb $DEBATHENA_APT"
     REPREPROI="$REPREPRO --ignore=wrongdistribution --ignore=missingfield"
-    
-    case "$dist" in
-	sarge) tag='~debian3.1' ;;
-	etch) tag='~debian4.0' ;;
-	lenny) tag='~debian4.1~0.1' ;;
-	dapper) tag='~ubuntu6.06' ;;
-	edgy) tag='~ubuntu6.10' ;;
-	feisty) tag='~ubuntu7.04' ;;
-	gutsy) tag='~ubuntu7.10' ;;
-    esac
-    
+
+    . /mit/debathena/bin/debian-versions.sh
+    tag=gettag $dist
+
     if [ "$a" = "-A" ]; then
 	$REPREPROI include "$dist" "${name}_${daversion}_source.changes"
     fi


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