Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update git URLs #159

Merged
merged 1 commit into from
Jan 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/cork/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion kola/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion kola/tests/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down