X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=tools%2Fstatics.py;h=12950aa4db9d1c51163ab8985430156577df9644;hb=900738828f48bade06f69c1e3a8f6fb988b97950;hp=f1ebd9c55b29ed4e938ae0212fb1b05e833d05e5;hpb=c9329b7df4c8a39f97f0c16fc2b14b3ca25d9896;p=ta%2Fbuild-tools.git diff --git a/tools/statics.py b/tools/statics.py index f1ebd9c..12950aa 100755 --- a/tools/statics.py +++ b/tools/statics.py @@ -20,7 +20,7 @@ WORK_ROOT = os.path.dirname( os.path.dirname( os.path.realpath(__file__))))) -MAINFEST_PATH = os.path.join(WORK_ROOT, '.repo/manifests') +MAINFEST_PATH = os.environ.get('MANIFEST_PATH', os.path.join(WORK_ROOT, '.repo/manifests')) BUILD_CONFIG_PATH = os.path.join(MAINFEST_PATH, 'build_config.ini') PACKAGES_CONFIG_PATH = os.path.join(MAINFEST_PATH, 'packages.yaml')