Skip to content

Commit

Permalink
Update release script for github
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedlawrence committed Aug 27, 2014
1 parent 8f9d3a7 commit 51516db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/release
Expand Up @@ -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

0 comments on commit 51516db

Please sign in to comment.