generated from demus/basic-rpm-template
Ignore unlicensed mods as there is no way to avoid a failure
Build and provide rpm of demus-packaging / Start build on COPR (f43) (release) Successful in 4m3s
Build and provide rpm of demus-packaging / Start build on COPR (rawhide) (release) Successful in 5m8s
Build and provide rpm of demus-packaging / Start build on COPR (f44) (release) Successful in 5m19s
Build and provide rpm of demus-packaging / Start build on COPR (f43) (release) Successful in 4m3s
Build and provide rpm of demus-packaging / Start build on COPR (rawhide) (release) Successful in 5m8s
Build and provide rpm of demus-packaging / Start build on COPR (f44) (release) Successful in 5m19s
There doesn't seem to be a way to override a missing license, so the license check always fails
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
%global major 1
|
||||
%global minor 0
|
||||
%global release 3
|
||||
%global release 4
|
||||
|
||||
Name: demus-packaging
|
||||
Version: %{major}.%{minor}.%{release}
|
||||
|
||||
@@ -6,4 +6,4 @@ if [ $# -ne 1 ] || ! [[ "$1" =~ .*.\.spec$ ]] || [ ! -f "$1" ]; then
|
||||
exit 1
|
||||
fi
|
||||
go_vendor_archive create --config go-vendor-tools.toml --write-config "$1"
|
||||
go_vendor_license --config go-vendor-tools.toml --path "$1" report --write-config --prompt --autofill auto --update-spec
|
||||
go_vendor_license --config go-vendor-tools.toml --path "$1" report --write-config --prompt --autofill auto --update-spec --ignore-unlicensed-mods
|
||||
|
||||
Reference in New Issue
Block a user