Follow up PR I'm willing to do if @sgotti is ok - adding a file to choose whether to remove testImport vendors or no (I'll gladly do it in this PR as well if you wish)
Nevermind, I did that by adding a new flag no-test-imports which does the cleanup of testImport dependencies (default if false as I expect people to vendor their test deps)
This PR does 2 things:
testImport
variable (still calledDevImport
but the json is unmarshalled fromtestImport
)glide-vc
not to remove tests vendor directories as found in https://github.com/opencontainers/image-spec/pull/181#discussion_r71890312Follow up PR I'm willing to do if @sgotti is ok - adding a file to choose whether to remove testImport vendors or no (I'll gladly do it in this PR as well if you wish)Nevermind, I did that by adding a new flagno-test-imports
which does the cleanup oftestImport
dependencies (default iffalse
as I expect people to vendor their test deps)Signed-off-by: Antonio Murdaca runcom@redhat.com