We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb90df commit ca0abbeCopy full SHA for ca0abbe
env/netbsd-amd64/make.bash
@@ -16,7 +16,7 @@ set -e -x
16
ANITA_VERSION=1.44
17
ARCH=amd64
18
# The release that the packages have been built for.
19
-RELEASE=8.0_2018Q1
+RELEASE=8.0_2019Q1
20
21
# Must use GNU tar. On NetBSD, tar is BSD tar and gtar is GNU.
22
TAR=tar
env/netbsd-amd64/mkvm.py
@@ -82,7 +82,7 @@ def find_latest_release(branch, arch):
82
83
84
a = anita.Anita(
85
- anita.URL('https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.0_RC1/%s/' % arch),
+ anita.URL('https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.1/%s/' % arch),
86
workdir="work-NetBSD-%s" % arch,
87
disk_size="4G",
88
memory_size = "1G",
0 commit comments