Files
demus-packaging/go-vendor-update.sh
T
demus a9c56550d9
Build and provide rpm of demus-packaging-utils / Build and deploy an rpm to the demus.dk repo (f42) (release) Failing after 28s
Build and provide rpm of demus-packaging-utils / Build and deploy an rpm to the demus.dk repo (f43) (release) Failing after 28s
Build and provide rpm of demus-packaging-utils / Build and deploy an rpm to the demus.dk repo (rawhide) (release) Failing after 21s
Build and provide rpm of demus-packaging-utils / Build and deploy an rpm to the demus.dk repo (f44) (release) Failing after 30s
Add packaging tooling
* regenerate-from-spec: Regenerate tool-generated sources referred to in a spec file
* go-vendor-update: An alias that replicates the parameters used by go2rpm to generate the vendor archive and configuration. It is used in the above regenerate script.
* verify_source_checksum rpm macro: Validate that the checksums in a sources file included in a spec matches the unpacked files.
2026-06-05 13:17:19 +02:00

3 lines
167 B
Bash

# Update go vendor archive and config emulating the way go2rpm does it
alias go-vendor-update='go_vendor_archive create --config go-vendor-tools.toml --write-config '