Skip to content

Commit e78c331

Browse files
author
MarcoFalke
committed
Merge #16114: contrib: add curl as a required program in gitian-build.py
97dce72 contrib: add curl as a required program in gitian-build.py (fanquake) Pull request description: Fixes: #16109 Adds `curl` to the list of base programs required by the `gitian-build.py` script. ACKs for commit 97dce7: hebasto: tACK 97dce72 on Debian Buster RC1. Tree-SHA512: 68847a527aa6b5d883bffd6a6fe6bbbe4b96ceddb30f55ed5ffbfa690a10c2e9c1bc7ba4520319531ab3baa7a7f64c3c8ce89a791f7c746abe73a84c2942b94d
2 parents 76e2cde + 97dce72 commit e78c331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/gitian-build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
def setup():
99
global args, workdir
10-
programs = ['ruby', 'git', 'make', 'wget']
10+
programs = ['ruby', 'git', 'make', 'wget', 'curl']
1111
if args.kvm:
1212
programs += ['apt-cacher-ng', 'python-vm-builder', 'qemu-kvm', 'qemu-utils']
1313
elif args.docker and not os.path.isfile('/lib/systemd/system/docker.service'):

0 commit comments

Comments
 (0)