[23273] in Source-Commits

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

/svn/athena r22934 - trunk/debathena/third/cyrus-sasl2-mit

daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Tue Apr 22 06:27:20 2008

Date: Tue, 22 Apr 2008 06:26:49 -0400 (EDT)
From: tabbott@MIT.EDU
Message-Id: <200804221026.GAA23754@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:26:48 -0400 (Tue, 22 Apr 2008)
New Revision: 22934

Modified:
   trunk/debathena/third/cyrus-sasl2-mit/debathenify-cyrus-sasl2-mit
Log:
Switch to using the global tags database.


Modified: trunk/debathena/third/cyrus-sasl2-mit/debathenify-cyrus-sasl2-mit
===================================================================
--- trunk/debathena/third/cyrus-sasl2-mit/debathenify-cyrus-sasl2-mit	2008-04-22 10:10:21 UTC (rev 22933)
+++ trunk/debathena/third/cyrus-sasl2-mit/debathenify-cyrus-sasl2-mit	2008-04-22 10:26:48 UTC (rev 22934)
@@ -74,17 +74,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