mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-15 11:57:59 +00:00
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:
+3
-3
@@ -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())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user