]> git.donarmstrong.com Git - neurodebian.git/blobdiff - cmdsettings.sh
Merge branch 'master' of git://git.debian.org/pkg-exppsy/neurodebian
[neurodebian.git] / cmdsettings.sh
index 90b78ad28631f8c13431949fe2d482e5875b6d45..3466c7835d60e44383c154fa1d32a8da311aae42 100644 (file)
@@ -6,8 +6,9 @@ cowbuilderroot="/home/neurodebian"
 buildplace="${cowbuilderroot}/build"
 
 # all cuurently supported dists
-alldists="nd+debian-lenny nd+debian-squeeze nd+debian-sid \
-          nd+ubuntu-maverick nd+ubuntu-lucid nd+ubuntu-karmic nd+ubuntu-jaunty"
+allnddists="nd+debian-lenny nd+debian-squeeze nd+debian-wheezy nd+debian-sid \
+            nd+ubuntu-hardy nd+ubuntu-karmic nd+ubuntu-lucid nd+ubuntu-maverick nd+ubuntu-natty nd+ubuntu-oneiric"
+alldists="$allnddists debian-lenny debian-squeeze debian-wheezy debian-sid"
 
 # default is debian
 aptcache="${cowbuilderroot}/debian_aptcache"
@@ -17,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