Răsfoiți Sursa

vagrant: fix netbsd version in PKG_PATH

the VM is using netbsd 7.0.1, likely updating the version in the
PKG_PATH was forgotten when the machine itself was upgraded to a newer
version. it became visible now as the 6.1.5 stuff vanished from the
ftp server.

also: remove trailing /
(cherry picked from commit 1f5eba0cb8679cf4520f519be36efd18a18e29e9)
Thomas Waldmann 7 ani în urmă
părinte
comite
a01d595c85
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -139,7 +139,7 @@ end
 def packages_netbsd
   return <<-EOF
     hostname netbsd  # the box we use has an invalid hostname
-    PKG_PATH="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/amd64/6.1.5/All/"
+    PKG_PATH="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/amd64/7.0.1/All"
     export PKG_PATH
     pkg_add mozilla-rootcerts lz4 git bash
     chsh -s bash vagrant