From e382a15ab8adab9a993039ec6e76b1335e3ea2ff Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Tue, 1 Dec 2015 05:13:39 +0000 Subject: [PATCH] - Add builds/ to package directorys. - Add version environment information. --- setup.env | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.env b/setup.env index 43ecfa57..eea3c058 100755 --- a/setup.env +++ b/setup.env @@ -10,7 +10,7 @@ export ONL=$( cd "$(dirname "${BASH_SOURCE[0]}" )" && pwd) # The ONL package dir is here: -export ONLPM_OPTION_PACKAGEDIRS="$ONL/packages" +export ONLPM_OPTION_PACKAGEDIRS="$ONL/packages:$ONL/builds" # The ONL repo dir is here: export ONLPM_OPTION_REPO="$ONL/REPO" @@ -29,6 +29,9 @@ $ONL/tools/submodules.py $ONL sm/bigcode # Version files $ONL/tools/make-versions.py --import-file=$ONL/tools/onlvi --class-name=OnlVersionImplementation --output-dir $ONL/make +# Make version values available in the package environment +export ONLPM_OPTION_INCLUDE_ENV_JSON="$ONL/make/version-onl.json" + # # buildroot download mirror. We suggest you setup a local repository containing these contents for faster local builds. #