* oln_master.cfg (checkout)
* vaucanson_master.cfg (checkout):
s/git.lrde.org/git.lrde.epita.fr/.
---
buildbot/masters/ChangeLog | 8 ++++++++
buildbot/masters/oln_master.cfg | 2 +-
buildbot/masters/vaucanson_master.cfg | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/buildbot/masters/ChangeLog b/buildbot/masters/ChangeLog
index 372f78d..e42b523 100644
--- a/buildbot/masters/ChangeLog
+++ b/buildbot/masters/ChangeLog
@@ -1,3 +1,11 @@
+2011-12-02 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Fetch patches from git.lrde.epita.fr instead of
git.lrde.org.
+
+ * oln_master.cfg (checkout)
+ * vaucanson_master.cfg (checkout):
+
s/git.lrde.org/git.lrde.epita.fr/.
+
2011-09-13 Roland Levillain <roland(a)lrde.epita.fr>
Remove build master for the old Subversion branch cleanup-2008.
diff --git a/buildbot/masters/oln_master.cfg b/buildbot/masters/oln_master.cfg
index 7888833..e87d599 100644
--- a/buildbot/masters/oln_master.cfg
+++ b/buildbot/masters/oln_master.cfg
@@ -101,7 +101,7 @@ from buildfactory import GNUBuildSystem
from buildbot.steps.source import Git
from buildbot.steps.shell import WithProperties
-checkout =
Git(repourl='git://git.lrde.org/olena')
+checkout = Git(repourl='git://git.lrde.epita.fr/olena')
mybranch = "master"
diff --git a/buildbot/masters/vaucanson_master.cfg
b/buildbot/masters/vaucanson_master.cfg
index 464e65a..3e6b96d 100644
--- a/buildbot/masters/vaucanson_master.cfg
+++ b/buildbot/masters/vaucanson_master.cfg
@@ -95,7 +95,7 @@ from buildfactory import GNUBuildSystem
from buildbot.steps.source import Git
from buildbot.steps.shell import WithProperties
-checkout =
Git(repourl='git://git.lrde.org/vaucanson')
+checkout = Git(repourl='git://git.lrde.epita.fr/vaucanson')
mybranch = "master"
--
1.7.2.5