Skip to content

Commit 38a4f26

Browse files
committed
Merge pull request #6985
7791395 [gitian] Use vm-builder_0.12.4+bzr494 on Debian (Michael)
2 parents de7d459 + 7791395 commit 38a4f26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/gitian-building.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,11 +289,11 @@ The rest of the steps in this guide will be performed as that user.
289289
There is no `python-vm-builder` package in Debian, so we need to install it from source ourselves,
290290

291291
```bash
292-
wget http://archive.ubuntu.com/ubuntu/pool/universe/v/vm-builder/vm-builder_0.12.4+bzr489.orig.tar.gz
293-
echo "ec12e0070a007989561bfee5862c89a32c301992dd2771c4d5078ef1b3014f03 vm-builder_0.12.4+bzr489.orig.tar.gz" | sha256sum -c
292+
wget http://archive.ubuntu.com/ubuntu/pool/universe/v/vm-builder/vm-builder_0.12.4+bzr494.orig.tar.gz
293+
echo "76cbf8c52c391160b2641e7120dbade5afded713afaa6032f733a261f13e6a8e vm-builder_0.12.4+bzr494.orig.tar.gz" | sha256sum -c
294294
# (verification -- must return OK)
295-
tar -zxvf vm-builder_0.12.4+bzr489.orig.tar.gz
296-
cd vm-builder-0.12.4+bzr489
295+
tar -zxvf vm-builder_0.12.4+bzr494.orig.tar.gz
296+
cd vm-builder-0.12.4+bzr494
297297
sudo python setup.py install
298298
cd ..
299299
```

0 commit comments

Comments
 (0)