Skip to content

Commit 9584ed3

Browse files
committed
Only chown output to user, not group
1 parent bbb103d commit 9584ed3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tasks/build.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ namespace :vox do
7272
puts "Building openvox-server"
7373
run("cd /code && rm -rf ruby && rm -rf output && bundle install --without test && lein install")
7474
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")
7576
Dir.glob('output/**/*i386*').each { |f| FileUtils.rm_rf(f) }
7677
Dir.glob('output/puppetserver-*.tar.gz').each { |f| FileUtils.mv(f, f.sub('puppetserver','openvox-server'))}
7778
ensure

0 commit comments

Comments
 (0)