Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/git-tools
authorHeikki Levanto <heikki@indexdata.dk>
Wed, 2 Jan 2013 12:18:10 +0000 (13:18 +0100)
committerHeikki Levanto <heikki@indexdata.dk>
Wed, 2 Jan 2013 12:18:10 +0000 (13:18 +0100)
id-deb-build/pbuilderrc
update-archive/update-archive.sh

index 4885ecb..f2c6bba 100644 (file)
@@ -18,7 +18,7 @@ CCACHEDIR=
 
 # http://releases.ubuntu.com/releases/
 case "$DIST" in
-    precise|oneiric|natty|maverick|lucid|karmic) # ubuntu specific
+    quantal|precise|oneiric|natty|maverick|lucid|karmic) # ubuntu specific
        # MIRRORSITE="http://ftp.df.lth.se/ubuntu/"
        MIRRORSITE="http://mirrors.dotsrc.org/ubuntu/"
         # MIRRORSITE="http://mirrors.kernel.org/ubuntu/"
index ed519ab..e982046 100755 (executable)
@@ -16,7 +16,7 @@ confdir=`pwd`
 architectures="i386 amd64"
 
 for vdist in ubuntu/lucid \
-       ubuntu/natty ubuntu/oneiric ubuntu/precise \
+       ubuntu/natty ubuntu/oneiric ubuntu/precise ubuntu/quantal \
        debian/wheezy debian/squeeze; do
        dist=`basename $vdist`
        vendor=`dirname $vdist`