X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=update-archive%2Fupdate-archive.sh;h=96bdb6a47b0c2e4afdd81277aab4ecb0e37c429a;hb=HEAD;hp=70a00e7b9a795be74031ab0c80dfea21284cbcf7;hpb=38344484aaebf3457fffa6d4a3fac555b24e4c6f;p=git-tools-moved-to-github.git diff --git a/update-archive/update-archive.sh b/update-archive/update-archive.sh index 70a00e7..96bdb6a 100755 --- a/update-archive/update-archive.sh +++ b/update-archive/update-archive.sh @@ -77,7 +77,7 @@ if test "$UBUNTU_DIST"; then fi # All distributions we know of -ALLD="ubuntu/lucid ubuntu/natty ubuntu/oneiric ubuntu/precise ubuntu/quantal ubuntu/raring ubuntu/saucy ubuntu/trusty ubuntu/utopic ubuntu/vivid ubuntu/wily debian/jessie debian/wheezy debian/squeeze debian/lenny" +ALLD="ubuntu/lucid ubuntu/natty ubuntu/oneiric ubuntu/precise ubuntu/quantal ubuntu/raring ubuntu/saucy ubuntu/trusty ubuntu/utopic ubuntu/vivid ubuntu/wily ubuntu/xenial ubuntu/yakkety debian/stretch debian/jessie debian/wheezy debian/squeeze debian/lenny" if test -z "$DISTRIBUTIONS"; then DISTRIBUTIONS=$ALLD @@ -199,7 +199,7 @@ for vdist in $DISTRIBUTIONS ; do mv tmp_Release $r fi rm -f ${r}.gpg - gpg --sign -u "Index Data" -ba -o ${r}.gpg $r + gpg -v --sign --cert-digest-algo SHA256 --digest-algo SHA256 -u "Index Data" -ba -o ${r}.gpg $r fi done # Local Variables: