From 829db7cea1de6f17e6e6a4a205ccd767bc3d3ea5 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 5 Apr 2009 19:03:34 +0200 Subject: pass GBP_BUILD_DIR to the build command this allows hooks to figure out where to copy back the build result. Adjust the cowbuilder example accordingly. --- examples/gbp-cowbuilder-sid | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/gbp-cowbuilder-sid b/examples/gbp-cowbuilder-sid index bcbf148..4021f23 100755 --- a/examples/gbp-cowbuilder-sid +++ b/examples/gbp-cowbuilder-sid @@ -30,6 +30,7 @@ case $ACTION in # pass all options to dpkg-buildpackage: pdebuild --configfile ${CONF} \ --pbuilder cowbuilder \ + --buildresult ${GBP_BUILD_DIR}/.. \ --debbuildopts "-i\.git/ -I.git $*" \ -- $OPTS ;; -- cgit v1.2.3