Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-02-04 00:17:42 +0000
committerDavid Williams2013-02-04 00:17:42 +0000
commit9a4de7d02bbb7ecc1956f49a3428634f0876dbe0 (patch)
tree8df3a8bbcd994353791860c8ad4a31b8bd0fdd85 /production/master-build.sh
parenta767007facd2334d1d359742a3889000202ca1c9 (diff)
downloadeclipse.platform.releng.aggregator-9a4de7d02bbb7ecc1956f49a3428634f0876dbe0.tar.gz
eclipse.platform.releng.aggregator-9a4de7d02bbb7ecc1956f49a3428634f0876dbe0.tar.xz
eclipse.platform.releng.aggregator-9a4de7d02bbb7ecc1956f49a3428634f0876dbe0.zip
Bug 399795 - misc changes to production script variable names, functions
Diffstat (limited to 'production/master-build.sh')
-rw-r--r--production/master-build.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/production/master-build.sh b/production/master-build.sh
index 7cebc2084..337d1effc 100644
--- a/production/master-build.sh
+++ b/production/master-build.sh
@@ -41,9 +41,9 @@ BUILD_PRETTY_DATE=$( date --date='@'$RAWDATE )
# These files have variable/value pairs for this build, suitable for use in
# shell scripts, PHP files, or as Ant (or Java) properties
-BUILD_ENV_FILE=${buildDirectory}/buildproperties.shsource
-BUILD_ENV_FILE_PHP=${buildDirectory}/buildproperties.php
-BUILD_ENV_FILE_PROP=${buildDirectory}/buildproperties.properties
+export BUILD_ENV_FILE=${buildDirectory}/buildproperties.shsource
+export BUILD_ENV_FILE_PHP=${buildDirectory}/buildproperties.php
+export BUILD_ENV_FILE_PROP=${buildDirectory}/buildproperties.properties
gitCache=$( fn-git-cache "$BUILD_ROOT" "$BRANCH" )
aggDir=$( fn-git-dir "$gitCache" "$AGGREGATOR_REPO" )

Back to the top