X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=tools%2Fstatics.py;h=12950aa4db9d1c51163ab8985430156577df9644;hb=5cb76c5bde04265caaa3241aafd57c67073bb1db;hp=f1ebd9c55b29ed4e938ae0212fb1b05e833d05e5;hpb=4ded4f2a805e9447be90751d7d4fb7e11552e545;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')