From 64b09640089de6db5c8d312b68ec6e32d8f12249 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 20 Feb 2019 13:32:17 -0500 Subject: Remove NetBSD from supported images This image isn't ready yet, the docs snuck in with another commit. --- builds.sr.ht/compatibility.md | 111 ------------------------------------------ 1 file changed, 111 deletions(-) diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 3e79fe1..bd7eb02 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -425,117 +425,6 @@ The packages array is installed with `pkg install`. Custom package repositories are not supported on FreeBSD builds. -## NetBSD - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NetBSD 8.x - image: netbsd/latest or - image: netbsd/8.x -
archsupportednativeupdated
arch: amd64 (default)monthly
arch: evbarm
arch: evbmips
arch: evbppc
arch: hpcarm
arch: i386
arch: sparc64
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NetBSD 7.x - image: netbsd/7.x -
archsupportednativeupdated
arch: amd64 (default)monthly
arch: evbarm
arch: evbmips
arch: evbppc
arch: hpcarm
arch: i386
arch: sparc64
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NetBSD-current - image: netbsd/current -
archsupportednativeupdated
arch: amd64 (default)weekly
arch: evbarm
arch: evbmips
arch: evbppc
arch: hpcarm
arch: i386
arch: sparc64
- -**packages** - -Packages with a slash in the name (e.g. `foo/bar`) are built from pkgsrc, and -packages without a slash are installed via [pkgin](http://pkgin.net/). Using -pkgsrc can dramatically slow down your builds, so binary packages are strongly -recommended. However, binary packages are not supported on NetBSD current. - -To customize package options for pkgsrc, export the appropriate environment -variables in your [`environment`](manifest.md#environment) configuration. You -can also invoke pkgsrc manually; it is available in `/usr/pkgsrc`. - -**repositories** - -Custom package repositories are not supported on NetBSD builds. - ## NixOS -- cgit