lib/boot.rb in forj-0.0.20 vs lib/boot.rb in forj-0.0.21
- old
+ new
@@ -70,11 +70,11 @@
build_path = home + '/.hpcloud/maestro/build'
Dir.chdir(build_path)
if build_config_dir
command = format('bin/build.sh --build_ID maestro.%{name} --box-name maestro --build-conf-dir %{build_config_dir} --build-config box-13.5 --gitBranch %{branch}', name: name, build_config_dir: build_config_dir, branch: branch)
- elsif name != 'redstone'
- command = format('bin/build.sh --build_ID %{name} --box-name maestro --build-conf-dir ~/.hpcloud/maestro/build/conf --build-config box --blueprint %{blueprint_name}', name: name, blueprint_name: blueprint)
+ #elsif name != 'redstone'
+ # command = format('bin/build.sh --build_ID %{name} --box-name maestro --build-conf-dir ~/.hpcloud/maestro/build/conf --build-config box --blueprint %{blueprint_name}', name: name, blueprint_name: blueprint)
else
command = format('bin/build.sh --build_ID %{name} --box-name maestro --build-conf-dir ~/.hpcloud/maestro/build/conf --build-config box', name: name)
end
Kernel.system(command)