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 bbb103d commit 9584ed3Copy full SHA for 9584ed3
1 file changed
tasks/build.rake
@@ -72,6 +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
+ run_command("sudo chown -R $USER output")
76
Dir.glob('output/**/*i386*').each { |f| FileUtils.rm_rf(f) }
77
Dir.glob('output/puppetserver-*.tar.gz').each { |f| FileUtils.mv(f, f.sub('puppetserver','openvox-server'))}
78
ensure
0 commit comments