Update release script for github

This commit is contained in:
Steve Lawrence 2014-08-27 11:32:34 -04:00
parent 8f9d3a7c95
commit 51516db96b

View File

@ -23,11 +23,11 @@ echo "Copy *.tar.gz from $DEST to the server and add the following to the Releas
echo ""
echo "== Release $(date '+%Y-%m-%d') =="
echo "## Release $(date '+%Y-%m-%d')"
for i in *.tar.gz; do
echo "[http://userspace.selinuxproject.org/releases/$(date '+%Y%m%d')/$i $i]"
echo ""
echo -n "[$i](https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/$(date '+%Y%m%d')/$i) "
echo "`sha256sum $i`"
echo ""
done