Skip to content

Commit

Permalink
move recursor-git build script from jenkins config into git
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter van Dijk committed Feb 20, 2015
1 parent a7be3f1 commit bcca91e
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions 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

0 comments on commit bcca91e

Please sign in to comment.