complex partial revert #36 #33 #32

this should be the last complex revert PR
setting up a user friendly migration path for the repo component switch
ended up being a lot more complicated than I initially expected

there will be one more cleanup PR after this
This commit is contained in:
crystal 2024-04-28 12:33:23 -06:00
parent 2907295f72
commit 43eaa353a8
No known key found for this signature in database
GPG key ID: 1122054731F7CC43
7 changed files with 17 additions and 19 deletions

View file

@ -18,9 +18,3 @@ Priority: optional
Replaces: forgejo-deb-repo
Description: APT Repository signing key for forgejo-deb
Debian Package Registry key for https://code.forgejo.org/forgejo-contrib
Package: forgejo-deb-repo-lts
Architecture: all
Priority: optional
Description: Switch to Forgejo LTS release channel
Transitional package to switch forgejo-deb-repo to LTS component

View file

@ -1 +0,0 @@
forgejo-deb-lts.list /etc/apt/sources.list.d

View file

@ -1,5 +0,0 @@
#!/usr/bin/env bash
RM_FILE="/etc/apt/sources.list.d/forgejo-deb-lts.list"
if [ -f "$RM_FILE" ]; then
rm "$RM_FILE"
fi