mirror of
https://github.com/minio/minio.git
synced 2025-03-30 17:23:42 -04:00
Merge pull request #17 from fkautz/pr_out_changing_minios_to_minio
This commit is contained in:
commit
0ed2aeb439
2
Godeps/Godeps.json
generated
2
Godeps/Godeps.json
generated
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"ImportPath": "github.com/minios/minios",
|
"ImportPath": "github.com/minio-io/minio",
|
||||||
"GoVersion": "go1.3.3",
|
"GoVersion": "go1.3.3",
|
||||||
"Packages": [
|
"Packages": [
|
||||||
"./..."
|
"./..."
|
||||||
|
6
Makefile
6
Makefile
@ -4,11 +4,11 @@ all: test install
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
mkdir -p cover
|
mkdir -p cover
|
||||||
godep go test -race -coverprofile=cover/cover.out github.com/minios/minios
|
godep go test -race -coverprofile=cover/cover.out github.com/minio-io/minio
|
||||||
godep go test -race github.com/minios/minios/minio
|
godep go test -race github.com/minio-io/minio/minio
|
||||||
|
|
||||||
install:
|
install:
|
||||||
godep go install -race github.com/minios/minios/minio
|
godep go install -race github.com/minio-io/minio/minio
|
||||||
|
|
||||||
save:
|
save:
|
||||||
godep save ./...
|
godep save ./...
|
||||||
|
8
NOTICE
8
NOTICE
@ -1,10 +1,10 @@
|
|||||||
Mini Object Storage
|
Mini Object Storage
|
||||||
Copyright 2014 Minios, Inc.
|
Copyright 2014 Minio, Inc.
|
||||||
|
|
||||||
This product includes software developed at Minios, Inc.
|
This product includes software developed at Minio, Inc.
|
||||||
(http://minios.io/).
|
(http://minio.io/).
|
||||||
|
|
||||||
The Minios project contains unmodified subcomponents under the contrib
|
The Minio project contains unmodified subcomponents under the contrib
|
||||||
folder with separate copyright notices and license terms. Your use of
|
folder with separate copyright notices and license terms. Your use of
|
||||||
the source code for the these subcomponents is subject to the terms
|
the source code for the these subcomponents is subject to the terms
|
||||||
and conditions of the following licenses.
|
and conditions of the following licenses.
|
||||||
|
@ -31,7 +31,7 @@ Assuming no conflict, push to your personal fork.
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
git push myrepo new_feature_branch:new_feature_branch
|
git push myrepo new_feature_branch:new_feature_branch
|
||||||
# Visit https://github.com/minios/minios and create a new pull request
|
# Visit https://github.com/minio-io/minio and create a new pull request
|
||||||
from your branch.
|
from your branch.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
- Google groups development (minios-dev)
|
- Google groups development (minio-dev)
|
||||||
- Github groups (https://github.com/minios)
|
- Github groups (https://github.com/minio-io)
|
||||||
- IRC users #minios
|
- IRC users #minio
|
||||||
- Support (zendesk.com)
|
- Support (zendesk.com)
|
||||||
- Community Q/A (stackoverflow.com)
|
- Community Q/A (stackoverflow.com)
|
||||||
- https://github.com/justinwalsh/daux.io (Document generator) or 'metalsmith.io'
|
- https://github.com/justinwalsh/daux.io (Document generator) or 'metalsmith.io'
|
||||||
- Continous integration - (https://drone.io/, https://codeship.io,
|
- Continous integration - (https://drone.io/, https://codeship.io,
|
||||||
http://wercker.com/, https://coveralls.io/)
|
http://wercker.com/, https://coveralls.io/)
|
||||||
- Web UI - polymer project
|
- Web UI - polymer project
|
||||||
|
@ -3,7 +3,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"github.com/codegangsta/cli"
|
"github.com/codegangsta/cli"
|
||||||
"github.com/gorilla/mux"
|
"github.com/gorilla/mux"
|
||||||
"github.com/minios/minios"
|
"github.com/minio-io/minio"
|
||||||
"log"
|
"log"
|
||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user