[24149] in Source-Commits

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

/svn/athena r23751 - trunk/debathena/scripts

daemon@ATHENA.MIT.EDU (Evan Broder)
Sun Apr 19 01:15:43 2009

X-Barracuda-Envelope-From: broder@mit.edu
Date: Sun, 19 Apr 2009 01:14:57 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200904190514.n3J5Evvx003271@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: broder
Date: 2009-04-19 01:14:56 -0400 (Sun, 19 Apr 2009)
New Revision: 23751

Modified:
   trunk/debathena/scripts/debian-versions.sh
Log:
Stop building for Dapper and Gutsy!


Modified: trunk/debathena/scripts/debian-versions.sh
===================================================================
--- trunk/debathena/scripts/debian-versions.sh	2009-04-17 05:56:30 UTC (rev 23750)
+++ trunk/debathena/scripts/debian-versions.sh	2009-04-19 05:14:56 UTC (rev 23751)
@@ -1,5 +1,5 @@
 #!/bin/sh
-DEBIAN_CODES="etch lenny squeeze dapper gutsy hardy intrepid jaunty"
+DEBIAN_CODES="etch lenny squeeze hardy intrepid jaunty"
 gettag() {
     case "$1" in
 	etch)
@@ -11,12 +11,6 @@
 	squeeze)
 	    echo "~debian6.0~0.1"
 	    ;;
-	dapper)
-	    echo "~ubuntu6.06"
-	    ;;
-	gutsy)
-	    echo "~ubuntu7.10"
-	    ;;
 	hardy)
 	    echo "~ubuntu8.04"
 	    ;;


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