diff --git a/forgejo/sources/10.0 b/forgejo/sources/10.0 new file mode 100644 index 0000000..101d770 --- /dev/null +++ b/forgejo/sources/10.0 @@ -0,0 +1 @@ +https://codeberg.org/forgejo/forgejo forgejo 10.0.0+gitea-1.23 diff --git a/lib/lib.sh b/lib/lib.sh index 3e21377..4b489a0 100644 --- a/lib/lib.sh +++ b/lib/lib.sh @@ -26,7 +26,7 @@ IP=$(hostname -I | cut -f1 -d' ') # # Forgejo releases for which a branch exists (7.0/forgejo etc.) # -RELEASE_NUMBERS="7.0 8.0 9.0" +RELEASE_NUMBERS="7.0 9.0 10.0" PREFIX=============== export DIR=/tmp/forgejo-end-to-end