2
0
Эх сурвалжийг харах

Merge pull request #3757 from ThomasWaldmann/vagrant-fix

vagrant: use "vagrant" as username for new xenial box
TW 7 жил өмнө
parent
commit
a21e8f6926
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -400,7 +400,7 @@ Vagrant.configure(2) do |config|
       v.memory = 1024 + $wmem
     end
     b.vm.provision "fs init", :type => :shell, :inline => fs_init("vagrant")
-    b.vm.provision "packages debianoid", :type => :shell, :inline => packages_debianoid("ubuntu")
+    b.vm.provision "packages debianoid", :type => :shell, :inline => packages_debianoid("vagrant")
     b.vm.provision "build env", :type => :shell, :privileged => false, :inline => build_sys_venv("xenial64")
     b.vm.provision "install borg", :type => :shell, :privileged => false, :inline => install_borg(true)
     b.vm.provision "run tests", :type => :shell, :privileged => false, :inline => run_tests("xenial64")