Commits on Source (16)
-
Matthew Clarkson authoredVerified7b5fbe95
-
Matthew Clarkson authoredVerified57f0752b
-
Matthew Clarkson authoredVerified37522494
-
Matthew Clarkson authored
Missed `.exe` when doing comprehension.
Verified86300e57 -
Matthew Clarkson authoredVerifiedb073c6b2
-
Matthew Clarkson authoredVerified49b4feac
-
Matthew Clarkson authoredVerified406c2130
-
Matthew Clarkson authoredVerifiedb5d0c2be
-
Matthew Clarkson authored
Allows an easy way to redirect `stdout` to file. Most core utilities output to `stdout` but Bazel needs that in a file.
Verified516b5a9d -
Matthew Clarkson authoredVerifieda4f0476e
-
Matthew Clarkson authoredVerifiedc9154dbd
-
Matthew Clarkson authoredVerified1c4d6327
-
Matthew Clarkson authoredVerified5537e8e9
-
Matthew Clarkson authoredVerified001dd366
-
Matthew Clarkson authoredVerified1bff1863
-
Bot authored
# [1.0.0-alpha.8](https://git.gitlab.arm.com/bazel/rules_coreutils/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2024-04-03) ### Bug Fixes * correct coreutils archive extension ([b073c6b2](https://git.gitlab.arm.com/bazel/rules_coreutils/commit/b073c6b25209db51067b7c9bf35e18d7f0bfa1b7)) * correct Windows `coreutils` link ([86300e57](https://git.gitlab.arm.com/bazel/rules_coreutils/commit/86300e57ad999a4e40c30d04bb78071f01a7ef8b)) * make redirection scripts public ([001dd366](https://git.gitlab.arm.com/bazel/rules_coreutils/commit/001dd36641bdbca48782e5a2e94ee5fc78256123)) ### Features * add `sha1sum` rule ([a4f0476e](https://git.gitlab.arm.com/bazel/rules_coreutils/commit/a4f0476e9c6309b4bc8b6dc71be949df3c65ced8)) * add `sha256sum` rule ([c9154dbd](https://git.gitlab.arm.com/bazel/rules_coreutils/commit/c9154dbdc78bb374fbafe543996424498f6de19a)) * add `sha3sum` rule ([5537e8e9](https://git.gitlab.arm.com/bazel/rules_coreutils/commit/5537e8e9764f3a27c3bcc2b32e3250c4e1935467)) * add `sha512sum` rule ([1c4d6327](https://git.gitlab.arm.com/bazel/rules_coreutils/commit/1c4d63275839827dfeaa5065088f5e25f30e5981))
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- CHANGELOG.md 15 additions, 0 deletionsCHANGELOG.md
- MODULE.bazel 23 additions, 55 deletionsMODULE.bazel
- MODULE.bazel.lock 719 additions, 1859 deletionsMODULE.bazel.lock
- README.md 5 additions, 1 deletionREADME.md
- coreutils/redirect/BUILD.bazel 16 additions, 0 deletionscoreutils/redirect/BUILD.bazel
- coreutils/redirect/stdout.tmpl.bat 30 additions, 0 deletionscoreutils/redirect/stdout.tmpl.bat
- coreutils/redirect/stdout.tmpl.sh 12 additions, 0 deletionscoreutils/redirect/stdout.tmpl.sh
- coreutils/sha1sum/BUILD.bazel 0 additions, 0 deletionscoreutils/sha1sum/BUILD.bazel
- coreutils/sha1sum/defs.bzl 5 additions, 0 deletionscoreutils/sha1sum/defs.bzl
- coreutils/sha1sum/rule.bzl 60 additions, 0 deletionscoreutils/sha1sum/rule.bzl
- coreutils/sha256sum/BUILD.bazel 0 additions, 0 deletionscoreutils/sha256sum/BUILD.bazel
- coreutils/sha256sum/defs.bzl 5 additions, 0 deletionscoreutils/sha256sum/defs.bzl
- coreutils/sha256sum/rule.bzl 60 additions, 0 deletionscoreutils/sha256sum/rule.bzl
- coreutils/sha3sum/BUILD.bazel 0 additions, 0 deletionscoreutils/sha3sum/BUILD.bazel
- coreutils/sha3sum/defs.bzl 5 additions, 0 deletionscoreutils/sha3sum/defs.bzl
- coreutils/sha3sum/rule.bzl 60 additions, 0 deletionscoreutils/sha3sum/rule.bzl
- coreutils/sha512sum/BUILD.bazel 0 additions, 0 deletionscoreutils/sha512sum/BUILD.bazel
- coreutils/sha512sum/defs.bzl 5 additions, 0 deletionscoreutils/sha512sum/defs.bzl
- coreutils/sha512sum/rule.bzl 60 additions, 0 deletionscoreutils/sha512sum/rule.bzl
source diff could not be displayed: it is too large. Options to address this: view the blob.
coreutils/redirect/BUILD.bazel
0 → 100644
coreutils/redirect/stdout.tmpl.bat
0 → 100644
coreutils/redirect/stdout.tmpl.sh
0 → 100644
coreutils/sha1sum/BUILD.bazel
0 → 100644
coreutils/sha1sum/defs.bzl
0 → 100644
coreutils/sha1sum/rule.bzl
0 → 100644
coreutils/sha256sum/BUILD.bazel
0 → 100644
coreutils/sha256sum/defs.bzl
0 → 100644
coreutils/sha256sum/rule.bzl
0 → 100644
coreutils/sha3sum/BUILD.bazel
0 → 100644
coreutils/sha3sum/defs.bzl
0 → 100644
coreutils/sha3sum/rule.bzl
0 → 100644
coreutils/sha512sum/BUILD.bazel
0 → 100644
coreutils/sha512sum/defs.bzl
0 → 100644
coreutils/sha512sum/rule.bzl
0 → 100644