We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0522df1 commit af1929fCopy full SHA for af1929f
1 file changed
tasks/build.rake
@@ -71,6 +71,7 @@ namespace :vox do
71
puts "Building openvox-server"
72
run("cd /code && rm -rf ruby && rm -rf output && bundle install --without test && lein install")
73
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")
74
+ run_command("sudo chown -R $USER output")
75
Dir.glob('output/**/*i386*').each { |f| FileUtils.rm_rf(f) }
76
Dir.glob('output/puppetdb-*.tar.gz').each { |f| FileUtils.mv(f, f.sub('puppetdb','openvoxdb'))}
77
ensure
0 commit comments