diff options
Diffstat (limited to 'builds.sr.ht/compatibility.md')
-rw-r--r-- | builds.sr.ht/compatibility.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 25bf8e7..f3afeff 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -806,3 +806,40 @@ an optional PGP key ID to add to `apt-key`. Example: repositories: sr.ht: https://mirror.sr.ht/debian/sr.ht/ cosmic main DEADBEEFCAFEF00D ``` + +## 9front + +Maintainer: Drew DeVault <sir@cmpwn.com> + +<table class="table table-sm table-hover"> + <thead> + <tr> + <th>9front "NO THINKPAD"</th> + <th colspan="3" style="font-weight: normal; text-align: center"> + <code>image: 9front</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: pc64</code> (default)</td> + <td style="text-align: center; color: green">✓</td> + <td style="text-align: center; color: green">✓</td> + <td>manually</td> + </tr> + </tbody> +</table> + +**Caveats** + +- Git submodules are not supported by git9 +- 9front ships a dated Mercurial version which is not compatible with hg.sr.ht's + wire protocol +- Custom packages and custom repositories are not supported +- Shell access is not supported |