From 39739835fa7ce194a07a70286e723dcb1109a3b9 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 16 Mar 2011 11:38:05 +0100 Subject: [PATCH] add git mirrors Signed-off-by: Nico Schottelius --- Makefile | 1 + README | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 093859a5..3842e47f 100644 --- a/Makefile +++ b/Makefile @@ -92,3 +92,4 @@ web: pub: git push --mirror + git push --mirror github diff --git a/README b/README index c1df4618..c43e0653 100644 --- a/README +++ b/README @@ -127,6 +127,11 @@ may vanish at any point. To select a specific branch use # Stay on version 1.1 git checkout -b 1.1 origin/1.1 +### Mirrors + + * git://github.com/telmich/cdist.git (Nicos Schottelius' backup) + * git://git.sans.ethz.ch/cdist (Steven Armstrongs main repo) + ## Update To upgrade cdist in the current branch use