Add Ubuntu oneiric
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 11 Jan 2012 08:36:24 +0000 (09:36 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 11 Jan 2012 08:36:24 +0000 (09:36 +0100)
id-deb-build/pbuilderrc
update-archive/update-archive.sh

index d27c502..f956d9b 100644 (file)
@@ -16,7 +16,7 @@ APTCACHE="/var/cache/pbuilder/$NAME/aptcache/"
 
 # http://releases.ubuntu.com/releases/
 case "$DIST" in
-    natty|maverick|lucid|karmic) # ubuntu specific
+    oneiric|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 2812eb1..7b74e8f 100755 (executable)
@@ -15,7 +15,7 @@ confdir=`pwd`
 
 architectures="i386 amd64"
 
-for vdist in 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 ubuntu/oneiric debian/wheezy debian/squeeze debian/lenny debian/etch; do
        dist=`basename $vdist`
        vendor=`dirname $vdist`
        ftpdir=/home/ftp/pub/$vendor