From 03a61c0fff418abba8f4e9c4fb180f8f41f4b506 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 16 Aug 2021 11:54:03 +0200 Subject: builds.sr.ht/compatibility: alphabetize --- builds.sr.ht/compatibility.md | 174 +++++++++++++++++++++--------------------- 1 file changed, 87 insertions(+), 87 deletions(-) diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 36eb8be..327b6eb 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -631,6 +631,93 @@ used to update it to the latest commit. Custom package repositories are not supported on FreeBSD builds. +## NetBSD + +Maintainer: Michael Forney + +Support policy: the most recent release and the version prior are supported. See +also: [upstream release cycle](https://wiki.netbsd.org/releng/) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NetBSD 9.2 + image: netbsd/latest or + image: netbsd/9.x +
archsupportednativeupdated
arch: aarch64
arch: amd64 (default)as required
arch: armv6hf
arch: armv7hf
arch: armv7hfeb
arch: i386
arch: mipseb
arch: mipsel
arch: mips64eb
arch: mips64el
arch: ppc
arch: sparc64
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NetBSD 8.2 + image: netbsd/8.x +
archsupportednativeupdated
arch: amd64 (default)as required
arch: armv6hf
arch: armv7hf
arch: armv7hfeb
arch: i386
arch: mipseb
arch: mipsel
arch: mips64eb
arch: mips64el
arch: ppc
arch: sparc64
+ +**packages** + +The packages array is installed with `pkgin`. + +**repositories** + +Custom package repositories are not supported on NetBSD builds. + ## NixOS Maintainer: Francesco Gazzetta @@ -972,90 +1059,3 @@ Support cycle: no support guarantees are made for 9front wire protocol - Custom packages and custom repositories are not supported - Shell access is not supported - -## NetBSD - -Maintainer: Michael Forney - -Support policy: the most recent release and the version prior are supported. See -also: [upstream release cycle](https://wiki.netbsd.org/releng/) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NetBSD 9.2 - image: netbsd/latest or - image: netbsd/9.x -
archsupportednativeupdated
arch: aarch64
arch: amd64 (default)as required
arch: armv6hf
arch: armv7hf
arch: armv7hfeb
arch: i386
arch: mipseb
arch: mipsel
arch: mips64eb
arch: mips64el
arch: ppc
arch: sparc64
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NetBSD 8.2 - image: netbsd/8.x -
archsupportednativeupdated
arch: amd64 (default)as required
arch: armv6hf
arch: armv7hf
arch: armv7hfeb
arch: i386
arch: mipseb
arch: mipsel
arch: mips64eb
arch: mips64el
arch: ppc
arch: sparc64
- -**packages** - -The packages array is installed with `pkgin`. - -**repositories** - -Custom package repositories are not supported on NetBSD builds. -- cgit