Repoint forge references from git.onetick.ninja to git.arch.fyi
This commit is contained in:
@@ -124,7 +124,7 @@ jobs:
|
|||||||
echo "--- release body ---"
|
echo "--- release body ---"
|
||||||
cat /tmp/notes.md
|
cat /tmp/notes.md
|
||||||
|
|
||||||
# This repo is canonically hosted on Gitea (git.onetick.ninja) and mirrored to
|
# This repo is canonically hosted on Gitea (git.arch.fyi) and mirrored to
|
||||||
# GitHub, and BOTH run this workflow -- Gitea reads .github/workflows too. So
|
# GitHub, and BOTH run this workflow -- Gitea reads .github/workflows too. So
|
||||||
# the publish step has to work on whichever forge it lands on. Everything
|
# the publish step has to work on whichever forge it lands on. Everything
|
||||||
# above is forge-agnostic; only the "create a release" API differs.
|
# above is forge-agnostic; only the "create a release" API differs.
|
||||||
|
|||||||
+1
-1
@@ -25,7 +25,7 @@ are worth calling out, because nothing else would catch what they catch:
|
|||||||
newest CHANGELOG entry. `VERSION=` had silently drifted to three different
|
newest CHANGELOG entry. `VERSION=` had silently drifted to three different
|
||||||
values across the scripts before anything checked.
|
values across the scripts before anything checked.
|
||||||
|
|
||||||
The project is hosted on **Gitea** (`git.onetick.ninja/flan/truenas-truecloud-patch`)
|
The project is hosted on **Gitea** (`git.arch.fyi/flan/truenas-truecloud-patch`)
|
||||||
and mirrored to GitHub. Both run the same workflows — Gitea reads
|
and mirrored to GitHub. Both run the same workflows — Gitea reads
|
||||||
`.github/workflows/` too — so a change is checked twice, on two independent runners.
|
`.github/workflows/` too — so a change is checked twice, on two independent runners.
|
||||||
|
|
||||||
|
|||||||
@@ -47,8 +47,8 @@ _VERSION_RE = re.compile(r'^VERSION="([^"]+)"', re.M)
|
|||||||
#: owner/repo out of any of:
|
#: owner/repo out of any of:
|
||||||
#: git@github.com:sudolulo/repo.git
|
#: git@github.com:sudolulo/repo.git
|
||||||
#: https://github.com/sudolulo/repo.git
|
#: https://github.com/sudolulo/repo.git
|
||||||
#: ssh://git@git.onetick.ninja:55214/flan/repo.git
|
#: ssh://git@git.arch.fyi:55214/flan/repo.git
|
||||||
#: https://git.onetick.ninja/flan/repo.git
|
#: https://git.arch.fyi/flan/repo.git
|
||||||
#: The SSH port is deliberately not captured: it is not the web port.
|
#: The SSH port is deliberately not captured: it is not the web port.
|
||||||
_REMOTE_RE = re.compile(
|
_REMOTE_RE = re.compile(
|
||||||
r"^(?:\w+://)?(?:[^@/]+@)?([^:/]+)(?::\d+)?[:/]([^/]+)/([^/]+?)(?:\.git)?/?$"
|
r"^(?:\w+://)?(?:[^@/]+@)?([^:/]+)(?::\d+)?[:/]([^/]+)/([^/]+?)(?:\.git)?/?$"
|
||||||
|
|||||||
Reference in New Issue
Block a user