]> git.donarmstrong.com Git - neurodebian.git/blobdiff - debian/TODO
more TODOs reflecting Ansgar's comments
[neurodebian.git] / debian / TODO
index 33dfa55cb7edfce7f883b121d940fabb793dccca..2d80759343378a31f0f65c5867e909a0233d2fc5 100644 (file)
@@ -19,13 +19,13 @@ set -ex
 apt_file=/etc/apt/sources.list.d/local.list
 
 # clean up from a previous test
-dpkg --purge neurodebian-repository neurodebian-keyring || :
-echo PURGE | debconf-communicate neurodebian-repository || :
+dpkg --purge neurodebian neurodebian-keyring || :
+echo PURGE | debconf-communicate neurodebian || :
 rm -rf /tmp/apt $apt_file;
 
 mkdir -p /tmp/apt; cd /tmp/apt;
 rm -f neurodebian-*deb; apt-get update -y; apt-get install -y wget;
-wget http://www.onerussian.com/tmp/neurodebian-repository_0.33~a1_all.deb;
+wget http://www.onerussian.com/tmp/neurodebian_0.33~a1_all.deb;
 wget http://www.onerussian.com/tmp/neurodebian-keyring_0.33~a1_all.deb;
 
 # generate APT repo
@@ -33,7 +33,7 @@ apt-get install -y dpkg-dev ;  dpkg-scanpackages  . /dev/null > Packages
 # Add it to the list of available
 echo "deb file:///tmp/apt ./" >| $apt_file; apt-get update
 # Install the beast
-apt-get install -y --allow-unauthenticated neurodebian-repository
+apt-get install -y --allow-unauthenticated neurodebian
 
 # Verify that it has correct entries
 release=$(grep -v '^[\s#]*$' /etc/apt/sources.list | head -1 | awk '{print $3;}')
@@ -41,7 +41,7 @@ grep -E "^deb\s+http.* $release main\s*\$" /etc/apt/sources.list.d/neurodebian.s
 grep -E '^deb\s+http.* data main\s*$' /etc/apt/sources.list.d/neurodebian.sources.list
 # May be even retrospect stored debconf configuration
 apt-get install debconf-utils
-debconf-get-selections | grep neurodebian-repository/release.*select.*auto
+debconf-get-selections | grep neurodebian/release.*select.*auto
 # And apt-get must be working
 apt-get update
 # Make sure it is active
@@ -51,3 +51,9 @@ apt-cache policy | grep o=NeuroDebian,.*,n=$release
 echo "I: success"
 
 *** ~/bin/docker-debians-run /bin/bash -c "apt-get -y update >/dev/null; apt-get install -y wget >/dev/null; bash <(wget -q --no-check-certificate -O- https://raw.githubusercontent.com/yarikoptic/neurodebian/enh/neurodebian-installer/tools/nd-configurerepo) --overwrite --install --mirror=us-nh" 
+
+* add backport patch for wheezy for neurodebian-guest-additions to pre-depend on update-manager-gnome
+
+* popcon: cleanup **only** when upgrading from older version of the neurodebian-popcon
+
+* replace short nd_key_id with the long one