gitea.com now redirects unauthenticated /gitea/runner/archive/v*.tar.gz to /user/login. The /api/v1/repos/gitea/runner/archive/v*.tar.gz endpoint still serves anonymously and returns byte-identical contents, so the Manifest is unchanged.
This commit is contained in:
@@ -8,7 +8,7 @@ inherit go-module
|
||||
DESCRIPTION="Gitea Actions runner (formerly act_runner)"
|
||||
HOMEPAGE="https://gitea.com/gitea/runner"
|
||||
SRC_URI="
|
||||
https://gitea.com/gitea/runner/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://gitea.com/api/v1/repos/gitea/runner/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://git.azy.dev/azy5030/azy5030-overlay/releases/download/${PN}-${PV}-vendor/${P}-vendor.tar.xz
|
||||
"
|
||||
S="${WORKDIR}/runner"
|
||||
|
||||
Reference in New Issue
Block a user