mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-13 12:32:48 +02:00
In this commit, we fix the upstream remote detection in tag-release.sh so it recognizes remotes whose URL uses a different case than the canonical `lightningnetwork/lnd`. GitHub treats the org/repo path as case-insensitive, but the awk match was case-sensitive, so a remote pointing at `LightningNetwork/lnd` (a common spelling for `origin`) would go undetected and the script would bail out with "no git remote points at lightningnetwork/lnd" even though one clearly did. We lower-case the URL with awk's `tolower()` before matching, which keeps the pattern itself lower-case and stays portable across the BSD awk on macOS and gawk in CI (unlike the gawk-only `IGNORECASE`). |
||
|---|---|---|
| .. | ||
| bw-compatibility-test | ||
| keys | ||
| check-commit.sh | ||
| check-each-commit.sh | ||
| check-go-version-dockerfile.sh | ||
| check-go-version-yaml.sh | ||
| check-pgp-expiry.sh | ||
| check-release-notes.sh | ||
| check-rest-annotations.sh | ||
| check-sample-lnd-conf.sh | ||
| comment-on-duplicates.sh | ||
| fuzz.sh | ||
| fuzzy-match-release-branch.sh | ||
| gen_man_pages.sh | ||
| gen_sqlc_docker.sh | ||
| install_bitcoind.sh | ||
| itest_parallel.sh | ||
| itest_part.sh | ||
| release.sh | ||
| tag-release.sh | ||
| tidy_modules.sh | ||
| unit-test-flake-hunter.sh | ||
| unit_test_modules.sh | ||
| verify-install.sh | ||