From 28ad24fa1a58f7232fa6bf552feb4c3544b1e561 Mon Sep 17 00:00:00 2001 From: Sophie Brun Date: Tue, 5 Nov 2019 10:39:14 +0100 Subject: [PATCH] Drop git requirement Last-Update: 2018-07-06 Only to allow local build without git. Last-Update: 2018-07-06 Gbp-Pq: Name drop-git-requirement.patch --- build_scripts/main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_scripts/main.py b/build_scripts/main.py index 5f53679..8b0f3de 100644 --- a/build_scripts/main.py +++ b/build_scripts/main.py @@ -299,9 +299,9 @@ def get_qt_version(): def prepare_build(): - if (os.path.isdir(".git") and not OPTION_IGNOREGIT and - not OPTION_ONLYPACKAGE and not OPTION_REUSE_BUILD): - prepare_sub_modules() +# if (os.path.isdir(".git") and not OPTION_IGNOREGIT and +# not OPTION_ONLYPACKAGE and not OPTION_REUSE_BUILD): +# prepare_sub_modules() # Clean up temp build folder. for n in ["build"]: d = os.path.join(setup_script_dir, n) -- 2.30.2