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 5c392e655fc4d00a491c21abfc242120ca23897f (commit)
from ef92a26c5eb3cc9b6abb2f9504222c41b20c90f5 (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 5c392e655fc4d00a491c21abfc242120ca23897f
Author: Roland Mas <[email protected]>
Date: Wed Jun 4 11:05:14 2014 +0200
Include release name in package version number
diff --git a/3rd-party/selenium/selenium.include
b/3rd-party/selenium/selenium.include
index ca5d737..549d840 100644
--- a/3rd-party/selenium/selenium.include
+++ b/3rd-party/selenium/selenium.include
@@ -6,9 +6,9 @@
MAJOR=2
MINOR=42
MICRO=2
-UPSTREAM=$(MAJOR).$(MINOR).$(MICRO)
+UPSTREAM=$(MAJOR).$(MINOR).$(MICRO)+$(DIST)
SELENIUMURL=http://selenium-release.storage.googleapis.com/$(MAJOR).$(MINOR)/selenium-server-standalone-$(UPSTREAM).jar
DEBIANVERSION=1
-VERS=$(UPSTREAM)+$(DIST)-$(DEBIANVERSION)
+VERS=$(UPSTREAM)-$(DEBIANVERSION)
-----------------------------------------------------------------------
Summary of changes:
3rd-party/selenium/selenium.include | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits