Add Ubuntu Trusty Tahr 14.04 LTS
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 22 Apr 2014 13:29:25 +0000 (15:29 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 22 Apr 2014 13:29:25 +0000 (15:29 +0200)
id-deb-build/pbuilderrc
update-archive/update-archive.sh

index 15b1eca..998f895 100644 (file)
@@ -18,12 +18,12 @@ CCACHEDIR=
 
 # http://releases.ubuntu.com/releases/
 case "$DIST" in
-    saucy|raring|quantal|precise|oneiric|natty|maverick|lucid|karmic) # ubuntu specific
+    trusty|saucy|raring|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/"
         COMPONENTS="main restricted universe multiverse"
-       OTHERMIRROR="deb http://ftp.indexdata.dk/ubuntu $DIST main"
+       # OTHERMIRROR="deb http://ftp.indexdata.dk/ubuntu $DIST main"
         ;;
     jessie|wheezy|squeeze|lenny|etch) # debian specific
         MIRRORSITE="http://ftp.se.debian.org/debian/"
index 12cf783..f00cd5d 100755 (executable)
@@ -72,7 +72,7 @@ if test "$UBUNTU_DIST"; then
 fi
 
 # All distributions we know of
-ALLD="ubuntu/lucid ubuntu/natty ubuntu/oneiric ubuntu/precise ubuntu/quantal ubuntu/raring ubuntu/saucy debian/jessie debian/wheezy debian/squeeze debian/lenny"
+ALLD="ubuntu/lucid ubuntu/natty ubuntu/oneiric ubuntu/precise ubuntu/quantal ubuntu/raring ubuntu/saucy ubuntu/trusty debian/jessie debian/wheezy debian/squeeze debian/lenny"
 
 if test -z "$DISTRIBUTIONS"; then
        DISTRIBUTIONS=$ALLD