Remove Ubuntu intrepid, hardy, gutsy, jaunty.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 29 Apr 2011 11:32:17 +0000 (11:32 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 29 Apr 2011 11:32:17 +0000 (11:32 +0000)
No need to support those anymore.

id-deb-build/pbuilderrc
update-archive/update-archive.sh

index 6914336..d27c502 100644 (file)
@@ -16,7 +16,7 @@ APTCACHE="/var/cache/pbuilder/$NAME/aptcache/"
 
 # http://releases.ubuntu.com/releases/
 case "$DIST" in
-    natty|maverick|lucid|karmic|intrepid|hardy|gutsy|jaunty) # ubuntu specific
+    natty|maverick|lucid|karmic) # ubuntu specific
        # MIRRORSITE="http://ftp.df.lth.se/ubuntu/"
        MIRRORSITE="http://mirrors.telianet.dk/ubuntu/"
         # MIRRORSITE="http://mirrors.kernel.org/ubuntu/"
index 3817237..2812eb1 100755 (executable)
@@ -15,7 +15,7 @@ confdir=`pwd`
 
 architectures="i386 amd64"
 
-for vdist in ubuntu/gutsy ubuntu/hardy ubuntu/intrepid ubuntu/jaunty ubuntu/karmic ubuntu/lucid ubuntu/maverick ubuntu/natty debian/wheezy debian/squeeze debian/lenny debian/etch; do
+for vdist in ubuntu/karmic ubuntu/lucid ubuntu/maverick ubuntu/natty debian/wheezy debian/squeeze debian/lenny debian/etch; do
        dist=`basename $vdist`
        vendor=`dirname $vdist`
        ftpdir=/home/ftp/pub/$vendor