Rediff patches

Add 0003-tests-no-upstream-s-etcd-install-as-it-s-arch-specif.patch: <REASON>
Drop 0004-tests-no-upstream-s-etcd-install-as-it-s-arch-specif.patch: <REASON>
Drop 0005-Fixes-Issue-1435.patch: <REASON>
This commit is contained in:
Sébastien Delafond
2025-09-23 20:50:34 +02:00
parent 90ffa6883a
commit 4e6c52ec2a
5 changed files with 43 additions and 89 deletions
+3 -3
View File
@@ -18,10 +18,10 @@ This can be enabled once the following modules make it into Debian:
create mode 100644 docs/index.go.disabled
diff --git a/api/router.go b/api/router.go
index 3536ab0..7dbf16e 100644
index 3cd7d42..cf53cd2 100644
--- a/api/router.go
+++ b/api/router.go
@@ -12,9 +12,9 @@
@@ -11,9 +11,9 @@
"github.com/prometheus/client_golang/prometheus/promhttp"
"github.com/rs/zerolog/log"
@@ -34,7 +34,7 @@ index 3536ab0..7dbf16e 100644
)
var context *ctx.AptlyContext
@@ -68,14 +68,14 @@ func Router(c *ctx.AptlyContext) http.Handler {
@@ -63,14 +63,14 @@ func Router(c *ctx.AptlyContext) http.Handler {
router.Use(gin.Recovery(), gin.ErrorLogger())