From d724588f9fa32c0f51f6ca7893f6e065fa63944b Mon Sep 17 00:00:00 2001
From: Benjamin Blanc <benjamin.blanc@tiolive.com>
Date: Wed, 12 Jun 2013 10:52:53 +0200
Subject: [PATCH] Change local dev Ip address

---
 software/erp5testnode/software.cfg | 6 +++---
 stack/erp5/buildout.cfg            | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/software/erp5testnode/software.cfg b/software/erp5testnode/software.cfg
index ec3169aca..5654bc700 100644
--- a/software/erp5testnode/software.cfg
+++ b/software/erp5testnode/software.cfg
@@ -1,6 +1,6 @@
 [buildout]
 
-find-links += http://192.168.242.75:1235/
+find-links += http://192.168.242.73:1235/
     http://dist.repoze.org
     http://www.nexedi.org/static/packages/source/
 
@@ -39,7 +39,7 @@ stop-on-error = true
 location = ${buildout:parts-directory}/${:_buildout_section_name_}
 #command = ${git:location}/bin/git clone --branch erp5testnode --quiet http://git.erp5.org/repos/slapos.git ${:location}
 branch = erp5testnode
-repository = http://192.168.242.75:1236/slapdev.git
+repository = http://192.168.242.73:1236/slapdev.git
 command = ${git:location}/bin/git clone --branch ${:branch} ${:repository} ${:location}
 update-command = cd "${:location}" && "${git:location}/bin/git" fetch --quiet && "${git:location}/bin/git" reset --hard @{upstream}
 
@@ -67,7 +67,7 @@ stop-on-error = true
 location = ${buildout:parts-directory}/testnode
 branch = scalability-master2
 #repository = http://git.erp5.org/repos/erp5.git
-repository = http://192.168.242.75:1235/erp5.git
+repository = http://192.168.242.73:1235/erp5.git
 command = ${git:location}/bin/git clone --branch ${:branch} ${:repository} ${:location}
 update-command = cd "${:location}" && "${git:location}/bin/git" fetch && "${git:location}/bin/git" reset --hard @{upstream}
 
diff --git a/stack/erp5/buildout.cfg b/stack/erp5/buildout.cfg
index 7a9b1852f..7624623f3 100644
--- a/stack/erp5/buildout.cfg
+++ b/stack/erp5/buildout.cfg
@@ -21,7 +21,7 @@ extends =
   http://svn.zope.org/repos/main/Zope/tags/2.12.25/versions.cfg
   ../../stack/slapos.cfg
   # not sure
-  http://192.168.242.75:1236/stack/erp5/buildout.cfg
+  http://192.168.242.73:1236/stack/erp5/buildout.cfg
   ../../component/logrotate/buildout.cfg
   ../../component/dcron/buildout.cfg
   ../../component/file/buildout.cfg
@@ -149,7 +149,7 @@ parts =
 recipe = plone.recipe.command
 stop-on-error = true
 branch = erp5testnode
-repository = http://192.168.242.75:1236/slapdev.git
+repository = http://192.168.242.73:1236/slapdev.git
 revision =
 location = ${buildout:parts-directory}/${:_buildout_section_name_}
 #command = "${git:location}/bin/git" clone --branch "${:branch}" --quiet http://git.erp5.org/repos/slapos.git "${:location}" && if [ -n "${:revision}" ]; then cd "${:location}" && "${git:location}/bin/git" reset --quiet --hard "${:revision}" ; fi
@@ -160,7 +160,7 @@ update-command = cd "${:location}" && "${git:location}/bin/git" fetch --quiet &&
 recipe = plone.recipe.command
 stop-on-error = true
 branch = scalability-master2
-repository = http://192.168.242.75:1235/erp5.git
+repository = http://192.168.242.73:1235/erp5.git
 revision =
 location = ${buildout:parts-directory}/${:_buildout_section_name_}
 command = "${git:location}/bin/git" clone --branch "${:branch}" --quiet "${:repository}" "${:location}" && if [ -n "${:revision}" ]; then cd "${:location}" && "${git:location}/bin/git" reset --hard "${:revision}" ; fi
@@ -374,7 +374,7 @@ recipe = plone.recipe.command
 location = ${buildout:parts-directory}/${:_buildout_section_name_}
 stop-on-error = true
 #repository = http://git.erp5.org/repos/erp5.git
-repository = http://192.168.242.75:1235/erp5.git
+repository = http://192.168.242.73:1235/erp5.git
 #branch = master
 branch = scalability-master2
 revision =
-- 
2.30.9