You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/gitian-building.md
+28-8Lines changed: 28 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,11 +95,11 @@ After creating the VM, we need to configure it.
95
95
96
96
- Click `Ok` twice to save.
97
97
98
-
Get the [Debian 8.x net installer](http://cdimage.debian.org/debian-cd/8.5.0/amd64/iso-cd/debian-8.5.0-amd64-netinst.iso) (a more recent minor version should also work, see also [Debian Network installation](https://www.debian.org/CD/netinst/)).
98
+
Get the [Debian 8.x net installer](https://cdimage.debian.org/cdimage/archive/8.11.0/amd64/iso-cd/debian-8.11.0-amd64-netinst.iso) (see also [Debian Network installation](https://www.debian.org/CD/netinst/)).
99
99
This DVD image can be validated using a SHA256 hashing tool, for example on
100
100
Unixy OSes by entering the following in a terminal:
Building with Debian 9.5.0 using the above instructions will require several modified steps:
456
+
-[Enabling SSH login for root users](gitian-building.md#after-installation) will not work with `sed -i 's/^PermitRootLogin.*/PermitRootLogin yes/' /etc/ssh/sshd_config`.
457
+
You can manually modify `/etc/ssh/sshd_config` by adding `PermitRootLogin yes`.
458
+
-[The rc.local script to set up a bridge between guest and host](gitian-building.md#setting-up-debian-for-gitian-building) will not work. Instead, use:
459
+
```
460
+
# make /etc/rc.local script that sets up bridge between guest and host
The script is the same as [bitcoin-core](https://github.com/bitcoin-core/docs/blob/master/gitian-building/gitian-building-setup-gitian-debian.md#setting-up-debian-for-gitian-building) except that port `10.0.3.1/24` is modified to `10.0.3.2/24`.
470
+
- LXC in the gitian builder will fail in Debian 9. The issue is fixed in [the pull request here](https://github.com/devrandom/gitian-builder/pull/150) and you can manually make the changes to gitian builder. The changes were subsequently rolled back due to [the patch introducing problems when running in Debian 8.x](https://github.com/devrandom/gitian-builder/issues/151).
471
+
452
472
Signing externally
453
473
-------------------
454
474
@@ -473,5 +493,5 @@ Uploading signatures
473
493
---------------------
474
494
475
495
After building and signing you can push your signatures (both the `.assert` and `.assert.sig` files) to the
476
-
[navcoin-core/gitian.sigs](https://github.com/navcoin-core/gitian.sigs/) repository, or if that's not possible create a pull
477
-
request. You can also mail the files to Wladimir (laanwj@gmail.com) and he will commit them.
496
+
[NAVCoin/navcoin-sigs](https://github.com/NAVCoin/navcoin-sigs) repository, or if that's not possible create a pull
0 commit comments