Merge pull request #355 from UdjinM6/v0.12.0.x_gitian_doc

V0.12.0.x fix md syntax in doc/gitian-building.md
This commit is contained in:
evan82 2015-06-09 20:04:33 -06:00
commit a4b6b7df81

View File

@ -340,9 +340,11 @@ At any time you can check the package installation and build progress with
```bash
tail -f var/install.log
tail -f var/build.log
```
Output from `gbuild` will look something like
```bash
Initialized empty Git repository in /home/debian/gitian-builder/inputs/dash/.git/
remote: Reusing existing pack: 35606, done.
remote: Total 35606 (delta 0), reused 0 (delta 0)
@ -364,6 +366,7 @@ Output from `gbuild` will look something like
Creating build script (var/build-script)
lxc-start: Connection refused - inotify event with no name (mask 32768)
Running build script (log in var/build.log)
```
Building an alternative repository
-----------------------------------