projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
575a420
)
check RELEASETYPE var
author
Rudolf Polzer <divVerent@alientrap.org>
Fri, 6 Aug 2010 09:49:18 +0000
(11:49 +0200)
committer
Rudolf Polzer <divVerent@alientrap.org>
Fri, 6 Aug 2010 09:49:18 +0000
(11:49 +0200)
all
patch
|
blob
|
history
diff --git
a/all
b/all
index 199b776839dc494429af7d36f2b5abe4c7d319dc..50904c9d356caba8e43b748139f7d255029606d8 100755
(executable)
--- a/
all
+++ b/
all
@@
-860,6
+860,18
@@
case "$cmd" in
# release building goes here
release-prepare)
#"$SELF" each git clean -fxd
+ case "$RELEASETYPE" in
+ beta)
+ msg "Building a BETA"
+ ;;
+ release)
+ msg "Building a RELEASE"
+ ;;
+ *)
+ msg "Must either set RELEASETYPE=beta or RELEASETYPE=release"
+ exit 1
+ ;;
+ esac
verbose rm -rf Xonotic Xonotic*.zip
verbose mkdir -p Xonotic
verbose date +%Y%m%d > Xonotic/stamp.txt