projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f9ba41
)
Specify digest algorithm SHA256
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 8 May 2017 11:56:49 +0000
(11:56 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 8 May 2017 11:56:49 +0000
(11:56 +0000)
update-archive/update-archive.sh
patch
|
blob
|
history
diff --git
a/update-archive/update-archive.sh
b/update-archive/update-archive.sh
index
6df2794
..
96bdb6a
100755
(executable)
--- a/
update-archive/update-archive.sh
+++ b/
update-archive/update-archive.sh
@@
-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: