commit: 49c5e92a8e7d180adc646dc1e42584cf7047f7ce
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 10 10:24:55 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 10 10:24:55 2026 +0000
URL:
https://gitweb.gentoo.org/proj/repo-mirror-ci.git/commit/?id=49c5e92a
pull-requests: Fetch from codeberg via https
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
pull-request/pull-requests.bash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pull-request/pull-requests.bash b/pull-request/pull-requests.bash
index 96d8490..f9c6d73 100755
--- a/pull-request/pull-requests.bash
+++ b/pull-request/pull-requests.bash
@@ -69,7 +69,7 @@ if [[ -n ${pr} ]]; then
cd -- "${sync}"
if ! git remote | grep -q codeberg; then
- git remote add codeberg
"ssh://[email protected]/${CODEBERG_REPO}"
+ git remote add codeberg "https://codeberg.org/${CODEBERG_REPO}"
fi
ref=refs/pull/${pr}