From 0a8ad62d506607284b887bc0e5f46975c7ad87e0 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Mon, 17 Apr 2017 17:39:18 -0500 Subject: [PATCH 1/2] Update Go path to linuxkit/linuxkit for libraries Signed-off-by: Justin Cormack --- src/initrd/initrd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initrd/initrd.go b/src/initrd/initrd.go index 9a0fa5b54..187b48d5e 100644 --- a/src/initrd/initrd.go +++ b/src/initrd/initrd.go @@ -7,7 +7,7 @@ import ( "errors" "io" - "github.com/docker/moby/src/pad4" + "github.com/linuxkit/linuxkit/src/pad4" "github.com/surma/gocpio" ) From e08f3a9a3f3c9642f3ad726c25835f5e81e9dcde Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Mon, 17 Apr 2017 17:43:05 -0500 Subject: [PATCH 2/2] Change docker/linuxkit to linuxkit/linuxkit Signed-off-by: Justin Cormack --- .github/ISSUE_TEMPLATE.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CONTRIBUTING.md | 8 ++++---- MAINTAINERS | 2 +- docs/kernel-patches.md | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cf57f18ce..1ccd0783f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -10,7 +10,7 @@ information within 7 days, we cannot debug your issue and will close it. We will, however, reopen it if you later provide the information. For more information about reporting issues, see -https://github.com/docker/linuxkit/blob/master/CONTRIBUTING.md#reporting-other-issues +https://github.com/linuxkit/linuxkit/blob/master/CONTRIBUTING.md#reporting-other-issues --------------------------------------------------- BUG REPORT INFORMATION diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2dd0514a7..3a727df39 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@