diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-05-08 19:51:46 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-05-08 19:51:46 -0400 |
commit | 6f8bbe7a5829ae6893b4c5961fc3bdd4713d09ec (patch) | |
tree | d6a70de66fcd51ab35a42de570b7172d8ba1066a | |
parent | 9ebc2d8d996fc094a764dc67c6c9cbd02eaeb21c (diff) | |
download | sr.ht-docs-6f8bbe7a5829ae6893b4c5961fc3bdd4713d09ec.tar.gz |
Add 9front to 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 |