Build debs for Ubuntu jaunty / 9.10.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 1 Apr 2009 09:08:07 +0000 (11:08 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 1 Apr 2009 09:08:07 +0000 (11:08 +0200)
id-deb-build/id-pbuild-all.sh
id-deb-build/pbuilderrc

index 13b6048..265c8c9 100755 (executable)
@@ -9,7 +9,7 @@ if test ! -e "$PKG"; then
        echo "${PKG} does not exist"
        exit 1
 fi
-for dist in intrepid hardy etch lenny; do
+for dist in jaunty intrepid hardy etch lenny; do
        for arch in i386 amd64; do
                if $update; then
                        DIST=$dist ARCH=$arch pbuilder update --override-config
index 327a222..8fc47b3 100644 (file)
@@ -15,7 +15,7 @@ APTCACHE="/var/cache/pbuilder/$NAME/aptcache/"
 
 # http://releases.ubuntu.com/releases/
 case "$DIST" in
-    intrepid|hardy|gutsy) # ubuntu specific
+    intrepid|hardy|gutsy|jaunty) # ubuntu specific
        MIRRORSITE="http://ftp.klid.dk/ftp/ubuntu/"
         # MIRRORSITE="http://mirrors.kernel.org/ubuntu/"
         COMPONENTS="main restricted universe multiverse"