Skip to content

Commit

Permalink
*: openSUSE -> opencontainers
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksa Sarai <asarai@suse.de>
  • Loading branch information
cyphar committed Jun 17, 2020
1 parent a0eefce commit 9fd350b
Show file tree
Hide file tree
Showing 55 changed files with 237 additions and 235 deletions.
2 changes: 1 addition & 1 deletion .site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ unsafe = true

[[menu.shortcuts]]
name = "<i class='fa fa-git'></i> Source Code"
url = "https://github.com/openSUSE/umoci"
url = "https://github.com/opencontainers/umoci"
weight = 0
212 changes: 106 additions & 106 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ of your ability) so we can debug your issue far more easily:
* A minimal example of the bug with a contrast between what you expect to
happen versus what actually happened.

[issue-new]: https://github.com/openSUSE/umoci/issues/new
[issue-new]: https://github.com/opencontainers/umoci/issues/new
[xy-problem]: http://xyproblem.info/

### Submitting Changes ###
Expand Down Expand Up @@ -144,7 +144,7 @@ By making a contribution to this project, I certify that:
this project or the open source license(s) involved.
```

[pr-new]: https://github.com/openSUSE/umoci/compare
[pr-new]: https://github.com/opencontainers/umoci/compare
[changelog]: /CHANGELOG.md
[lk-commit]: https://www.kernel.org/doc/Documentation/process/submitting-patches.rst
[dco]: https://developercertificate.org/
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ ENV SOURCE_IMAGE=/opensuse SOURCE_TAG=latest
ARG DOCKER_IMAGE=opensuse/amd64:tumbleweed
RUN skopeo copy docker://$DOCKER_IMAGE oci:$SOURCE_IMAGE:$SOURCE_TAG

VOLUME ["/go/src/github.com/openSUSE/umoci"]
WORKDIR /go/src/github.com/openSUSE/umoci
COPY . /go/src/github.com/openSUSE/umoci
VOLUME ["/go/src/github.com/opencontainers/umoci"]
WORKDIR /go/src/github.com/opencontainers/umoci
COPY . /go/src/github.com/opencontainers/umoci
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GO_MD2MAN ?= go-md2man
export GO111MODULE=off

# Set up the ... lovely ... GOPATH hacks.
PROJECT := github.com/openSUSE/umoci
PROJECT := github.com/opencontainers/umoci
CMD := ${PROJECT}/cmd/umoci

# We use Docker because Go is just horrific to deal with.
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
-->
<div style="display: none">

[![Release](https://img.shields.io/github/release/openSUSE/umoci.svg)](https://github.com/openSUSE/umoci/releases/latest)
[![Build Status](https://img.shields.io/travis/openSUSE/umoci/master.svg)](https://travis-ci.org/openSUSE/umoci)
![License: Apache 2.0](https://img.shields.io/github/license/openSUSE/umoci.svg)
[![Release](https://img.shields.io/github/release/opencontainers/umoci.svg)](https://github.com/opencontainers/umoci/releases/latest)
[![Build Status](https://img.shields.io/travis/opencontainers/umoci/master.svg)](https://travis-ci.org/opencontainers/umoci)
![License: Apache 2.0](https://img.shields.io/github/license/opencontainers/umoci.svg)

[![Go Report Card](https://goreportcard.com/badge/github.com/openSUSE/umoci)](https://goreportcard.com/report/github.com/openSUSE/umoci)
[![Go Report Card](https://goreportcard.com/badge/github.com/opencontainers/umoci)](https://goreportcard.com/report/github.com/opencontainers/umoci)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1084/badge)](https://bestpractices.coreinfrastructure.org/projects/1084)
[![DOI](https://zenodo.org/badge/72283469.svg)](https://zenodo.org/badge/latestdoi/72283469)

Expand Down Expand Up @@ -108,9 +108,9 @@ umoci is also available from several distributions' repositories:
To build umoci from the [source code][source], a simple `make` should work on
most machines, as should `make install`.

[releases]: https://github.com/openSUSE/umoci/releases
[releases]: https://github.com/opencontainers/umoci/releases
[umoci-keyring]: /umoci.keyring
[source]: https://github.com/openSUSE/umoci
[source]: https://github.com/opencontainers/umoci
[go]: https://golang.org/

### Usage ###
Expand Down Expand Up @@ -176,7 +176,7 @@ several users of the Go APIs), the API is explicitly considered **unstable**
until umoci `1.0` is released. However, the umoci CLI API is considered to be
stable despite umoci not being a `1.0` project.

[releases]: https://github.com/openSUSE/umoci/releases
[releases]: https://github.com/opencontainers/umoci/releases
[semver]: http://semver.org/
[changelog]: /CHANGELOG.md

Expand Down
6 changes: 3 additions & 3 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ reference updated. These links just show the set of commits added between
successive versions:

```markdown
[Unreleased]: https://github.com/openSUSE/umoci/compare/vX.Y.Z...HEAD
[X.Y.Z]: https://github.com/openSUSE/umoci/compare/vX.Y.W...vX.Y.Z
[X.Y.W]: https://github.com/openSUSE/umoci/compare/vX.Y.V...vX.Y.W
[Unreleased]: https://github.com/opencontainers/umoci/compare/vX.Y.Z...HEAD
[X.Y.Z]: https://github.com/opencontainers/umoci/compare/vX.Y.W...vX.Y.Z
[X.Y.W]: https://github.com/opencontainers/umoci/compare/vX.Y.V...vX.Y.W
```

The changes to `CHANGELOG.md` will be committed in the next section.
Expand Down
4 changes: 2 additions & 2 deletions api.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
package umoci

import (
"github.com/openSUSE/umoci/oci/cas/dir"
"github.com/openSUSE/umoci/oci/casext"
"github.com/opencontainers/umoci/oci/cas/dir"
"github.com/opencontainers/umoci/oci/casext"
"github.com/pkg/errors"
)

Expand Down
8 changes: 4 additions & 4 deletions cmd/umoci/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ import (
"time"

"github.com/apex/log"
"github.com/openSUSE/umoci/mutate"
"github.com/openSUSE/umoci/oci/cas/dir"
"github.com/openSUSE/umoci/oci/casext"
igen "github.com/openSUSE/umoci/oci/config/generate"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/opencontainers/umoci/mutate"
"github.com/opencontainers/umoci/oci/cas/dir"
"github.com/opencontainers/umoci/oci/casext"
igen "github.com/opencontainers/umoci/oci/config/generate"
"github.com/pkg/errors"
"github.com/urfave/cli"
"golang.org/x/net/context"
Expand Down
4 changes: 2 additions & 2 deletions cmd/umoci/gc.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
package main

import (
"github.com/openSUSE/umoci/oci/cas/dir"
"github.com/openSUSE/umoci/oci/casext"
"github.com/opencontainers/umoci/oci/cas/dir"
"github.com/opencontainers/umoci/oci/casext"
"github.com/pkg/errors"
"github.com/urfave/cli"
"golang.org/x/net/context"
Expand Down
2 changes: 1 addition & 1 deletion cmd/umoci/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"os"

"github.com/apex/log"
"github.com/openSUSE/umoci/oci/cas/dir"
"github.com/opencontainers/umoci/oci/cas/dir"
"github.com/pkg/errors"
"github.com/urfave/cli"
)
Expand Down
12 changes: 6 additions & 6 deletions cmd/umoci/insert.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ import (
"time"

"github.com/apex/log"
"github.com/openSUSE/umoci"
"github.com/openSUSE/umoci/mutate"
"github.com/openSUSE/umoci/oci/cas/dir"
"github.com/openSUSE/umoci/oci/casext"
igen "github.com/openSUSE/umoci/oci/config/generate"
"github.com/openSUSE/umoci/oci/layer"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/opencontainers/umoci"
"github.com/opencontainers/umoci/mutate"
"github.com/opencontainers/umoci/oci/cas/dir"
"github.com/opencontainers/umoci/oci/casext"
igen "github.com/opencontainers/umoci/oci/config/generate"
"github.com/opencontainers/umoci/oci/layer"
"github.com/pkg/errors"
"github.com/urfave/cli"
)
Expand Down
4 changes: 2 additions & 2 deletions cmd/umoci/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import (

// Build:
// $ go test -c -covermode=count -o umoci \
// -cover -coverpkg=github.com/openSUSE/umoci/... \
// github.com/openSUSE/umoci/cmd/umoci
// -cover -coverpkg=github.com/opencontainers/umoci/... \
// github.com/opencontainers/umoci/cmd/umoci
// Run:
// $ ./umoci __DEVEL--i-heard-you-like-tests -test.coverprofile [file] [args]...

Expand Down
6 changes: 3 additions & 3 deletions cmd/umoci/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
package main

import (
"github.com/openSUSE/umoci"
"github.com/openSUSE/umoci/oci/cas/dir"
"github.com/openSUSE/umoci/oci/casext"
"github.com/opencontainers/umoci"
"github.com/opencontainers/umoci/oci/cas/dir"
"github.com/opencontainers/umoci/oci/casext"
"github.com/pkg/errors"
"github.com/urfave/cli"
)
Expand Down
10 changes: 5 additions & 5 deletions cmd/umoci/raw-add-layer.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ import (
"time"

"github.com/apex/log"
"github.com/openSUSE/umoci"
"github.com/openSUSE/umoci/mutate"
"github.com/openSUSE/umoci/oci/cas/dir"
"github.com/openSUSE/umoci/oci/casext"
igen "github.com/openSUSE/umoci/oci/config/generate"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/opencontainers/umoci"
"github.com/opencontainers/umoci/mutate"
"github.com/opencontainers/umoci/oci/cas/dir"
"github.com/opencontainers/umoci/oci/casext"
igen "github.com/opencontainers/umoci/oci/config/generate"
"github.com/pkg/errors"
"github.com/urfave/cli"
"golang.org/x/net/context"
Expand Down
8 changes: 4 additions & 4 deletions cmd/umoci/raw-runtime-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ import (
"os"

"github.com/apex/log"
"github.com/openSUSE/umoci"
"github.com/openSUSE/umoci/oci/cas/dir"
"github.com/openSUSE/umoci/oci/casext"
"github.com/openSUSE/umoci/oci/layer"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/opencontainers/umoci"
"github.com/opencontainers/umoci/oci/cas/dir"
"github.com/opencontainers/umoci/oci/casext"
"github.com/opencontainers/umoci/oci/layer"
"github.com/pkg/errors"
"github.com/urfave/cli"
"golang.org/x/net/context"
Expand Down
8 changes: 4 additions & 4 deletions cmd/umoci/raw-unpack.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ import (
"fmt"

"github.com/apex/log"
"github.com/openSUSE/umoci"
"github.com/openSUSE/umoci/oci/cas/dir"
"github.com/openSUSE/umoci/oci/casext"
"github.com/openSUSE/umoci/oci/layer"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/opencontainers/umoci"
"github.com/opencontainers/umoci/oci/cas/dir"
"github.com/opencontainers/umoci/oci/casext"
"github.com/opencontainers/umoci/oci/layer"
"github.com/pkg/errors"
"github.com/urfave/cli"
"golang.org/x/net/context"
Expand Down
12 changes: 6 additions & 6 deletions cmd/umoci/repack.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ import (
"time"

"github.com/apex/log"
"github.com/openSUSE/umoci"
"github.com/openSUSE/umoci/mutate"
"github.com/openSUSE/umoci/oci/cas/dir"
"github.com/openSUSE/umoci/oci/casext"
igen "github.com/openSUSE/umoci/oci/config/generate"
"github.com/openSUSE/umoci/pkg/mtreefilter"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/opencontainers/umoci"
"github.com/opencontainers/umoci/mutate"
"github.com/opencontainers/umoci/oci/cas/dir"
"github.com/opencontainers/umoci/oci/casext"
igen "github.com/opencontainers/umoci/oci/config/generate"
"github.com/opencontainers/umoci/pkg/mtreefilter"
"github.com/pkg/errors"
"github.com/urfave/cli"
"golang.org/x/net/context"
Expand Down
6 changes: 3 additions & 3 deletions cmd/umoci/stat.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ import (
"fmt"
"os"

"github.com/openSUSE/umoci"
"github.com/openSUSE/umoci/oci/cas/dir"
"github.com/openSUSE/umoci/oci/casext"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/opencontainers/umoci"
"github.com/opencontainers/umoci/oci/cas/dir"
"github.com/opencontainers/umoci/oci/casext"
"github.com/pkg/errors"
"github.com/urfave/cli"
"golang.org/x/net/context"
Expand Down
4 changes: 2 additions & 2 deletions cmd/umoci/tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import (
"fmt"

"github.com/apex/log"
"github.com/openSUSE/umoci/oci/cas/dir"
"github.com/openSUSE/umoci/oci/casext"
"github.com/opencontainers/umoci/oci/cas/dir"
"github.com/opencontainers/umoci/oci/casext"
"github.com/pkg/errors"
"github.com/urfave/cli"
"golang.org/x/net/context"
Expand Down
6 changes: 3 additions & 3 deletions cmd/umoci/unpack.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
package main

import (
"github.com/openSUSE/umoci"
"github.com/openSUSE/umoci/oci/cas/dir"
"github.com/openSUSE/umoci/oci/casext"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/opencontainers/umoci"
"github.com/opencontainers/umoci/oci/cas/dir"
"github.com/opencontainers/umoci/oci/casext"
"github.com/pkg/errors"
"github.com/urfave/cli"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/umoci/utils_ux.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"fmt"
"strings"

"github.com/openSUSE/umoci/oci/casext"
"github.com/opencontainers/umoci/oci/casext"
"github.com/pkg/errors"
"github.com/urfave/cli"
)
Expand Down
4 changes: 2 additions & 2 deletions contrib/pkg/suse/make_spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ cat <<EOF > ${NAME}.spec
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
# Project name when using go tooling.
%define project github.com/openSUSE/umoci
%define project github.com/opencontainers/umoci
Name: $NAME
Version: $VERSION
Release: 0
Summary: Open Container Image manipulation tool
License: Apache-2.0
Group: System/Management
Url: https://github.com/openSUSE/umoci
Url: https://github.com/opencontainers/umoci
Source: ${SAFE_BRANCH}.tar.gz
%ifarch %{go_arches}
BuildRequires: go >= 1.6
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
module github.com/openSUSE/umoci
module github.com/opencontainers/umoci

go 1.14

require (
github.com/apex/log v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion hack/publish-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ git submodule update --init --recursive || :

# Check out the 'gh-pages' worktree.
rm -rf public/ && git worktree prune
git fetch -f https://github.com/openSUSE/umoci.git gh-pages:gh-pages
git fetch -f https://github.com/opencontainers/umoci.git gh-pages:gh-pages
git worktree add -B gh-pages 'public' gh-pages

# Build the source.
Expand Down
2 changes: 1 addition & 1 deletion hack/test-unit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
set -Eeuxo pipefail

GO="${GO:-go}"
PROJECT="${PROJECT:-github.com/openSUSE/umoci}"
PROJECT="${PROJECT:-github.com/opencontainers/umoci}"

# Set up the root and coverage directories.
export ROOT="$(readlink -f "$(dirname "$(readlink -f "$BASH_SOURCE")")/..")"
Expand Down
8 changes: 4 additions & 4 deletions mutate/mutate.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

// Package mutate implements various functionality to allow for the
// modification of container images in a much higher-level fashion than
// available from github.com/openSUSE/umoci/oci/cas. In particular, this library
// should be viewed as a wrapper around github.com/openSUSE/umoci/oci/cas that
// available from github.com/opencontainers/umoci/oci/cas. In particular, this library
// should be viewed as a wrapper around github.com/opencontainers/umoci/oci/cas that
// provides many convenience functions.
package mutate

Expand All @@ -30,10 +30,10 @@ import (

"github.com/apex/log"
gzip "github.com/klauspost/pgzip"
"github.com/openSUSE/umoci/oci/cas"
"github.com/openSUSE/umoci/oci/casext"
"github.com/opencontainers/go-digest"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/opencontainers/umoci/oci/cas"
"github.com/opencontainers/umoci/oci/casext"
"github.com/pkg/errors"
"golang.org/x/net/context"
)
Expand Down
6 changes: 3 additions & 3 deletions mutate/mutate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ import (
"reflect"
"testing"

"github.com/openSUSE/umoci/oci/cas"
casdir "github.com/openSUSE/umoci/oci/cas/dir"
"github.com/openSUSE/umoci/oci/casext"
"github.com/opencontainers/go-digest"
imeta "github.com/opencontainers/image-spec/specs-go"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/opencontainers/umoci/oci/cas"
casdir "github.com/opencontainers/umoci/oci/cas/dir"
"github.com/opencontainers/umoci/oci/casext"
"golang.org/x/net/context"
)

Expand Down
4 changes: 2 additions & 2 deletions new.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ import (
"time"

"github.com/apex/log"
"github.com/openSUSE/umoci/oci/casext"
igen "github.com/openSUSE/umoci/oci/config/generate"
imeta "github.com/opencontainers/image-spec/specs-go"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/opencontainers/umoci/oci/casext"
igen "github.com/opencontainers/umoci/oci/config/generate"
"github.com/pkg/errors"
"golang.org/x/net/context"
)
Expand Down
Loading

0 comments on commit 9fd350b

Please sign in to comment.