Last-Update: 2018-07-06
Only to allow local build without git.
Last-Update: 2018-07-06
Gbp-Pq: Name drop-git-requirement.patch
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)