Merge branch 'master' into generic

This commit is contained in:
2015-03-26 10:30:02 +03:00
106 changed files with 2698 additions and 2338 deletions

3
test
View File

@@ -25,6 +25,7 @@ declare -a TESTPKGS=(
datasource/metadata/ec2
datasource/metadata/openstack
datasource/proc_cmdline
datasource/test
datasource/url
datasource/waagent
initialize
@@ -34,7 +35,7 @@ declare -a TESTPKGS=(
)
if [ -z "$PKG" ]; then
GOFMTPATH="${TESTPKGS[*]} coreos-cloudinit.go"
GOFMTPATH="${TESTPKGS[*]} *.go"
# prepend repo path to each package
TESTPKGS="${TESTPKGS[*]/#/${REPO_PATH}/} ./"
else