debug(gitea-local-fork): pin to SSE detach-ctx fix (bfc10289e6)
ci/woodpecker/push/arm64 Pipeline was successful
ci/woodpecker/push/amd64 Pipeline was successful

Temporary debug pin: rev bfc10289e6 carries the publish-path
instrumentation + the fix routing the async publish goroutine
through graceful.ShutdownContext() instead of the request ctx.
Will repin to a clean tagged release once verified.
This commit is contained in:
Oleks
2026-05-15 23:52:09 +03:00
parent 16b6f1ed21
commit c4aa88d677
+3 -3
View File
@@ -35,12 +35,12 @@
let
pname = "gitea-local-fork";
version = "1.26.0-unstable-2026-05-15.1";
version = "1.26.0-unstable-2026-05-15.1-debug";
src = fetchgit {
url = "https://git.oleks.space/oleks/gitea.git";
rev = "9c1699feb550a657f7ef235f5c62a446d2a8138e";
hash = "sha256-Bp8rVr7yhczpqv4cbXBhLrzT/lIt5N6qPw6Y9nP/Xsc=";
rev = "bfc10289e60af9a1b7ab976143df559b16805cb7";
hash = "sha256-KzdwnXJq5APTaPBGBpI0uTNxfl7UcXmLJiCeNrXAc+k=";
};
# Gitea's package.json requires pnpm >= 11; nixpkgs ships pnpm 10. The