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 /
This commit is contained in:
Thomas Waldmann 2017-07-30 21:55:15 +02:00
parent c1f9ed991b
commit 1f5eba0cb8
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -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