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  4bb65ca2541faa7e792f8b6e44989497208b2180 (commit)
      from  a0cc210690db38ee6220c6828b915caea3a16538 (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 4bb65ca2541faa7e792f8b6e44989497208b2180
Author: Roland Mas <[email protected]>
Date:   Wed Jun 4 10:47:03 2014 +0200

    Fixed Selenium download URL

diff --git a/3rd-party/selenium/selenium.include 
b/3rd-party/selenium/selenium.include
index 309512d..29529b1 100644
--- a/3rd-party/selenium/selenium.include
+++ b/3rd-party/selenium/selenium.include
@@ -1,17 +1,14 @@
 #
-#
 # http://seleniumhq.org/
-# http://seleniumhq.org/projects/remote-control/
-# http://selenium.googlecode.com/svn/trunk/remote/server/
-# see tests/func/README.TXT
-# Get the source code (TODO)
-# #svn export http://selenium.googlecode.com/svn/trunk/remote/server 
selenium-server
-# svn export http://selenium.googlecode.com/svn/trunk selenium
+# http://docs.seleniumhq.org/download/
 #
 
-MAJOR=2.42.2
-MINOR=1
-SELENIUMURL=http://selenium.googlecode.com/files/selenium-server-standalone-$(MAJOR).jar
+MAJOR=2
+MINOR=42
+MICRO=1
+UPSTREAM=$(MAJOR).$(MINOR).$(MICRO)
+SELENIUMURL=http://selenium-release.storage.googleapis.com/$(MAJOR).$(MINOR)/selenium-server-standalone-$(UPSTREAM).jar
 
-VERS=$(MAJOR)-$(MINOR)
+DEBIANVERSION=1
+VERS=$(UPSTREAM)-$(DEBIANVERSION)
 

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

Summary of changes:
 3rd-party/selenium/selenium.include |   19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to