[master] 8c1b35c remote debugging of jenkins build failures via git pushes

Nils Goroll nils.goroll at uplex.de
Mon Oct 13 17:59:25 CEST 2014


commit 8c1b35c982dd0d362706c82411b63ca8c1597a25
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Oct 13 17:58:19 2014 +0200

    remote debugging of jenkins build failures via git pushes

diff --git a/doc/graphviz/Makefile.am b/doc/graphviz/Makefile.am
index 3f20340..dc3c3be 100644
--- a/doc/graphviz/Makefile.am
+++ b/doc/graphviz/Makefile.am
@@ -7,7 +7,7 @@
 
 link_srcdir:
 	if test "x$(srcdir)" != "x$(builddir)" && \
-	   test ! -f cache_http1_fsm.svg ; then \
+	   test ! -f $(builddir)/cache_http1_fsm.svg ; then \
 		d=`pwd`/$(builddir) ; \
 		cd $(srcdir) && find . -name \*.svg -type f | \
 		cpio -ldmp $${d} ; \



More information about the varnish-commit mailing list