mirror of
https://abf.rosa.ru/djam/kubernetes.git
synced 2025-02-23 21:52:55 +00:00
Compare commits
2 commits
f906383d6d
...
ffffea1cf2
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ffffea1cf2 | ||
![]() |
f691270e28 |
2 changed files with 4 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
kubernetes-1.26.1.tar.gz: 42703b6446ebfaf49a972e71d1b0af56f0054852
|
kubernetes-1.26.15.tar.gz: d559eda0655c0f5d93de94f63cc32d33b2f7204a
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%define debug_package %nil
|
%define debug_package %nil
|
||||||
|
|
||||||
Name: kubernetes
|
Name: kubernetes
|
||||||
Version: 1.26.1
|
Version: 1.26.15
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Production-Grade Container Scheduling and Management
|
Summary: Production-Grade Container Scheduling and Management
|
||||||
Group: Development/Other
|
Group: Development/Other
|
||||||
|
@ -108,8 +108,9 @@ Documentation for Kubernetes
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export GOPROXY=https://proxy.golang.org,direct
|
||||||
#create docs
|
#create docs
|
||||||
hack/update-generated-docs.sh
|
#hack/update-generated-docs.sh
|
||||||
|
|
||||||
make all GOLDFLAGS="-s -w"
|
make all GOLDFLAGS="-s -w"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue