From: Heikki Levanto Date: Wed, 2 Jan 2013 12:18:10 +0000 (+0100) Subject: Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/git-tools X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=0ef3cf43be1c52b1133f3ad2487a7af6a8b8942a;hp=0724144b53e258002d386fcd46fa390556cd6264;p=git-tools-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/git-tools --- diff --git a/id-deb-build/pbuilderrc b/id-deb-build/pbuilderrc index 4885ecb..f2c6bba 100644 --- a/id-deb-build/pbuilderrc +++ b/id-deb-build/pbuilderrc @@ -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/" diff --git a/update-archive/update-archive.sh b/update-archive/update-archive.sh index ed519ab..e982046 100755 --- a/update-archive/update-archive.sh +++ b/update-archive/update-archive.sh @@ -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`