diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-12-10 21:10:20 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-12-10 21:15:21 +0100 |
commit | 591688d0e81cd92e80bb3d0e6b9bf0c3cfa9735d (patch) | |
tree | 738c0e6ba4865b22f85216e3d2800568ce8f711f | |
parent | 70018fdd7ab23047a97196cb0e6f2d5b2079ff5e (diff) | |
download | koszko-org-server-591688d0e81cd92e80bb3d0e6b9bf0c3cfa9735d.tar.gz koszko-org-server-591688d0e81cd92e80bb3d0e6b9bf0c3cfa9735d.zip |
redirect renamed "pydrilla" repo to "haketilo-hydrilla"
-rw-r--r-- | container.scm | 4 |
1 files changed, 4 insertions, 0 deletions
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 |