Browse Source

gitian: Need `ca-certificates` and `python` for LXC builds

0.13
Wladimir J. van der Laan 9 years ago
parent
commit
3b468a0e60
  1. 2
      contrib/gitian-descriptors/gitian-linux.yml
  2. 2
      contrib/gitian-descriptors/gitian-osx.yml
  3. 2
      contrib/gitian-descriptors/gitian-win.yml
  4. 2
      doc/gitian-building.md

2
contrib/gitian-descriptors/gitian-linux.yml

@ -15,6 +15,8 @@ packages:
- "faketime" - "faketime"
- "bsdmainutils" - "bsdmainutils"
- "binutils-gold" - "binutils-gold"
- "ca-certificates"
- "python"
reference_datetime: "2016-01-01 00:00:00" reference_datetime: "2016-01-01 00:00:00"
remotes: remotes:
- "url": "https://github.com/bitcoin/bitcoin.git" - "url": "https://github.com/bitcoin/bitcoin.git"

2
contrib/gitian-descriptors/gitian-osx.yml

@ -18,6 +18,8 @@ packages:
- "libcap-dev" - "libcap-dev"
- "libz-dev" - "libz-dev"
- "libbz2-dev" - "libbz2-dev"
- "ca-certificates"
- "python"
reference_datetime: "2016-01-01 00:00:00" reference_datetime: "2016-01-01 00:00:00"
remotes: remotes:
- "url": "https://github.com/bitcoin/bitcoin.git" - "url": "https://github.com/bitcoin/bitcoin.git"

2
contrib/gitian-descriptors/gitian-win.yml

@ -18,6 +18,8 @@ packages:
- "g++-mingw-w64" - "g++-mingw-w64"
- "nsis" - "nsis"
- "zip" - "zip"
- "ca-certificates"
- "python"
reference_datetime: "2016-01-01 00:00:00" reference_datetime: "2016-01-01 00:00:00"
remotes: remotes:
- "url": "https://github.com/bitcoin/bitcoin.git" - "url": "https://github.com/bitcoin/bitcoin.git"

2
doc/gitian-building.md

@ -259,7 +259,7 @@ adduser debian sudo
Then set up LXC and the rest with the following, which is a complex jumble of settings and workarounds: Then set up LXC and the rest with the following, which is a complex jumble of settings and workarounds:
```bash ```bash
# the version of lxc-start in Debian 7.4 needs to run as root, so make sure # the version of lxc-start in Debian needs to run as root, so make sure
# that the build script can execute it without providing a password # that the build script can execute it without providing a password
echo "%sudo ALL=NOPASSWD: /usr/bin/lxc-start" > /etc/sudoers.d/gitian-lxc echo "%sudo ALL=NOPASSWD: /usr/bin/lxc-start" > /etc/sudoers.d/gitian-lxc
# make /etc/rc.local script that sets up bridge between guest and host # make /etc/rc.local script that sets up bridge between guest and host

Loading…
Cancel
Save