X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2FTODO;fp=debian%2FTODO;h=9d4f16768539d9fd1f0615296c39997141110f65;hb=441723d6edfc6b868be27bfa4ad63dc7a2fefdb8;hp=0e69205d89c095be4ce0f401403317fdf6adb469;hpb=6c6fa9cd3bd627a60f165682f96af3cc06d9ccc9;p=neurodebian.git diff --git a/debian/TODO b/debian/TODO index 0e69205..9d4f167 100644 --- a/debian/TODO +++ b/debian/TODO @@ -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