Add Ubuntu utopic 14.10
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 27 Oct 2014 11:23:55 +0000 (11:23 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 27 Oct 2014 11:23:55 +0000 (11:23 +0000)
id-deb-build/pbuilderrc
update-archive/update-archive.sh

index 0f85ecf..4c0c548 100644 (file)
@@ -21,7 +21,7 @@ USENETWORK=yes
 
 # http://releases.ubuntu.com/releases/
 case "$DIST" in
-    trusty|saucy|raring|quantal|precise|oneiric|natty|maverick|lucid|karmic) # ubuntu specific
+    utopic|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/"
index f00cd5d..ac314eb 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 ubuntu/trusty 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 ubunty/utopic debian/jessie debian/wheezy debian/squeeze debian/lenny"
 
 if test -z "$DISTRIBUTIONS"; then
        DISTRIBUTIONS=$ALLD