From 591688d0e81cd92e80bb3d0e6b9bf0c3cfa9735d Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 10 Dec 2022 21:10:20 +0100 Subject: redirect renamed "pydrilla" repo to "haketilo-hydrilla" --- container.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'container.scm') diff --git a/container.scm b/container.scm index 2b1aa81..f78112d 100644 --- a/container.scm +++ b/container.scm @@ -158,6 +158,10 @@ ;; Hachette got renamed to "Haketilo", repo moved ,(httpd-directive 'Redirect 'permanent "/hachette-fixes-demo" "/haketilo-fixes-demo") + ;; Old Hydrilla repo now also hosts Haketilo proxy and got renamed to + ;; "haketilo-hydrilla" + ,(httpd-directive + 'Redirect 'permanent "/pydrilla" "/haketilo-hydrilla") ;; Make HTTP clone happen through git-core instead of through CGit. CGit ;; only supports old HTTP "dumb" cloning protocol while we want the new -- cgit v1.2.3