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:
parent
2907295f72
commit
43eaa353a8
7 changed files with 17 additions and 19 deletions
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
forgejo-deb-lts.list /etc/apt/sources.list.d
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue