mirror of
https://abf.rosa.ru/djam/kubernetes.git
synced 2025-02-24 06:02:57 +00:00
Compare commits
No commits in common. "ffffea1cf2c6e3f9ec126e090c730cf4deefbb92" and "f906383d6d54f752fb424c55f0853e120f0ea443" have entirely different histories.
ffffea1cf2
...
f906383d6d
2 changed files with 3 additions and 4 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
kubernetes-1.26.15.tar.gz: d559eda0655c0f5d93de94f63cc32d33b2f7204a
|
kubernetes-1.26.1.tar.gz: 42703b6446ebfaf49a972e71d1b0af56f0054852
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%define debug_package %nil
|
%define debug_package %nil
|
||||||
|
|
||||||
Name: kubernetes
|
Name: kubernetes
|
||||||
Version: 1.26.15
|
Version: 1.26.1
|
||||||
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,9 +108,8 @@ 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