Host [tanin] on Gitea Arch registry (9 pkgs, public)
- publish-tanin-repo.sh: upload built packages to the Gitea Arch registry - distro/tanin.pacman.conf: the [tanin] pacman.conf snippet - manifest: [tanin] is LIVE at git.openbureau.ch/api/packages/karim/arch/tanin Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+4
-2
@@ -42,10 +42,12 @@ repos = ["core", "extra", "multilib"]
|
||||
|
||||
[sources.tanin]
|
||||
repo_name = "tanin"
|
||||
server = "https://taninux.kgva.ch/$arch"
|
||||
status = "LIVE — hosted on the Gitea Arch registry, 9 packages, public, pacman-usable"
|
||||
server = "https://git.openbureau.ch/api/packages/karim/arch/tanin/$arch"
|
||||
code_host = "https://git.openbureau.ch/karim/taninux" # PKGBUILD source clones
|
||||
siglevel = "Optional TrustAll" # TODO: tighten to "Required" + ship the key
|
||||
db_build = "repo-add -s tanin.db.tar.zst *.pkg.tar.zst"
|
||||
publish = "packaging/publish-tanin-repo.sh (needs a write:package token); Gitea builds the DB server-side"
|
||||
vanity = "taninux.kgva.ch can reverse-proxy / front this later"
|
||||
|
||||
[sources.aur]
|
||||
# Policy: AUR is OPT-IN. Nothing in the desktop may HARD-depend on the AUR
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
# [tanin] — TANINUX (camel) binary repo, hosted on the Gitea Arch registry.
|
||||
# Append this block to /etc/pacman.conf, then: sudo pacman -Sy
|
||||
# sudo pacman -S tanin-desktop # pulls the whole niri/eww desktop
|
||||
[tanin]
|
||||
SigLevel = Optional TrustAll
|
||||
Server = https://git.openbureau.ch/api/packages/karim/arch/tanin/$arch
|
||||
Reference in New Issue
Block a user