aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2024-02-09 10:14:51 +0100
committerDrew DeVault <sir@cmpwn.com>2024-02-09 10:14:51 +0100
commitee367906b281b9de7e0628a2a4322b545b704df1 (patch)
tree6a4029bc6d810299f3171155ce02d59109dd8fb4
parent4a51af7be0cb790a20f959dd2ae2eb38bdcacb67 (diff)
downloadsr.ht-docs-ee367906b281b9de7e0628a2a4322b545b704df1.tar.gz
packages: drop unofficial repos
-rw-r--r--packages.md55
1 files changed, 1 insertions, 54 deletions
diff --git a/packages.md b/packages.md
index ac53d0b..6e7925c 100644
--- a/packages.md
+++ b/packages.md
@@ -2,8 +2,7 @@
title: Package Repositories
---
-SourceHut operates a number of package repositories for sr.ht software. These
-repositories, which support various distributions, are available at
+The official SourceHut Alpine Linux package repositories are available at
[mirror.sr.ht](https://mirror.sr.ht).
<div class="alert alert-success">
@@ -19,12 +18,6 @@ repositories, which support various distributions, are available at
distribution repositories until we have shipped stable versions of our
software.
</p>
- <p>
- If you are still interested in packaging it for your distribution, please
- reach out to us for help in automating the maintenance of a third-party
- distribution which is automatically updated following our (frequent)
- upstream rolling releases.
- </p>
</div>
# Alpine Linux
@@ -65,49 +58,3 @@ apk update
<strong>Warning:</strong> The Alpine Linux community package repository must
be enabled.
</div>
-
-# Arch Linux
-
-**Mirror**: https://mirror.sr.ht/archlinux/sr.ht
-
-**Signing key**: `C0AAFC1676BD998617C94C42DC59670F1EB0A189`
-
-**Maintainer**: Eli Schwartz <eschwartz@archlinux.org>
-
-**Source**: https://git.sr.ht/~sircmpwn/sr.ht-pkgbuilds
-
-```sh
-# Add the following two lines to /etc/pacman.conf
-[sr.ht]
-Server = https://mirror.sr.ht/archlinux/sr.ht
-
-# Install signing key
-sudo pacman-key --recv-keys C0AAFC1676BD998617C94C42DC59670F1EB0A189
-sudo pacman-key --lsign-key C0AAFC1676BD998617C94C42DC59670F1EB0A189
-
-# Update package index
-sudo pacman -Syu
-```
-
-# Debian
-
-**Mirror**: https://mirror.sr.ht/debian
-
-**Signing key**: [key.asc](https://mirror.sr.ht/debian/key.asc) `6B1296C65B24472674E7B6520585B50AC6A4914D`
-
-**Maintainer**: Denis Laxalde <denis@laxalde.org> ([help wanted][debian-help])
-
-[debian-help]: https://lists.sr.ht/~sircmpwn/sr.ht-discuss/%3C20210622200102.f36q6modxjljwtb3%40laxalde.org%3E
-
-**Source**: https://git.sr.ht/~dlax/sr.ht-debbuilds
-
-```sh
-# Add the following line to /etc/apt/sources.list
-deb https://mirror.sr.ht/debian sid main
-
-# Install signing key
-wget -q https://mirror.sr.ht/debian/key.asc -O - | sudo apt-key --keyring /etc/apt/trusted.gpg.d/debian.sr.ht.gpg add -
-
-# Update package index
-sudo apt update
-```