Skip to content

Commit ca50b31

Browse files
committed
remove obsolete hashes
1 parent 5bbffa9 commit ca50b31

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

create-dist.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ mv xmlunit-$1-src.* ..
5252

5353
cd ..
5454
for i in *.zip *.tar.gz *.tar.bz2; do
55-
md5sum $i > $i.md5
56-
sha1sum $i > $i.sha1
5755
sha256sum $i > $i.sha256
58-
#gpg --detach-sign --armor $i
56+
gpg --detach-sign --armor $i
5957
done

0 commit comments

Comments
 (0)