Get rid of v3 namespaces for building boxes

This commit is contained in:
Fabio Rehm 2013-07-08 10:40:12 -03:00
parent ecfa53970f
commit 44bedfe7c6

View file

@ -58,7 +58,6 @@ puppet = ENV['PUPPET'] == '1'
babushka = ENV['BABUSHKA'] == '1' babushka = ENV['BABUSHKA'] == '1'
namespace :boxes do namespace :boxes do
namespace :v3 do
namespace :ubuntu do namespace :ubuntu do
namespace :build do namespace :build do
@ -107,4 +106,3 @@ namespace :boxes do
desc 'Build all base boxes for release' desc 'Build all base boxes for release'
task :build_all => %w( ubuntu:build:all debian:build:all ) task :build_all => %w( ubuntu:build:all debian:build:all )
end end
end