mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
Build the dist-git package as non-root user
It fixes permission erros when building the package during provisioning. If you already have existing instance with broken permissions, manually run [vagrant@localhost ~]$ sudo chown -R vagrant:vagrant /tmp/tito/
This commit is contained in:
parent
4c12b62c78
commit
e499ce6916
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -44,6 +44,7 @@ Vagrant.configure(2) do |config|
|
|||
run: "always"
|
||||
|
||||
distgit.vm.provision "shell",
|
||||
privileged: false,
|
||||
inline: "cd /vagrant/ && tito build --test --rpm",
|
||||
run: "always"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue