From: Yaroslav Halchenko Date: Tue, 18 Dec 2012 17:58:49 +0000 (-0500) Subject: comment out using of -devel repo and manually build one for squeeze for testing X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ed4cc1b71bcef983b3d19e641bb3acc1b5e1b309;p=neurodebian.git comment out using of -devel repo and manually build one for squeeze for testing --- diff --git a/debian/changelog b/debian/changelog index 26697a1..3117f27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/vm/d-i/wheezy/initial_setup b/vm/d-i/wheezy/initial_setup index 76831e7..2611620 100755 --- a/vm/d-i/wheezy/initial_setup +++ b/vm/d-i/wheezy/initial_setup @@ -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