From: Adam Dickmeiss Date: Fri, 29 Apr 2011 11:32:17 +0000 (+0000) Subject: Remove Ubuntu intrepid, hardy, gutsy, jaunty. X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=2fe528774e66bf84dbb9ae501c107fd8d394ccdf;p=git-tools-moved-to-github.git Remove Ubuntu intrepid, hardy, gutsy, jaunty. No need to support those anymore. --- diff --git a/id-deb-build/pbuilderrc b/id-deb-build/pbuilderrc index 6914336..d27c502 100644 --- a/id-deb-build/pbuilderrc +++ b/id-deb-build/pbuilderrc @@ -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/" diff --git a/update-archive/update-archive.sh b/update-archive/update-archive.sh index 3817237..2812eb1 100755 --- a/update-archive/update-archive.sh +++ b/update-archive/update-archive.sh @@ -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