Skip to content

Commit 0a3acf2

Browse files
committed
Merge pull request #3926
c337e2e Update gitian README.md (Wladimir J. van der Laan)
2 parents 6039196 + c337e2e commit 0a3acf2

File tree

1 file changed

+8
-21
lines changed

1 file changed

+8
-21
lines changed

contrib/gitian-descriptors/README.md

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -25,30 +25,17 @@ Once you've got the right hardware and software:
2525
mkdir gitian-builder/inputs
2626
cd gitian-builder/inputs
2727

28-
# Get inputs (see doc/release-process.md for exact inputs needed and where to get them)
29-
...
30-
cd ../..
31-
28+
# Create base images
3229
cd gitian-builder
33-
bin/make-base-vm --arch i386
34-
bin/make-base-vm --arch amd64
30+
bin/make-base-vm --suite precise --arch i386
31+
bin/make-base-vm --suite precise --arch amd64
3532
cd ..
3633

37-
# Build Linux release:
38-
cd bitcoin
39-
git pull
40-
cd ../gitian-builder
41-
git pull
42-
./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/gitian-linux.yml
43-
44-
# Build Win32 dependencies: (only needs to be done once, or when dependency versions change)
45-
./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/boost-win32.yml
46-
./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/deps-win32.yml
47-
./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/qt-win32.yml
48-
./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/protobuf-win32.yml
49-
50-
# Build Win32 release:
51-
./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/gitian-win32.yml
34+
# Get inputs (see doc/release-process.md for exact inputs needed and where to get them)
35+
...
36+
37+
# For further build instructions see doc/release-notes.md
38+
...
5239

5340
---------------------
5441

0 commit comments

Comments
 (0)