[Fusionforge-commits] FusionForge branch master updated. 4c1d896e62bc1cf2545d1cb7841901939d088b0c

Roland Mas lolando at fusionforge.org
Wed Jan 9 10:47:07 CET 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  4c1d896e62bc1cf2545d1cb7841901939d088b0c (commit)
      from  74536faa471fb2ffa186c64561f23feb2c7996ab (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4c1d896e62bc1cf2545d1cb7841901939d088b0c
Author: Roland Mas <lolando at debian.org>
Date:   Wed Jan 9 10:46:39 2013 +0100

    Removed references to buildbot3.ff.org

diff --git a/htdocs/mirror b/htdocs/mirror
index c0d9325..82eafd6 100755
--- a/htdocs/mirror
+++ b/htdocs/mirror
@@ -7,7 +7,7 @@ fi
 DEBDIST=squeeze
 MIRVERS=${MIRVERS:-trk}
 MIRBASE=/var/lib/gforge/chroot/home/groups/fusionforge/htdocs/deb/$MIRVERS
-MIRHOST=buildbot3.debian.org
+MIRHOST=ftp.fr.debian.org
 MIRDIR=job/fusionforge-$MIRVERS-build-and-test-deb/ws/build/debian
 DISTDEBTRK=squeeze
 
diff --git a/tests/config/default b/tests/config/default
index 2a60417..7bde68b 100644
--- a/tests/config/default
+++ b/tests/config/default
@@ -32,10 +32,10 @@ DAG_RPMFORGE_REPO=http://apt.sw.be/redhat
 EPEL_REPO=http://download.fedoraproject.org/pub/epel
 
 # Debian 3rd-party
-DEB3RD=http://buildbot3.fusionforge.org/job/3rd-party-deb/ws/build/debian/
+DEB3RD=http://buildbot.fusionforge.org/job/3rd-party-deb/ws/build/debian/
 
 # Redhat 3rd-party
-RPM3RD=http://buildbot3.fusionforge.org/job/3rd-party-rpm/ws/build/redhat/
+RPM3RD=http://buildbot.fusionforge.org/job/3rd-party-rpm/ws/build/redhat/
 
 # The following is for static ip config samples
 # hostname=vmengine:template:address/mask:gateway
diff --git a/tests/func/Search/searchTest.php b/tests/func/Search/searchTest.php
index c527fc2..b2cc9c6 100644
--- a/tests/func/Search/searchTest.php
+++ b/tests/func/Search/searchTest.php
@@ -360,7 +360,7 @@ class Search extends FForge_SeleniumTestCase
 		$this->type("title", "Doc1 Vladimir");
 		$this->type("//input[@name='description']", "Jenkins buildbot - also, ZONGO");
 		$this->click("//input[@name='type' and @value='pasteurl']");
-		$this->type("file_url", "http://buildbot3.fusionforge.org/");
+		$this->type("file_url", "http://buildbot.fusionforge.org/");
 		$this->clickAndWait("submit");
 
 		$this->clickAndWait("addItemDocmanMenu");

-----------------------------------------------------------------------

Summary of changes:
 htdocs/mirror                    |    2 +-
 tests/config/default             |    4 ++--
 tests/func/Search/searchTest.php |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list