瀏覽代碼

Merge pull request #407 from psftw/new_default_namespaces

change default --namespaces '_'
Tianon Gravi 11 年之前
父節點
當前提交
8319e80f9e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      bashbrew/bashbrew.sh

+ 2 - 2
bashbrew/bashbrew.sh

@@ -9,7 +9,7 @@ dir="$(dirname "$(readlink -f "$BASH_SOURCE")")"
 library="$dir/../library"
 src="$dir/src"
 logs="$dir/logs"
-namespaces='_ library stackbrew'
+namespaces='_'
 docker='docker'
 
 library="$(readlink -f "$library")"
@@ -46,7 +46,7 @@ common options:
                      will be implicitly ignored by the "push" subcommand
                      
                      Also note that "build" will always tag to the unprefixed
-                     namespace because it it necessary to do so for dependent
+                     namespace because it is necessary to do so for dependent
                      images to use FROM correctly (think "onbuild" variants that
                      are "FROM base-image:some-version")