Rename .yaml to .yml

docker-compose and other utilities use the .yml extension.
For consistency rename all .yaml to .yml

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2017-03-27 09:53:26 +02:00
parent 594253b0a8
commit 9507f102cc
14 changed files with 3 additions and 15 deletions

View File

@@ -66,7 +66,7 @@ func containersInitrd(containers []*bytes.Buffer) (*bytes.Buffer, error) {
}
func build(name string, pull bool, args []string) {
conf := "moby.yaml"
conf := "moby.yml"
if len(args) > 0 {
conf = args[0]
}

View File

@@ -19,8 +19,8 @@ func main() {
buildCmd := flag.NewFlagSet("build", flag.ExitOnError)
buildCmd.Usage = func() {
fmt.Printf("USAGE: %s build [options] [file.yaml]\n\n", os.Args[0])
fmt.Printf("'file.yaml' defaults to 'moby.yaml' if not specified.\n\n")
fmt.Printf("USAGE: %s build [options] [file.yml]\n\n", os.Args[0])
fmt.Printf("'file.yml' defaults to 'moby.yml' if not specified.\n\n")
fmt.Printf("Options:\n")
buildCmd.PrintDefaults()
}

Submodule tools/infrakit.hyperkit/vendor/github.com/Masterminds/sprig deleted from 2d2df7bd8b

Submodule tools/infrakit.hyperkit/vendor/github.com/Sirupsen/logrus deleted from 7f4b1adc79

Submodule tools/infrakit.hyperkit/vendor/github.com/aokoli/goutils deleted from 9c37978a95

Submodule tools/infrakit.hyperkit/vendor/github.com/docker/infrakit deleted from 6516ace03d

Submodule tools/infrakit.hyperkit/vendor/github.com/gorilla/context deleted from 08b5f424b9

Submodule tools/infrakit.hyperkit/vendor/github.com/gorilla/mux deleted from 999ef73f5d

Submodule tools/infrakit.hyperkit/vendor/github.com/gorilla/rpc deleted from 22c016f3df

Submodule tools/infrakit.hyperkit/vendor/github.com/inconshreveable/mousetrap deleted from 76626ae9c9

Submodule tools/infrakit.hyperkit/vendor/github.com/jmespath/go-jmespath deleted from bd40a432e4

Submodule tools/infrakit.hyperkit/vendor/github.com/satori/go.uuid deleted from b061729afc

Submodule tools/infrakit.hyperkit/vendor/github.com/spf13/cobra deleted from 92ea23a837

Submodule tools/infrakit.hyperkit/vendor/github.com/spf13/pflag deleted from 9ff6c6923c