From: Peter van Dijk Date: Tue, 17 Feb 2015 16:20:18 +0000 (+0100) Subject: move recursor-git build script from jenkins config into git X-Git-Tag: dnsdist-1.0.0-alpha1~279 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1026ff56b63957ca33e3392f56bc4b54df331b0e;p=thirdparty%2Fpdns.git move recursor-git build script from jenkins config into git --- diff --git a/build-scripts/jenkins/recursor-git b/build-scripts/jenkins/recursor-git new file mode 100755 index 0000000000..6c05e7e595 --- /dev/null +++ b/build-scripts/jenkins/recursor-git @@ -0,0 +1,33 @@ +cp /shared/top-1m.csv . +BUILDING_PRODUCT=rec ./build-scripts/jenkins-driver +cd pdns +./dist-recursor +mv pdns-recursor-*/ .. +cd ../pdns-recursor-*/ +LUA=1 ./configure +LUA=1 make + +cd .. + +RECURSOR=$(find . -name pdns_recursor) +chmod +x $RECURSOR pdns/pdns_server pdns/sdig regression-tests/toxml regression-tests*/runtests regression-tests.recursor/*.sh regression-tests.recursor/cleandig regression-tests.recursor/*/command +echo sdig: > pdns/Makefile +/bin/echo -e \\ttrue >> pdns/Makefile +echo nsec3dig: >> pdns/Makefile +/bin/echo -e \\ttrue >> pdns/Makefile +echo saxfr: >> pdns/Makefile +/bin/echo -e \\ttrue >> pdns/Makefile +ln -s ../$RECURSOR pdns/ +find . -ls +cd regression-tests.recursor +cp vars.sample vars +trap ./stop.sh 0 +./config.sh +./start.sh +sleep 3 +svstat configs/* +./runtests +trap - 0 +./stop.sh +sleep 3 +./clean.sh