Update release script for the new structure.

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
Stephen Smalley 2016-11-02 10:20:08 -04:00
parent 6e4bb702af
commit 1c8505dac2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if [ \! -d $WIKIDIR ]; then
fi fi
DEST=$WIKIDIR/files/releases/$(date '+%Y%m%d') DEST=$WIKIDIR/files/releases/$(date '+%Y%m%d')
DIRS="libsepol libselinux libsemanage policycoreutils checkpolicy secilc sepolgen" DIRS="libsepol libselinux libsemanage checkpolicy secilc policycoreutils dbus gui mcstrans python restorecond sandbox semodule-utils"
git tag -a $(date '+%Y%m%d') -m "Release $(date '+%Y%m%d')" git tag -a $(date '+%Y%m%d') -m "Release $(date '+%Y%m%d')"