From d5414877b59e6e1533ba6e047a15e930db8ceaae Mon Sep 17 00:00:00 2001 From: ngtuna Date: Fri, 15 Jul 2016 16:20:40 +0700 Subject: [PATCH] changed kompose2 to kompose --- Godeps/Godeps.json | 2 +- README.md | 8 ++++---- cli/command/command.go | 2 +- cli/docker/app/factory.go | 2 +- cli/main/main.go | 8 ++++---- script/.validate | 2 +- script/make.sh | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index b19c3c71..159ae25f 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,5 +1,5 @@ { - "ImportPath": "github.com/skippbox/kompose2", + "ImportPath": "github.com/skippbox/kompose", "GoVersion": "go1.6", "GodepVersion": "v74", "Packages": [ diff --git a/README.md b/README.md index d93a8907..d34c0cf9 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kubernetes compose (Kompose) -[![Build Status](https://travis-ci.org/skippbox/kompose2.svg?branch=master)](https://travis-ci.org/skippbox/kompose2) +[![Build Status](https://travis-ci.org/skippbox/kompose.svg?branch=master)](https://travis-ci.org/skippbox/kompose) [![Join us on Slack](https://s3.eu-central-1.amazonaws.com/ngtuna/slack-cmyk-2.png)](https://skippbox.herokuapp.com) `kompose` is a tool to help users familiar with `docker-compose` move to [Kubernetes](http://kubernetes.io). It takes a Docker Compose file and translates it into Kubernetes objects, it can then submit those objects to a Kubernetes endpoint with the `kompose up` command. @@ -8,7 +8,7 @@ ## Download -Grab the latest [release](https://github.com/skippbox/kompose2/releases) +Grab the latest [release](https://github.com/skippbox/kompose/releases) ## Usage @@ -166,7 +166,7 @@ Currently `kompose` does not support the following Docker Compose options. For example: ``` -$ cat nginx.yml +$ cat nginx.yml nginx: image: nginx dockerfile: foobar @@ -205,7 +205,7 @@ $ make binary ## Contributing and Issues `kompose` is a work in progress, we will see how far it takes us. We welcome any pull request to make it even better. -If you find any issues, please [file it](https://github.com/skippbox/kompose2/issues). +If you find any issues, please [file it](https://github.com/skippbox/kompose/issues). ## Community, discussion, contribution, and support diff --git a/cli/command/command.go b/cli/command/command.go index 069e3d43..369653d1 100644 --- a/cli/command/command.go +++ b/cli/command/command.go @@ -18,7 +18,7 @@ package command import ( "github.com/docker/libcompose/project" - "github.com/skippbox/kompose2/cli/app" + "github.com/skippbox/kompose/cli/app" "github.com/urfave/cli" ) diff --git a/cli/docker/app/factory.go b/cli/docker/app/factory.go index 5c09802a..90090a8d 100644 --- a/cli/docker/app/factory.go +++ b/cli/docker/app/factory.go @@ -18,7 +18,7 @@ package app import ( "github.com/urfave/cli" - "github.com/skippbox/kompose2/cli/command" + "github.com/skippbox/kompose/cli/command" "github.com/docker/libcompose/cli/logger" "github.com/docker/libcompose/docker" "github.com/docker/libcompose/project" diff --git a/cli/main/main.go b/cli/main/main.go index 4f0083ab..baaa19fe 100644 --- a/cli/main/main.go +++ b/cli/main/main.go @@ -20,10 +20,10 @@ import ( "os" "github.com/urfave/cli" - dockerApp "github.com/skippbox/kompose2/cli/docker/app" - "github.com/skippbox/kompose2/version" - "github.com/skippbox/kompose2/cli/command" - cliApp "github.com/skippbox/kompose2/cli/app" + dockerApp "github.com/skippbox/kompose/cli/docker/app" + "github.com/skippbox/kompose/version" + "github.com/skippbox/kompose/cli/command" + cliApp "github.com/skippbox/kompose/cli/app" ) func main() { diff --git a/script/.validate b/script/.validate index c31942e0..90038e98 100644 --- a/script/.validate +++ b/script/.validate @@ -4,7 +4,7 @@ if [ -z "$VALIDATE_UPSTREAM" ]; then # this is kind of an expensive check, so let's not do this twice if we # are running more than one validate bundlescript - VALIDATE_REPO='https://github.com/skippbox/kompose2.git' + VALIDATE_REPO='https://github.com/skippbox/kompose.git' VALIDATE_BRANCH='master' if [ "$TRAVIS" = 'true' -a "$TRAVIS_PULL_REQUEST" != 'false' ]; then diff --git a/script/make.sh b/script/make.sh index e6f59591..811e7365 100755 --- a/script/make.sh +++ b/script/make.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -export KOMPOSE_PKG='github.com/skippbox/kompose2' +export KOMPOSE_PKG='github.com/skippbox/kompose' # List of bundles to create when no argument is passed DEFAULT_BUNDLES=(