summarylogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-05-19feat(bazelisk): standardize PKGBUILD filesBenjamin Denhartog
This change brings in various changes to the PKGBUILD files in an attempt to standardize them. - Single quotes for variable values that do not include other variables - Dogfood bazelisk to avoid .bazelversion incompatibilities - Minor formatting changes - Rename license file from 'Apache 2.0' to 'Apache', as they are equal on Arch Linux systems GitOrigin-RevId: adcecf4608c54730a994084e0530e78260f3b51c
2021-05-19internal changeBenjamin Denhartog
GitOrigin-RevId: 7d2b4a2df061b256f665bdf4de3e058b9bf130b7
2021-05-14feat(bazelisk): standardize PKGBUILD filesBenjamin Denhartog
This change brings in various changes to the PKGBUILD files in an attempt to standardize them. - Single quotes for variable values that do not include other variables - Dogfood bazelisk to avoid .bazelversion incompatibilities - Minor formatting changes - Rename license file from 'Apache 2.0' to 'Apache', as they are equal on Arch Linux systems GitOrigin-RevId: adcecf4608c54730a994084e0530e78260f3b51c
2020-08-08refactor(bazelisk-bin): add the pkgver to the local executable filenameBenjamin Denhartog
This patch ensures that the executable file, when pulled locally, has a version-suffixed name. This change helps avoid issues building this package due to a cached artifact which, when present, can cause checksum validation failures. This does not affect the name of the binary in `/usr/bin`, as it is installed without this suffix.
2020-02-07feat(bazelisk-bin): add bazelisk-bin: 1.3.0Benjamin Denhartog