forked from pool/traefik
Accepting request 666745 from home:pgeorgiadis
- Initial package release to version 1.7.7: * Check for watched namespace before getting kubernetes objects * Allow empty path with App-root annotation * kubernetes: sort and uniq TLS secrets * Skip TLS section with no secret in Kubernetes ingress OBS-URL: https://build.opensuse.org/request/show/666745 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/traefik?expand=0&rev=2
This commit is contained in:
parent
f05c6ddb4c
commit
f73febbfb2
@ -54,9 +54,10 @@ Documentation: http://docs.traefik.io/
|
||||
%build
|
||||
%{goprep} github.com/containous/traefik
|
||||
|
||||
# Start building ...
|
||||
go generate
|
||||
%{gobuild}
|
||||
# workaround: there is no %{gogenerate} macro
|
||||
cd %{_builddir}/go/src/github.com/containous/traefik;go generate
|
||||
|
||||
%{gobuild} ./cmd/traefik
|
||||
|
||||
%install
|
||||
%{goinstall}
|
||||
|
Loading…
Reference in New Issue
Block a user