[Fusionforge-commits] FusionForge branch master updated. 818471e7eeed16298bacce4faa51a867c45725c3

Roland Mas lolando at fusionforge.org
Wed Jun 4 10:49:20 CEST 2014


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  818471e7eeed16298bacce4faa51a867c45725c3 (commit)
      from  4bb65ca2541faa7e792f8b6e44989497208b2180 (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 818471e7eeed16298bacce4faa51a867c45725c3
Author: Roland Mas <lolando at debian.org>
Date:   Wed Jun 4 10:49:15 2014 +0200

    Fixed Selenium download URL

diff --git a/3rd-party/selenium/Makefile b/3rd-party/selenium/Makefile
index 226c174..96b3811 100644
--- a/3rd-party/selenium/Makefile
+++ b/3rd-party/selenium/Makefile
@@ -20,7 +20,7 @@ $(BUILDRESULT)/$(CHANGEFILE): $(BUILDPLACE)/$(DSCFILE)
 dist:
 	reprepro -Vb $(REPOPATH)/debian --ignore=wrongdistribution --ignore=missingfile include $(DIST) $(BUILDRESULT)/$(CHANGEFILE)
 
-$(BUILDPLACE)/$(DSCFILE): $(BUILDPLACE)/selenium_$(MAJOR).orig.tar.gz
+$(BUILDPLACE)/$(DSCFILE): $(BUILDPLACE)/selenium_$(UPSTREAM).orig.tar.gz
 	cd $(BUILDPLACE) ; dpkg-source -b selenium
 
 $(BUILDPLACE)/selenium/selenium-server.jar: $(BUILDPLACE)/selenium/debian selenium.include
@@ -29,7 +29,7 @@ $(BUILDPLACE)/selenium/selenium-server.jar: $(BUILDPLACE)/selenium/debian seleni
 $(BUILDPLACE)/selenium/debian:
 	[ -d $@ ] || cp -r selenium $(BUILDPLACE)
 
-$(BUILDPLACE)/selenium_$(MAJOR).orig.tar.gz: $(BUILDPLACE)/selenium/selenium-server.jar
+$(BUILDPLACE)/selenium_$(UPSTREAM).orig.tar.gz: $(BUILDPLACE)/selenium/selenium-server.jar
 	[ -d $@ ] || (cd $(BUILDPLACE) ; tar cvzf $@ selenium/selenium-server.jar)
 
 clean:

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

Summary of changes:
 3rd-party/selenium/Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list