mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-09 02:15:41 +00:00
1. Strip leading v from VERSION. This will allow to simplify renovate rule at [1]. 2. Fix git branch in the URL. In golangci-lint v2 they've switched from master to main, and it's not clear what will happen to master over time, so let's just switch to main prophylactically. 3. Use -b option instead of undocumented hack. Instead of relying on an undocumented feature of having BINDIR, let's use -b option as recommended by the official docs at [2]. 4. Avoid stuttering in the output. Before: [kir@kir-tp1 podman]$ VERSION=2.0.2 ./hack/install_golangci.sh golangci-lint has version 2.0.2 built with go1.24.1 from 2b224c2c on 2025-03-25T21:36:18Z Using existing ./bin/golangci-lint has version 2.0.2 built with go1.24.1 from 2b224c2c on 2025-03-25T21:36:18Z After: [kir@kir-tp1 podman]$ VERSION=2.0.2 ./hack/install_golangci.sh golangci-lint has version 2.0.2 built with go1.24.1 from 2b224c2c on 2025-03-25T21:36:18Z Using existing ./bin/golangci-lint 5. Fix shellcheck warnings. 6. Also retry when reinstalling. The code logic to retry install for up to 5 times when installation fails was introduced by commit |
||
|---|---|---|
| .. | ||
| perf | ||
| podman-registry-go | ||
| apparmor_tag.sh | ||
| bats | ||
| branch_commits.rb | ||
| btrfs_installed_tag.sh | ||
| btrfs_tag.sh | ||
| buildah-vendor-treadmill | ||
| check_root.sh | ||
| fork_exec_snoop.bt | ||
| get_ci_vm.sh | ||
| golangci-lint.sh | ||
| install_catatonit.sh | ||
| install_golangci.sh | ||
| libdm_tag.sh | ||
| libsubid_tag.sh | ||
| make-and-check-size | ||
| man-page-checker | ||
| man-page-table-check | ||
| markdown-preprocess | ||
| markdown-preprocess-review | ||
| markdown-preprocess.t | ||
| podman-commands.sh | ||
| podman-registry | ||
| podman-socat | ||
| podman_cleanup_tracer.bt | ||
| podmansnoop | ||
| podmanv2-retry | ||
| swagger-check | ||
| systemd_tag.sh | ||
| tree_status.sh | ||
| xref-docker-options | ||
| xref-helpmsgs-manpages | ||
| xref-helpmsgs-manpages.t | ||
| xref-quadlet-docs | ||