Don't ask for confirmation in build helper
authorJakob Cornell <jakob+gpg@jcornell.net>
Wed, 28 Sep 2022 02:31:13 +0000 (21:31 -0500)
committerJakob Cornell <jakob+gpg@jcornell.net>
Wed, 28 Sep 2022 02:31:13 +0000 (21:31 -0500)
build_helper.py

index 33d234957c7a26645f00c1f3bd7dc717e10f7406..c7478941fca2a8a2aa03b502e90f737b1b84e2fd 100644 (file)
@@ -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)