summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaming4JC <g4jc@bulletmail.org>2018-07-27 18:00:24 -0400
committerGaming4JC <g4jc@bulletmail.org>2018-07-27 18:00:24 -0400
commitc22b61e111b4c0c5830b3e35950e7dd569eb72c6 (patch)
tree1db98118bc4c686f93f855204b59cb2d28a6635a
parent1fd4b2dfa04c7a7980d47b0bb433a66ba2f22b54 (diff)
downloadiceweasel-uxp-c22b61e111b4c0c5830b3e35950e7dd569eb72c6.tar.gz
fix versioning: only use by date
-rwxr-xr-xconfvars.sh13
1 files changed, 2 insertions, 11 deletions
diff --git a/confvars.sh b/confvars.sh
index 882bbc4..d586c0d 100755
--- a/confvars.sh
+++ b/confvars.sh
@@ -22,17 +22,8 @@ fi
# For Iceweasel-UXP we want to use 52.9.YYYYMMDD as MOZ_APP_VERSION in release
# builds so add-on developers have something to target while maintaining
# Firefox compatibility.
-# To enable add "export ICEWEASEL_VERSION=1" to the .mozconfig file.
-# However, this will cause a full rebuild at 00:00 UTC every day so
-# don't export the variable if you are in development or don't care.
-# When not exported we fall back the value in the version*.txt file.
-if test -n "$ICEWEASEL_VERSION" ; then
- MOZ_APP_VERSION=52.9.`date --utc '+%Y%m%d'`
- MOZ_APP_VERSION_DISPLAY=52.9.`date --utc '+%Y%m%d'`
-else
- MOZ_APP_VERSION=`cat ${_topsrcdir}/$MOZ_BUILD_APP/config/version.txt`
- MOZ_APP_VERSION_DISPLAY=`cat ${_topsrcdir}/$MOZ_BUILD_APP/config/version_display.txt`
-fi
+MOZ_APP_VERSION=52.9.`date --utc '+%Y%m%d'`
+MOZ_APP_VERSION_DISPLAY=52.9.`date --utc '+%Y%m%d'`
MOZ_EXTENSIONS_DEFAULT=" gio"