Skip to content

Commit

Permalink
Update release script for the new structure.
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
  • Loading branch information
stephensmalley committed Nov 16, 2016
1 parent 6e4bb70 commit 1c8505d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release
Expand Up @@ -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')"

Expand Down

0 comments on commit 1c8505d

Please sign in to comment.