Move building binaries instructions

It's less important than signing your work.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman 2014-10-23 18:31:28 +01:00
parent ea45715a50
commit 899670fc6c
1 changed files with 11 additions and 12 deletions

View File

@ -24,18 +24,6 @@ that should get you started.
$ script/test $ script/test
## Building binaries
Linux:
$ script/build-linux
OS X:
$ script/build-osx
Note that this only works on Mountain Lion, not Mavericks, due to a [bug in PyInstaller](http://www.pyinstaller.org/ticket/807).
## Sign your work ## Sign your work
The sign-off is a simple line at the end of the explanation for the The sign-off is a simple line at the end of the explanation for the
@ -80,6 +68,17 @@ The easiest way to do this is to use the `--signoff` flag when committing. E.g.:
$ git commit --signoff $ git commit --signoff
## Building binaries
Linux:
$ script/build-linux
OS X:
$ script/build-osx
Note that this only works on Mountain Lion, not Mavericks, due to a [bug in PyInstaller](http://www.pyinstaller.org/ticket/807).
## Release process ## Release process