Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-09 | Bump to v0.18.1.0 | Seth For Privacy | 1 | -1/+1 | |
2022-07-18 | Migrate VERSION variable to non-export | Seth For Privacy | 1 | -1/+1 | |
2022-07-18 | Set version in ENV var | Seth For Privacy | 1 | -6/+7 | |
2022-07-18 | Bump Gitian build instructions to v0.18.0.0 | Seth For Privacy | 1 | -6/+6 | |
2022-05-09 | Make Mac SDK into a regular depends package | Howard Chu | 1 | -6/+0 | |
2022-04-27 | Change "Github" to "GitHub" | Abdullah | 1 | -1/+1 | |
2021-12-02 | Add copy commands for compiled binaries | Seth For Privacy | 1 | -0/+7 | |
2021-12-02 | Add archive details to post-build section | Seth For Privacy | 1 | -2/+13 | |
Also moved the tail of in-progress logs to two distinct and precise tail commands, was a good recommendation by @hyc. | |||||
2021-12-02 | Add git clone and cd commands for initial prep | Seth For Privacy | 1 | -0/+7 | |
2021-12-02 | Add note on adding SSH keys for Github | Seth For Privacy | 1 | -0/+2 | |
2021-12-01 | Update DOCKRUN.md | Seth For Privacy | 1 | -3/+4 | |
2021-12-01 | Bump versions in DOCKRUN.md and add log commands | Seth For Privacy | 1 | -2/+8 | |
2021-09-04 | Add simple script for running gitian-build | Howard Chu | 1 | -0/+85 | |
This shell script creates a docker image for running the gitian-build.py script, to avoid version incompatibilities. The builds may be signed automatically after manually reviewing the build hashes. Only docker.io and apt-cacher-ng are required to be installed on the host. The MacOSX SDK should also be present in this directory if Mac builds are desired. A container named "gitrun" is used to launch the builds, and all output will reside in this container as well. |