X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cmdsettings.sh;h=26f8cb8a72887b7bf7eeece1ea9778361135f155;hb=HEAD;hp=3ba5d1d20c901deb359d9755fd153b5bf573230f;hpb=6b18abf6b4bf31241aeadf63010b619fd8697705;p=neurodebian.git diff --git a/cmdsettings.sh b/cmdsettings.sh index 3ba5d1d..26f8cb8 100644 --- a/cmdsettings.sh +++ b/cmdsettings.sh @@ -5,10 +5,10 @@ dist=$2 cowbuilderroot="/home/neurodebian" buildplace="${cowbuilderroot}/build" -# all cuurently supported dists -allnddists="nd+debian-lenny nd+debian-squeeze nd+debian-sid \ - nd+ubuntu-maverick nd+ubuntu-lucid nd+ubuntu-karmic nd+ubuntu-jaunty" -alldists="$allnddists debian-lenny debian-squeeze debian-sid" +# all currently supported dists +allnddists="nd+debian-squeeze nd+debian-wheezy nd+debian-jessie nd+debian-sid \ + nd+ubuntu-lucid nd+ubuntu-precise nd+ubuntu-saucy nd+ubuntu-trusty nd+ubuntu-utopic" +alldists="$allnddists debian-squeeze debian-wheezy debian-jessie debian-sid" # default is debian aptcache="${cowbuilderroot}/debian_aptcache" @@ -18,8 +18,8 @@ mirror="http://debian.lcs.mit.edu/debian" # overwrite necessary bits for ubuntu if [ "${family#nd+}" = "ubuntu" ]; then aptcache="${cowbuilderroot}/ubuntu_aptcache" - components="main universe" + components="main universe multiverse" mirror="http://ubuntu.media.mit.edu/ubuntu" fi -if [ ! -d $aptcache ]; then mkdir $aptcache; fi +if [ ! -d $aptcache ]; then mkdir -p $aptcache; fi