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

@ -2,9 +2,8 @@
cp code-forgejo-org-forgejo-contrib.asc stub/
cp code-forgejo-org-forgejo-contrib.asc main/
cp forgejo-deb.list_stub stub/forgejo-deb.list
cp forgejo-deb.list stub/
cp forgejo-deb.list main/
cp forgejo-deb.list main/forgejo-deb-lts.list
if [ "$1" = "actions" ] ; then
PACKAGE_BUILD_EXTRA_ARGS="--no-sign"
fi