]> git.donarmstrong.com Git - neurodebian.git/blobdiff - tools/tests/test_neurodebian-repository-deployment
Rename neurodebian-keyring to neurodebian-archive-keyring to be closer to what it...
[neurodebian.git] / tools / tests / test_neurodebian-repository-deployment
index 690041701e6b11a2f9377d9c00becd8a75fd2bb0..48f2f94c8707caa36915bc57df3dc743adb99f0b 100755 (executable)
@@ -6,14 +6,14 @@ apt_file=/etc/apt/sources.list.d/local.list
 apt_nd_file=/etc/apt/sources.list.d/neurodebian.sources.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_0.34_all.deb;
+wget http://www.onerussian.com/tmp/neurodebian-archive-keyring_0.34_all.deb;
 
 # generate APT repo
 apt-get install -y dpkg-dev ;  dpkg-scanpackages  . /dev/null > Packages