]> git.donarmstrong.com Git - neurodebian.git/commitdiff
comment out using of -devel repo and manually build one for squeeze for testing
authorYaroslav Halchenko <debian@onerussian.com>
Tue, 18 Dec 2012 17:58:49 +0000 (12:58 -0500)
committerYaroslav Halchenko <debian@onerussian.com>
Tue, 18 Dec 2012 18:02:24 +0000 (13:02 -0500)
debian/changelog
vm/d-i/wheezy/initial_setup

index 26697a12e6fd1372f364801f1cfc91e8e27fdb7f..3117f27d924e636fe74a16e2c64bf8dab89d1fd5 100644 (file)
@@ -1,4 +1,4 @@
-neurodebian (0.30~dev1) wheezy; urgency=low
+neurodebian (0.30~dev2) squeeze; urgency=low
 
   * VM (6.999.b4.20121206) - development VM based on upcoming wheezy
     release's beta4
index 76831e74e6a9bdc9e79b89049ccc29db49eb1f6a..26116205b2b79502cfac156726c6c4d5ae9d2b8d 100755 (executable)
@@ -48,9 +48,10 @@ git config --global user.email nd@localhost
 
 # Add sources.list for backports and neurodebian
 wget -O /etc/apt/sources.list.d/neuro.debian.net.list http://neuro.debian.net/lists/wheezy.us-nh
+
 # Development versions (TODO: comment out upon finishing)
-cat /etc/apt/sources.list.d/neuro.debian.net.list | sed -e 's,/debian ,/debian-devel ,g' \
-       >| /etc/apt/sources.list.d/neuro.debian.net-devel.list
+#cat /etc/apt/sources.list.d/neuro.debian.net.list | sed -e 's,/debian ,/debian-devel ,g' \
+#      >| /etc/apt/sources.list.d/neuro.debian.net-devel.list
 
 ## No backports yet
 ## echo "deb http://backports.debian.org/debian-backports wheezy-backports main contrib non-free" > /etc/apt/sources.list.d/backports.debian.org.list