aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2021-08-16 11:54:03 +0200
committerDrew DeVault <sir@cmpwn.com>2021-08-16 11:54:03 +0200
commit03a61c0fff418abba8f4e9c4fb180f8f41f4b506 (patch)
treedc2b80d1c85ba507d18ce30822ab81bd603b7309
parent28d4b9f459ba4eb0ed7508e70ed9e1688dcd7873 (diff)
downloadsr.ht-docs-03a61c0fff418abba8f4e9c4fb180f8f41f4b506.tar.gz
builds.sr.ht/compatibility: alphabetize
-rw-r--r--builds.sr.ht/compatibility.md174
1 files 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 <mforney@mforney.org>
+
+Support policy: the most recent release and the version prior are supported. See
+also: [upstream release cycle](https://wiki.netbsd.org/releng/)
+
+<table class="table table-sm table-hover">
+ <thead>
+ <tr>
+ <th>NetBSD 9.2</th>
+ <th colspan="3" style="font-weight: normal; text-align: center">
+ <code>image: netbsd/latest</code> <strong>or</strong>
+ <code>image: netbsd/9.x</code>
+ </th>
+ </tr>
+ <tr>
+ <th>arch</th>
+ <th style="text-align: center">supported</th>
+ <th style="text-align: center">native</th>
+ <th>updated</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr><td><code>arch: aarch64</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr class="table-primary">
+ <td><code>arch: amd64</code> (default)</td>
+ <td style="text-align: center; color: green">✓</td>
+ <td style="text-align: center; color: green">✓</td>
+ <td>as required</td>
+ </tr>
+ <tr><td><code>arch: armv6hf</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: armv7hf</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: armv7hfeb</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: i386</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: mipseb</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: mipsel</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: mips64eb</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: mips64el</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: ppc</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: sparc64</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ </tbody>
+</table>
+
+<table class="table table-sm table-hover">
+ <thead>
+ <tr>
+ <th>NetBSD 8.2</th>
+ <th colspan="3" style="font-weight: normal; text-align: center">
+ <code>image: netbsd/8.x</code>
+ </th>
+ </tr>
+ <tr>
+ <th>arch</th>
+ <th style="text-align: center">supported</th>
+ <th style="text-align: center">native</th>
+ <th>updated</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr class="table-primary">
+ <td><code>arch: amd64</code> (default)</td>
+ <td style="text-align: center; color: green">✓</td>
+ <td style="text-align: center; color: green">✓</td>
+ <td>as required</td>
+ </tr>
+ <tr><td><code>arch: armv6hf</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: armv7hf</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: armv7hfeb</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: i386</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: mipseb</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: mipsel</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: mips64eb</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: mips64el</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: ppc</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: sparc64</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ </tbody>
+</table>
+
+**packages**
+
+The packages array is installed with `pkgin`.
+
+**repositories**
+
+Custom package repositories are not supported on NetBSD builds.
+
## NixOS
Maintainer: Francesco Gazzetta <fgaz@fgaz.me>
@@ -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 <mforney@mforney.org>
-
-Support policy: the most recent release and the version prior are supported. See
-also: [upstream release cycle](https://wiki.netbsd.org/releng/)
-
-<table class="table table-sm table-hover">
- <thead>
- <tr>
- <th>NetBSD 9.2</th>
- <th colspan="3" style="font-weight: normal; text-align: center">
- <code>image: netbsd/latest</code> <strong>or</strong>
- <code>image: netbsd/9.x</code>
- </th>
- </tr>
- <tr>
- <th>arch</th>
- <th style="text-align: center">supported</th>
- <th style="text-align: center">native</th>
- <th>updated</th>
- </tr>
- </thead>
- <tbody>
- <tr><td><code>arch: aarch64</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- <tr class="table-primary">
- <td><code>arch: amd64</code> (default)</td>
- <td style="text-align: center; color: green">✓</td>
- <td style="text-align: center; color: green">✓</td>
- <td>as required</td>
- </tr>
- <tr><td><code>arch: armv6hf</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- <tr><td><code>arch: armv7hf</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- <tr><td><code>arch: armv7hfeb</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- <tr><td><code>arch: i386</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- <tr><td><code>arch: mipseb</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- <tr><td><code>arch: mipsel</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- <tr><td><code>arch: mips64eb</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- <tr><td><code>arch: mips64el</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- <tr><td><code>arch: ppc</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- <tr><td><code>arch: sparc64</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- </tbody>
-</table>
-
-<table class="table table-sm table-hover">
- <thead>
- <tr>
- <th>NetBSD 8.2</th>
- <th colspan="3" style="font-weight: normal; text-align: center">
- <code>image: netbsd/8.x</code>
- </th>
- </tr>
- <tr>
- <th>arch</th>
- <th style="text-align: center">supported</th>
- <th style="text-align: center">native</th>
- <th>updated</th>
- </tr>
- </thead>
- <tbody>
- <tr class="table-primary">
- <td><code>arch: amd64</code> (default)</td>
- <td style="text-align: center; color: green">✓</td>
- <td style="text-align: center; color: green">✓</td>
- <td>as required</td>
- </tr>
- <tr><td><code>arch: armv6hf</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- <tr><td><code>arch: armv7hf</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- <tr><td><code>arch: armv7hfeb</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- <tr><td><code>arch: i386</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- <tr><td><code>arch: mipseb</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- <tr><td><code>arch: mipsel</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- <tr><td><code>arch: mips64eb</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- <tr><td><code>arch: mips64el</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- <tr><td><code>arch: ppc</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- <tr><td><code>arch: sparc64</code></td><td style="text-align: center"></td><td></td><td></td></tr>
- </tbody>
-</table>
-
-**packages**
-
-The packages array is installed with `pkgin`.
-
-**repositories**
-
-Custom package repositories are not supported on NetBSD builds.