We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20111b2 commit a140aecCopy full SHA for a140aec
1 file changed
tasks/build.rake
@@ -72,7 +72,7 @@ namespace :vox do
72
puts "Building openvox-server"
73
run("cd /code && rm -rf ruby && rm -rf output && bundle install --without test && lein install")
74
run("cd /code && COW=\"#{@debs}\" MOCK=\"#{@rpms}\" GEM_SOURCE='https://rubygems.org' EZBAKE_ALLOW_UNREPRODUCIBLE_BUILDS=true EZBAKE_NODEPLOY=true LEIN_PROFILES=ezbake lein with-profile user,ezbake,provided,internal ezbake local-build")
75
- Dir.glob('output/*i386*').each { |f| FileUtils.rm_rf(f) }
+ Dir.glob('output/**/*i386*').each { |f| FileUtils.rm_rf(f) }
76
Dir.glob('output/puppetserver-*.tar.gz').each { |f| FileUtils.mv(f, f.sub('puppetserver','openvox-server'))}
77
ensure
78
teardown
0 commit comments