| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix macos reproducible builds | trinity-1686a | 2023-04-16 | 1 | -1/+1 |
| | | |||||
| * | shell: use /usr/bin/env instead of absolute paths | Emil Engler | 2023-01-25 | 1 | -1/+1 |
| | | | | | | | | | | | This commit changes the shebang in all shell scripts from absolute paths (such as `/bin/bash` or `/usr/bin/python3`) to the `/usr/bin/env` binary with the accompanying interpreter as it's argument. The reason for this are as follows: - NixOS cannot work with absolute paths - BSD systems install their packages in /usr/local/bin | ||||
| * | use newer version of zstd and lzma | trinity-1686a | 2022-11-29 | 1 | -6/+0 |
| | | |||||
| * | maint/reproducible_build: Pass --locked to cargo build | Ian Jackson | 2022-09-06 | 1 | -1/+1 |
| | | | | | We don't want any updates! | ||||
| * | maint/reproducible_build: Honour $CARGO | Ian Jackson | 2022-09-06 | 1 | -1/+4 |
| | | | | | This makes it easier to test, and perform other kinds of stunts. | ||||
| * | maint/reproducible_build: Centralise -p arti --features etc. | Ian Jackson | 2022-09-06 | 1 | -3/+6 |
| | | |||||
| * | maint/reproducible_build: Bring "cargo build" invocations together | Ian Jackson | 2022-09-06 | 1 | -3/+7 |
| | | |||||
| * | make almost all scripts use bash and set euo pipefail | trinity-1686a | 2022-05-25 | 1 | -2/+4 |
| | | |||||
| * | fix reproducible build summary giving invalid branch and commit id | trinity-1686a | 2022-03-04 | 1 | -0/+1 |
| | | | | | | fix #378 also fix unrelated error in nightly rustdoc CI | ||||
| * | rename *.sh scripts to bare name | Ian Jackson | 2022-02-18 | 1 | -0/+110 |
| As per #309 Update all references. There is one remaining hit for git-grep '\.sh\b' namely "build.sh" in maint/reproducible_build, which I think is the build script for osxcross - ie, an external project. | |||||
