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  24642acc10430f7b3f0190d987aab216b2a31c11 (commit)
      from  d7ac27f19c7cfed747db55d840e2a71e1af1f9cf (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 24642acc10430f7b3f0190d987aab216b2a31c11
Author: Roland Mas <[email protected]>
Date:   Wed Jun 4 10:56:50 2014 +0200

    Fixed generation of Selenium package

diff --git a/3rd-party/selenium/Makefile b/3rd-party/selenium/Makefile
index 6ae3961..7c9a073 100644
--- a/3rd-party/selenium/Makefile
+++ b/3rd-party/selenium/Makefile
@@ -21,7 +21,7 @@ dist:
        reprepro -Vb $(REPOPATH)/debian --ignore=wrongdistribution 
--ignore=missingfile include $(DIST) $(BUILDRESULT)/$(CHANGEFILE)
 
 $(BUILDPLACE)/$(DSCFILE): $(BUILDPLACE)/selenium_$(UPSTREAM).orig.tar.gz
-       cd $(BUILDPLACE) ; dch -b -v $(VERS) -D unstable "Autobuilt from 
Selenium $(UPSTREAM) jar" ; dpkg-source -b selenium
+       cd $(BUILDPLACE)/selenium ; dch -b -v $(VERS) -D unstable "Autobuilt 
from Selenium $(UPSTREAM) jar" ; cd .. ; dpkg-source -b selenium
 
 $(BUILDPLACE)/selenium/selenium-server.jar: $(BUILDPLACE)/selenium/debian 
selenium.include
        [ -d $@ ] || wget -O - $(SELENIUMURL) > $@

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

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


hooks/post-receive
-- 
FusionForge

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

Reply via email to