From: Peter van Dijk Date: Tue, 15 Oct 2013 11:20:55 +0000 (+0200) Subject: drop obsolete build scripts X-Git-Tag: rec-3.6.0-rc1~409 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2925af29b2ae23af8702536b108038a1e2293f0;p=pdns drop obsolete build scripts --- diff --git a/build-scripts/auto-build b/build-scripts/auto-build deleted file mode 100755 index 491239e70..000000000 --- a/build-scripts/auto-build +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/bash - -# Internal script used to build daily snapshots (if there is a change in svn, that is) - -cd /home/ahu/auto-build -if [ -e pdns ] -then - cd pdns - LATEST=$(svn info svn://svn.powerdns.com/pdns/ | awk '/^Revision/ { print $2 }' ) - CO=$(svn info . | awk '/^Revision/ { print $2 }' ) - if [ "$LATEST" -eq "$CO" -a -e ../pdns-static*$CO-1.i386.rpm ] - then - echo nothing to do - exit - fi - cd .. -fi - -# start out with virgin repo anyhow -rm -rf pdns -svn co svn://svn.powerdns.com/pdns/trunk/pdns -cd pdns -LATEST=$(svn info . | awk '/^Revision/ { print $2 }' ) -DATE=$(date +%Y%m%d).$LATEST - -build-scripts/set-version-auth "$DATE" - -./bootstrap -fakeroot debian-pdns/rules binary-static -rm -rf debian-pdns/tmp/ -./build-scripts/rpm-build-instruction -rm debian-pdns/.svn -rf -build-scripts/tar-gz-build-instruction -cd .. -mv pdns/*.tar.gz . -#ssh svn.powerdns.com mkdir /var/www/svn.powerdns.com/snapshots/$LATEST -echo rsync -v --bwlimit=75 pdns-static*$LATEST*{rpm,deb,tar.gz} svn.powerdns.com:/var/www/svn.powerdns.com/dnssec-wild-testing > boe -bash ./boe - - - diff --git a/build-scripts/tar-gz-build-instruction b/build-scripts/tar-gz-build-instruction deleted file mode 100755 index 8cdbb49ee..000000000 --- a/build-scripts/tar-gz-build-instruction +++ /dev/null @@ -1,7 +0,0 @@ -rm -f $(find . -name "*~") && -./bootstrap && -./configure \ ---with-pgsql-lib=/opt/postgresql/lib --with-pgsql-includes=/opt/postgresql/include \ ---with-modules="mydns gmysql mongodb lua gpgsql pipe oracle pipe db2 ldap gsqlite3 geo goracle opendbx godbc" \ ---with-dynmodules="" && -make dist \ No newline at end of file