mirror of
https://github.com/SELinuxProject/selinux
synced 2025-04-01 00:30:41 +00:00
Update release script for github
This commit is contained in:
parent
8f9d3a7c95
commit
51516db96b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user