bashbrew/scripts
Tianon Gravi d64a9e81b0 Fix behavior around `BASHBREW_LIBRARY` in GHA
This script needs/uses a custom `BASHBREW_LIBRARY` directory, but it stores that value in the exported environment slightly too soon such that `generate-stackbrew-library.sh` picks it up (and shouldn't be).

We often use "`BASHBREW_LIBRARY` is unset (or empty)" as a conditional for whether to fall back to using "https://github.com/docker-library/official-images/raw/HEAD/library/" as an explicit prefix for querying "source of truth" values for things like supported parent architectures.

These two things collided in cc2dc88e04 (and similar commits) because the script saw `BASHBREW_LIBRARY` set, trusted it, but then fails to find the parent image.

This is the cleanest place to fix this such that `generate-stackbrew-library.sh` can take `BASHBREW_LIBRARY` from the provided environment instead of using our generated value.
2024-09-30 11:46:48 -07:00
..
github-actions Fix behavior around `BASHBREW_LIBRARY` in GHA 2024-09-30 11:46:48 -07:00
bashbrew-arch-to-goenv.sh Minor tweaks to "bashbrew-arch-to-goenv.sh" comments 2023-07-31 20:57:56 -07:00
bashbrew-entrypoint.sh Move "bashbrew-entrypoint.sh" into scripts (not used in this repo yet) 2020-04-24 11:52:16 -07:00
bashbrew-host-arch.sh Add RPM support to `bashbrew-host-arch.sh` (via querying RPM's own architecture) 2024-05-29 10:34:48 -07:00
jq-template.awk Implement JSON string escape in pure-awk (several orders of magnitude faster) 2022-07-13 16:39:56 -07:00
template-helper-functions.jq Add support for package supplier in SBOM 2023-12-08 14:55:47 -05:00