From 301f3d776f8b272b9cc977b1ca91704d60eeb027 Mon Sep 17 00:00:00 2001 From: Kenfe-Mickael Laventure Date: Thu, 16 Jun 2016 09:06:53 -0700 Subject: [PATCH] Revert build-{deb,rpm} to cloning from opencontainers repository Signed-off-by: Kenfe-Mickael Laventure --- hack/make/build-deb | 2 +- hack/make/build-rpm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/make/build-deb b/hack/make/build-deb index 5b586d0b6b..2aed66fcb6 100644 --- a/hack/make/build-deb +++ b/hack/make/build-deb @@ -73,7 +73,7 @@ set -e # add runc and containerd compile and install cat >> "$DEST/$version/Dockerfile.build" <<-EOF # Install runc - RUN git clone https://github.com/crosbymichael/runc.git "/go/src/github.com/opencontainers/runc" \ + RUN git clone https://github.com/opencontainers/runc.git "/go/src/github.com/opencontainers/runc" \ && cd "/go/src/github.com/opencontainers/runc" \ && git checkout -q "\$RUNC_COMMIT" RUN set -x && export GOPATH="/go" && cd "/go/src/github.com/opencontainers/runc" \ diff --git a/hack/make/build-rpm b/hack/make/build-rpm index d70cb705df..3a82a3827c 100644 --- a/hack/make/build-rpm +++ b/hack/make/build-rpm @@ -100,7 +100,7 @@ set -e # add runc and containerd compile and install cat >> "$DEST/$version/Dockerfile.build" <<-EOF # Install runc - RUN git clone https://github.com/crosbymichael/runc.git "/go/src/github.com/opencontainers/runc" \ + RUN git clone https://github.com/opencontainers/runc.git "/go/src/github.com/opencontainers/runc" \ && cd "/go/src/github.com/opencontainers/runc" \ && git checkout -q "\$RUNC_COMMIT" RUN set -x && export GOPATH="/go" && cd "/go/src/github.com/opencontainers/runc" \