-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revamp gitian building guides #3748
Revamp gitian building guides #3748
Conversation
Signed-off-by: pasta <[email protected]>
Signed-off-by: pasta <[email protected]>
doc/gitian-building.md
Outdated
|
||
service apt-cacher-ng restart | ||
``` | ||
You can also mail the files to Wladimir ([email protected]) and he will commit them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think Wladimir is going to be very helpful for us :-)
Signed-off-by: pasta <[email protected]>
------------------ | ||
In order to sign builds for macOS, you need to download the free SDK and extract a file. The steps are described [here](./gitian-building/gitian-building-mac-os-sdk.md). Alternatively, you can skip the macOS build by adding `--os=lw` below. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't think the ./
is needed
In order to sign builds for macOS, you need to download the free SDK and extract a file. The steps are described [here](./gitian-building/gitian-building-mac-os-sdk.md). Alternatively, you can skip the macOS build by adding `--os=lw` below. | |
In order to sign builds for macOS, you need to download the free SDK and extract a file. The steps are described [here](gitian-building/gitian-building-mac-os-sdk.md). Alternatively, you can skip the macOS build by adding `--os=lw` below. |
Signed-off-by: pasta <[email protected]>
Signed-off-by: pasta <[email protected]>
Signed-off-by: pasta <[email protected]>
Now, run gitian-build.py script in setup mode. You may get asked to enter your password. | ||
``` | ||
./gitian-build.py -V lxc --setup $NAME $VERSION |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why specify -V lxc
? That's only necessary if someone doesn't have Docker, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's how I've always done it on ubuntu
@PastaPastaPasta linter is unhappy |
This pull request has conflicts, please rebase. |
Closed due to gitian removing: #5756 |
Signed-off-by: pasta [email protected]