From 1f815bad8594d1a205ecf95b872ff8d19658cb32 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Fri, 27 Aug 2021 18:48:09 +0200 Subject: [PATCH] Point mr to jandd's run-locally github branch --- .mrconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.mrconfig b/.mrconfig index 941a88e..a6dbee0 100644 --- a/.mrconfig +++ b/.mrconfig @@ -5,4 +5,5 @@ checkout = git clone https://github.com/CAcertOrg/cats cacert-cats checkout = git clone git+ssh://git.cacert.org/srv/git/cacert-mgr.git cacert-mgr [cacert-software] -checkout = git clone git+ssh://git.cacert.org/srv/git/cacert-devel.git cacert-software +#checkout = git clone git+ssh://git.cacert.org/srv/git/cacert-devel.git cacert-software +checkout = git clone -b run-locally https://github.com/jandd/cacert-devel.git cacert-software