From e3012983d9579d63c4da09790320c7c8e7b51bc6 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 14 Jan 2021 17:22:23 +0100 Subject: [PATCH] Update git URLs Repositories were moved to the kinvolk org. --- cmd/cork/create.go | 2 +- kola/README.md | 2 +- kola/tests/docker/docker.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/cork/create.go b/cmd/cork/create.go index 6d964e85a..7db810123 100644 --- a/cmd/cork/create.go +++ b/cmd/cork/create.go @@ -27,7 +27,7 @@ import ( ) const ( - coreosManifestURL = "https://github.com/flatcar-linux/manifest.git" + coreosManifestURL = "https://github.com/kinvolk/manifest.git" // Set repoUpstreamBranch to "maint", until the upstream repo >= v2.10 // could be available in ordinary SDK environments. That is to avoid // incompatibility issue of an old repo tool not being able to work with diff --git a/kola/README.md b/kola/README.md index f1f2ef848..cbc1299d7 100644 --- a/kola/README.md +++ b/kola/README.md @@ -2,7 +2,7 @@ ## Quick Start -1. Fork and clone the [`mantle` repository](https://github.com/flatcar-linux/mantle/) +1. Fork and clone the [`mantle` repository](https://github.com/kinvolk/mantle/) 2. Move into `kola/tests/` and look for the package your test would best fit 3. Edit the file and add your test(s), ensuring that you register your new test(s) in the packages `init()` 4. Commit, push, and PR your result diff --git a/kola/tests/docker/docker.go b/kola/tests/docker/docker.go index 58ea1a42d..81231c87c 100644 --- a/kola/tests/docker/docker.go +++ b/kola/tests/docker/docker.go @@ -244,7 +244,7 @@ func dockerBaseTests(c cluster.TestCluster) { // using a simple container, exercise various docker options that set resource // limits and security options. also acts as a regression test for // https://github.com/coreos/bugs/issues/1246 and -// https://github.com/flatcar-linux/Flatcar/issues/110 +// https://github.com/kinvolk/Flatcar/issues/110 func dockerResources(c cluster.TestCluster) { m := c.Machines()[0]