Update release script for the new structure.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
parent
6e4bb702af
commit
1c8505dac2
|
@ -8,7 +8,7 @@ if [ \! -d $WIKIDIR ]; then
|
|||
fi
|
||||
|
||||
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')"
|
||||
|
||||
|
|
Loading…
Reference in New Issue