Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit d244586

Browse files
committed
Update make vendor version & repo source
1 parent 06db0fa commit d244586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ conformance-%: clean all
5050

5151
# This will naively try and create a vendor dir from a k8s release
5252
# USE: make vendor VENDOR_VERSION=vX.Y.Z
53-
VENDOR_VERSION = v1.3.0
53+
VENDOR_VERSION = v1.3.4+coreos.0
5454
vendor: vendor-$(VENDOR_VERSION)
5555

5656
vendor-$(VENDOR_VERSION):
5757
@echo "Creating k8s vendor dir: $@"
5858
@mkdir -p $@/k8s.io/kubernetes
59-
@git clone --branch=$(VENDOR_VERSION) --depth=1 https://github.com/kubernetes/kubernetes $@/k8s.io/kubernetes > /dev/null 2>&1
59+
@git clone --branch=$(VENDOR_VERSION) --depth=1 https://github.com/coreos/kubernetes $@/k8s.io/kubernetes > /dev/null 2>&1
6060
@cd $@/k8s.io/kubernetes && git checkout $(VENDOR_VERSION) > /dev/null 2>&1
6161
@cd $@/k8s.io/kubernetes && rm -rf docs examples hack cluster Godeps
6262
@cd $@/k8s.io/kubernetes/vendor && mv k8s.io/heapster $(abspath $@/k8s.io) && rmdir k8s.io

0 commit comments

Comments
 (0)