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

*: sed s/flatcar-linux/flatcar #372

Merged
merged 1 commit into from
Sep 14, 2022
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'flatcar-master'
env:
REGISTRY: ghcr.io
IMAGE_NAME: flatcar-linux/mantle
IMAGE_NAME: flatcar/mantle

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-calico-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
branch: calico-update-${{ steps.update-links.outputs.CALICO_VERSION }}
title: Update calico to ${{ steps.update-links.outputs.CALICO_VERSION }}
commit-message: Update calico to ${{ steps.update-links.outputs.CALICO_VERSION }}
reviewers: flatcar-linux/flatcar-maintainers
reviewers: flatcar/flatcar-maintainers
delete-branch: true
body: |
Before merging this pull request, PLEASE make sure that a manifest based
Expand Down
2 changes: 1 addition & 1 deletion auth/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"golang.org/x/text/encoding/unicode"
"golang.org/x/text/transform"

"github.com/flatcar-linux/mantle/platform"
"github.com/flatcar/mantle/platform"
)

const (
Expand Down
6 changes: 3 additions & 3 deletions cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
"github.com/coreos/pkg/capnslog"
"github.com/spf13/cobra"

"github.com/flatcar-linux/mantle/system/exec"
"github.com/flatcar-linux/mantle/version"
"github.com/flatcar/mantle/system/exec"
"github.com/flatcar/mantle/version"
)

var (
Expand All @@ -38,7 +38,7 @@ var (
logVerbose bool
logLevel = capnslog.NOTICE

plog = capnslog.NewPackageLogger("github.com/flatcar-linux/mantle", "cli")
plog = capnslog.NewPackageLogger("github.com/flatcar/mantle", "cli")
)

// Execute sets up common features that all mantle commands should share
Expand Down
4 changes: 2 additions & 2 deletions cmd/cork/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ package main
import (
"github.com/spf13/cobra"

"github.com/flatcar-linux/mantle/sdk"
"github.com/flatcar-linux/mantle/sdk/omaha"
"github.com/flatcar/mantle/sdk"
"github.com/flatcar/mantle/sdk/omaha"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions cmd/cork/cork.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ import (
"github.com/coreos/pkg/capnslog"
"github.com/spf13/cobra"

"github.com/flatcar-linux/mantle/cli"
"github.com/flatcar/mantle/cli"
)

var plog = capnslog.NewPackageLogger("github.com/flatcar-linux/mantle", "cork")
var plog = capnslog.NewPackageLogger("github.com/flatcar/mantle", "cork")
var root = &cobra.Command{
Use: "cork [command]",
Short: "The CoreOS SDK Manager",
Expand Down
4 changes: 2 additions & 2 deletions cmd/cork/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/pflag"

"github.com/flatcar-linux/mantle/sdk"
"github.com/flatcar-linux/mantle/sdk/repo"
"github.com/flatcar/mantle/sdk"
"github.com/flatcar/mantle/sdk/repo"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion cmd/cork/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package main
import (
"github.com/spf13/cobra"

"github.com/flatcar-linux/mantle/sdk"
"github.com/flatcar/mantle/sdk"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions cmd/cork/downloadimage.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import (

"github.com/spf13/cobra"

"github.com/flatcar-linux/mantle/auth"
"github.com/flatcar-linux/mantle/sdk"
"github.com/flatcar/mantle/auth"
"github.com/flatcar/mantle/sdk"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions cmd/gangue/gangue.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (

"github.com/spf13/cobra"

"github.com/flatcar-linux/mantle/auth"
"github.com/flatcar-linux/mantle/cli"
"github.com/flatcar/mantle/auth"
"github.com/flatcar/mantle/cli"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion cmd/gangue/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

"github.com/spf13/cobra"

"github.com/flatcar-linux/mantle/sdk"
"github.com/flatcar/mantle/sdk"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions cmd/kola/bootchart.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (

"github.com/spf13/cobra"

"github.com/flatcar-linux/mantle/kola"
"github.com/flatcar-linux/mantle/platform"
"github.com/flatcar/mantle/kola"
"github.com/flatcar/mantle/platform"
)

var cmdBootchart = &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion cmd/kola/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

"github.com/spf13/cobra"

"github.com/flatcar-linux/mantle/kola"
"github.com/flatcar/mantle/kola"
)

var (
Expand Down
12 changes: 6 additions & 6 deletions cmd/kola/kola.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ import (
"github.com/coreos/pkg/capnslog"
"github.com/spf13/cobra"

"github.com/flatcar-linux/mantle/cli"
"github.com/flatcar-linux/mantle/kola"
"github.com/flatcar-linux/mantle/kola/register"
"github.com/flatcar/mantle/cli"
"github.com/flatcar/mantle/kola"
"github.com/flatcar/mantle/kola/register"

// register OS test suite
_ "github.com/flatcar-linux/mantle/kola/registry"
_ "github.com/flatcar/mantle/kola/registry"
)

var (
plog = capnslog.NewPackageLogger("github.com/flatcar-linux/mantle", "kola")
plog = capnslog.NewPackageLogger("github.com/flatcar/mantle", "kola")

root = &cobra.Command{
Use: "kola [command]",
Expand Down Expand Up @@ -98,7 +98,7 @@ func preRun(cmd *cobra.Command, args []string) {

// EquinixMetal uses storage, and storage talks too much.
if !plog.LevelAt(capnslog.INFO) {
mantleLogger := capnslog.MustRepoLogger("github.com/flatcar-linux/mantle")
mantleLogger := capnslog.MustRepoLogger("github.com/flatcar/mantle")
mantleLogger.SetLogLevel(map[string]capnslog.LogLevel{
"storage": capnslog.WARNING,
})
Expand Down
8 changes: 4 additions & 4 deletions cmd/kola/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ import (
"golang.org/x/crypto/ssh"
"golang.org/x/crypto/ssh/agent"

"github.com/flatcar-linux/mantle/auth"
"github.com/flatcar-linux/mantle/kola"
"github.com/flatcar-linux/mantle/platform"
"github.com/flatcar-linux/mantle/sdk"
"github.com/flatcar/mantle/auth"
"github.com/flatcar/mantle/kola"
"github.com/flatcar/mantle/platform"
"github.com/flatcar/mantle/sdk"
)

var (
Expand Down
12 changes: 6 additions & 6 deletions cmd/kola/spawn.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ import (

"github.com/spf13/cobra"

"github.com/flatcar-linux/mantle/kola"
"github.com/flatcar-linux/mantle/platform"
"github.com/flatcar-linux/mantle/platform/conf"
"github.com/flatcar-linux/mantle/platform/machine/qemu"
"github.com/flatcar-linux/mantle/sdk"
"github.com/flatcar-linux/mantle/sdk/omaha"
"github.com/flatcar/mantle/kola"
"github.com/flatcar/mantle/platform"
"github.com/flatcar/mantle/platform/conf"
"github.com/flatcar/mantle/platform/machine/qemu"
"github.com/flatcar/mantle/sdk"
"github.com/flatcar/mantle/sdk/omaha"

"github.com/coreos/pkg/capnslog"
)
Expand Down
12 changes: 6 additions & 6 deletions cmd/kola/updatepayload.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ import (
"github.com/spf13/cobra"
"golang.org/x/crypto/ssh/agent"

"github.com/flatcar-linux/mantle/kola"
"github.com/flatcar-linux/mantle/platform"
"github.com/flatcar-linux/mantle/platform/conf"
"github.com/flatcar-linux/mantle/platform/machine/qemu"
"github.com/flatcar-linux/mantle/sdk"
sdkomaha "github.com/flatcar-linux/mantle/sdk/omaha"
"github.com/flatcar/mantle/kola"
"github.com/flatcar/mantle/platform"
"github.com/flatcar/mantle/platform/conf"
"github.com/flatcar/mantle/platform/machine/qemu"
"github.com/flatcar/mantle/sdk"
sdkomaha "github.com/flatcar/mantle/sdk/omaha"
)

var (
Expand Down
8 changes: 4 additions & 4 deletions cmd/kolet/kolet.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ import (
"github.com/coreos/pkg/capnslog"
"github.com/spf13/cobra"

"github.com/flatcar-linux/mantle/cli"
"github.com/flatcar-linux/mantle/kola/register"
"github.com/flatcar/mantle/cli"
"github.com/flatcar/mantle/kola/register"

// Register any tests that we may wish to execute in kolet.
_ "github.com/flatcar-linux/mantle/kola/registry"
_ "github.com/flatcar/mantle/kola/registry"
)

var (
plog = capnslog.NewPackageLogger("github.com/flatcar-linux/mantle", "kolet")
plog = capnslog.NewPackageLogger("github.com/flatcar/mantle", "kolet")

root = &cobra.Command{
Use: "kolet run [test] [func]",
Expand Down
2 changes: 1 addition & 1 deletion cmd/ore/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package main

import (
"github.com/flatcar-linux/mantle/cmd/ore/aws"
"github.com/flatcar/mantle/cmd/ore/aws"
)

func init() {
Expand Down
8 changes: 4 additions & 4 deletions cmd/ore/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ import (
"os"

"github.com/coreos/pkg/capnslog"
"github.com/flatcar-linux/mantle/cli"
"github.com/flatcar-linux/mantle/platform"
"github.com/flatcar-linux/mantle/platform/api/aws"
"github.com/flatcar/mantle/cli"
"github.com/flatcar/mantle/platform"
"github.com/flatcar/mantle/platform/api/aws"
"github.com/spf13/cobra"
)

var (
plog = capnslog.NewPackageLogger("github.com/flatcar-linux/mantle", "ore/aws")
plog = capnslog.NewPackageLogger("github.com/flatcar/mantle", "ore/aws")

AWS = &cobra.Command{
Use: "aws [command]",
Expand Down
2 changes: 1 addition & 1 deletion cmd/ore/aws/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"os"
"strings"

"github.com/flatcar-linux/mantle/platform/api/aws"
"github.com/flatcar/mantle/platform/api/aws"
"github.com/spf13/cobra"
)

Expand Down
6 changes: 3 additions & 3 deletions cmd/ore/aws/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import (
"path/filepath"
"strings"

"github.com/flatcar-linux/mantle/platform/api/aws"
"github.com/flatcar-linux/mantle/sdk"
"github.com/flatcar-linux/mantle/util"
"github.com/flatcar/mantle/platform/api/aws"
"github.com/flatcar/mantle/sdk"
"github.com/flatcar/mantle/util"
"github.com/spf13/cobra"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/ore/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package main

import (
"github.com/flatcar-linux/mantle/cmd/ore/azure"
"github.com/flatcar/mantle/cmd/ore/azure"
)

func init() {
Expand Down
8 changes: 4 additions & 4 deletions cmd/ore/azure/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ import (
"github.com/coreos/pkg/capnslog"
"github.com/spf13/cobra"

"github.com/flatcar-linux/mantle/auth"
"github.com/flatcar-linux/mantle/cli"
"github.com/flatcar-linux/mantle/platform/api/azure"
"github.com/flatcar/mantle/auth"
"github.com/flatcar/mantle/cli"
"github.com/flatcar/mantle/platform/api/azure"
)

var (
plog = capnslog.NewPackageLogger("github.com/flatcar-linux/mantle", "ore/azure")
plog = capnslog.NewPackageLogger("github.com/flatcar/mantle", "ore/azure")

Azure = &cobra.Command{
Use: "azure [command]",
Expand Down
2 changes: 1 addition & 1 deletion cmd/ore/azure/create-image.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

"github.com/spf13/cobra"

"github.com/flatcar-linux/mantle/platform/api/azure"
"github.com/flatcar/mantle/platform/api/azure"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion cmd/ore/azure/upload-blob-arm.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/Microsoft/azure-vhd-utils/vhdcore/validator"
"github.com/spf13/cobra"

"github.com/flatcar-linux/mantle/sdk"
"github.com/flatcar/mantle/sdk"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion cmd/ore/do.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package main

import (
"github.com/flatcar-linux/mantle/cmd/ore/do"
"github.com/flatcar/mantle/cmd/ore/do"
)

func init() {
Expand Down
8 changes: 4 additions & 4 deletions cmd/ore/do/do.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ import (
"github.com/coreos/pkg/capnslog"
"github.com/spf13/cobra"

"github.com/flatcar-linux/mantle/auth"
"github.com/flatcar-linux/mantle/cli"
"github.com/flatcar-linux/mantle/platform/api/do"
"github.com/flatcar/mantle/auth"
"github.com/flatcar/mantle/cli"
"github.com/flatcar/mantle/platform/api/do"
)

var (
plog = capnslog.NewPackageLogger("github.com/flatcar-linux/mantle", "ore/do")
plog = capnslog.NewPackageLogger("github.com/flatcar/mantle", "ore/do")

DO = &cobra.Command{
Use: "do [command]",
Expand Down
2 changes: 1 addition & 1 deletion cmd/ore/equinixmetal.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package main

import (
"github.com/flatcar-linux/mantle/cmd/ore/equinixmetal"
"github.com/flatcar/mantle/cmd/ore/equinixmetal"
)

func init() {
Expand Down
4 changes: 2 additions & 2 deletions cmd/ore/equinixmetal/create-device.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (

"github.com/spf13/cobra"

ctplatform "github.com/flatcar-linux/container-linux-config-transpiler/config/platform"
"github.com/flatcar-linux/mantle/platform/conf"
ctplatform "github.com/flatcar/container-linux-config-transpiler/config/platform"
"github.com/flatcar/mantle/platform/conf"
)

var (
Expand Down
Loading