Skip to content

Commit

Permalink
adapt code for projectatomic github
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
  • Loading branch information
runcom committed Mar 8, 2016
1 parent 82b121c commit 8094910
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ RUN set -x \
&& dnf -y update && dnf install -y m2crypto

ENV GOPATH /usr/share/gocode:/go
WORKDIR /go/src/github.com/runcom/skopeo
WORKDIR /go/src/github.com/projectatomic/skopeo

COPY . /go/src/github.com/runcom/skopeo
COPY . /go/src/github.com/projectatomic/skopeo

#ENTRYPOINT ["hack/dind"]
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skopeo [![Build Status](https://travis-ci.org/runcom/skopeo.svg?branch=master)](https://travis-ci.org/runcom/skopeo)
skopeo [![Build Status](https://travis-ci.org/projectatomic/skopeo.svg?branch=master)](https://travis-ci.org/projectatomic/skopeo)
=

_Please be aware `skopeo` is still work in progress_
Expand Down Expand Up @@ -80,9 +80,9 @@ Building
To build `skopeo` you need at least Go 1.5 because it uses the latest `GO15VENDOREXPERIMENT` flag. Also, make sure to clone the repository in your `GOPATH` - otherwise compilation fails.
```sh
$ cd $GOPATH/src
$ mkdir -p github.com/runcom
$ cd runcom
$ git clone https://github.com/runcom/skopeo
$ mkdir -p github.com/projectatomic
$ cd projectatomic
$ git clone https://github.com/projectatomic/skopeo
$ cd skopeo && make binary
```
Man:
Expand Down
2 changes: 1 addition & 1 deletion docker/inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/docker/docker/registry"
engineTypes "github.com/docker/engine-api/types"
registryTypes "github.com/docker/engine-api/types/registry"
"github.com/runcom/skopeo/types"
"github.com/projectatomic/skopeo/types"
"golang.org/x/net/context"
)

Expand Down
2 changes: 1 addition & 1 deletion docker/inspect_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/docker/docker/reference"
"github.com/docker/docker/registry"
engineTypes "github.com/docker/engine-api/types"
"github.com/runcom/skopeo/types"
"github.com/projectatomic/skopeo/types"
"golang.org/x/net/context"
)

Expand Down
2 changes: 1 addition & 1 deletion docker/inspect_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/docker/docker/reference"
"github.com/docker/docker/registry"
engineTypes "github.com/docker/engine-api/types"
"github.com/runcom/skopeo/types"
"github.com/projectatomic/skopeo/types"
"golang.org/x/net/context"
)

Expand Down
2 changes: 1 addition & 1 deletion hack/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -e

set -o pipefail

export SKOPEO_PKG='github.com/runcom/skopeo'
export SKOPEO_PKG='github.com/projectatomic/skopeo'
export SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export MAKEDIR="$SCRIPTDIR/make"

Expand Down
4 changes: 2 additions & 2 deletions inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"strings"

"github.com/codegangsta/cli"
"github.com/runcom/skopeo/docker"
"github.com/runcom/skopeo/types"
"github.com/projectatomic/skopeo/docker"
"github.com/projectatomic/skopeo/types"
)

type imgKind int
Expand Down

0 comments on commit 8094910

Please # to comment.