A repository for building RPMs in docker
Go to file
Ben Vincent f125d59935 refactor: replace all wget commands with curl
Standardize download commands across all build scripts:
- HashiCorp packages: wget -O → curl -o
- VictoriaMetrics packages: wget -O → curl -o
- Other packages: wget -O → curl -o, wget → curl -O
- Update dependency lists to use curl instead of wget

This change provides consistency across all packages and uses a single download tool.
2025-09-29 21:59:01 +10:00
.gitea/workflows feat: update urls 2025-07-06 17:20:48 +10:00
rpms refactor: replace all wget commands with curl 2025-09-29 21:59:01 +10:00
.gitignore feat: add terragrunt 2024-11-23 13:52:13 +11:00
Makefile feat: update docker containers 2025-01-26 14:49:48 +11:00