Site
Gitweb
Static
projects
/
counting.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4116bc8
)
Don't ask for confirmation in build helper
author
Jakob Cornell
<jakob+gpg@jcornell.net>
Wed, 28 Sep 2022 02:31:13 +0000
(21:31 -0500)
committer
Jakob Cornell
<jakob+gpg@jcornell.net>
Wed, 28 Sep 2022 02:31:13 +0000
(21:31 -0500)
build_helper.py
patch
|
blob
|
history
diff --git
a/build_helper.py
b/build_helper.py
index 33d234957c7a26645f00c1f3bd7dc717e10f7406..c7478941fca2a8a2aa03b502e90f737b1b84e2fd 100644
(file)
--- a/
build_helper.py
+++ b/
build_helper.py
@@
-47,7
+47,7
@@
if args.cmd == "build":
p.unlink()
# regenerate the "orig" tarball from the current source
- run(["dh_make", "--python", "--createorig", "-p", "strikebot_" + version], cwd = upstream_root)
+ run(["dh_make", "--
yes", "--
python", "--createorig", "-p", "strikebot_" + version], cwd = upstream_root)
# build the source package
run(["debuild", "-i", "-us", "-uc", "-S"], cwd = upstream_root, check = True)