]> git.donarmstrong.com Git - neurodebian.git/blobdiff - debian/TODO
Rename neurodebian-keyring to neurodebian-archive-keyring to be closer to what it...
[neurodebian.git] / debian / TODO
index 7be31271de66c2166afb7e65627752db53339573..9d4f16768539d9fd1f0615296c39997141110f65 100644 (file)
@@ -19,14 +19,14 @@ set -ex
 apt_file=/etc/apt/sources.list.d/local.list
 
 # clean up from a previous test
-dpkg --purge neurodebian neurodebian-keyring || :
+dpkg --purge neurodebian neurodebian-archive-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_0.33~a1_all.deb;
-wget http://www.onerussian.com/tmp/neurodebian-keyring_0.33~a1_all.deb;
+wget http://www.onerussian.com/tmp/neurodebian-archive-keyring_0.33~a1_all.deb;
 
 # generate APT repo
 apt-get install -y dpkg-dev ;  dpkg-scanpackages  . /dev/null > Packages
@@ -51,6 +51,3 @@ 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
-