apply e499ce6916 fix to other vms too

This commit is contained in:
clime 2020-05-16 16:32:08 +02:00
parent e499ce6916
commit c0ac987135

2
Vagrantfile vendored
View file

@ -118,6 +118,7 @@ Vagrant.configure(2) do |config|
run: "always"
distgit.vm.provision "shell",
privileged: false,
inline: "cd /vagrant/ && tito build --test --rpm",
run: "always"
@ -208,6 +209,7 @@ Vagrant.configure(2) do |config|
# build by using auto-packing
distgit.vm.provision "shell",
privileged: false,
inline: "cd /vagrant/ && rpkg srpm && rpkg local --outdir /tmp/rpkg/dist-git-*/",
run: "always"