chiark / gitweb /
makebuildserver: allow setting apt mirror from command line
authorHans-Christoph Steiner <hans@eds.org>
Wed, 26 Aug 2015 11:26:22 +0000 (13:26 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 26 Aug 2015 12:46:54 +0000 (14:46 +0200)
commitf47677ef36e11504150a816f9a56ce57a0ac8789
tree49e7b39d66c26c3f7c0965c4764606b2a8d7de08
parent4b0a6ed29f82467f3274e16c5ba8a3368ee044c0
makebuildserver: allow setting apt mirror from command line

On some setups, using a custom apt mirror is essential, so this adds a
command line flag to override the default one:
http://ftp.uk.debian.org/debian/

For example, someone who runs a local mirror for offline and low bandwidth
situations.

This uses a % rather than a .format() to avoid escaping { and }, which have
meaning when using .format().
buildserver/cookbooks/fdroidbuild-general/recipes/default.rb
makebuildserver