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 (f44) (release) Has been cancelled
Build and provide rpm of demus-packaging / Start build on COPR (f43) (release) Has been cancelled
Build and provide rpm of demus-packaging / Start build on COPR (rawhide) (release) Has been cancelled
Build and provide rpm of demus-packaging / Start build on COPR (f44) (release) Has been cancelled
Build and provide rpm of demus-packaging / Start build on COPR (f43) (release) Has been cancelled
Build and provide rpm of demus-packaging / Start build on COPR (rawhide) (release) Has been cancelled
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