From 22830471408b7b23c22341e87055bf2c6f9be4fd Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 4 Dec 2000 17:09:08 +0000 Subject: [PATCH] this file does not belong in the distribution --- bin/tests/generic-b9t.cron | 8 -------- bin/tests/master-b9t.cron | 24 ------------------------ 2 files changed, 32 deletions(-) delete mode 100644 bin/tests/generic-b9t.cron delete mode 100644 bin/tests/master-b9t.cron diff --git a/bin/tests/generic-b9t.cron b/bin/tests/generic-b9t.cron deleted file mode 100644 index 34774b4429..0000000000 --- a/bin/tests/generic-b9t.cron +++ /dev/null @@ -1,8 +0,0 @@ -# -# bind 9 build for Solaris 5.6 -# -0 * * * * PLATFORM=SunOS-5.6 && . $HOME/b9t/hosts/$PLATFORM/env && make PLATFORM=$PLATFORM -e -f $HOME/b9t/bin/b9t.mk > $HOME/b9t/hosts/$PLATFORM/b9t-status 2>&1 -# -# bind 8 build for Solaris 5.6 -# -30 0,6,12,18 * * * PLATFORM=SunOS-5.6 && . $HOME/b8t/hosts/$PLATFORM/env && make PLATFORM=$PLATFORM -e -f $HOME/b8t/bin/b8t.mk > $HOME/b8t/hosts/$PLATFORM/b8t-status 2>&1 diff --git a/bin/tests/master-b9t.cron b/bin/tests/master-b9t.cron deleted file mode 100644 index 4e2a48d376..0000000000 --- a/bin/tests/master-b9t.cron +++ /dev/null @@ -1,24 +0,0 @@ -# -# check out the current bind 9 version and make the source tarball -# -45 * * * * PLATFORM=BSD-3.1 && . $HOME/b9t/hosts/$PLATFORM/env && nice make PLATFORM=$PLATFORM -e -f $HOME/b9t/bin/b9t.mk tarsrc > $HOME/b9t/hosts/$PLATFORM/b9t-status 2>&1 -# -# build the BSD-3.1 version of bind 9 -# -0 * * * * PLATFORM=BSD-3.1 && . $HOME/b9t/hosts/$PLATFORM/env && nice make PLATFORM=$PLATFORM -e -f $HOME/b9t/bin/b9t.mk > $HOME/b9t/hosts/$PLATFORM/b9t-status 2>&1 -# -# run the bind 9 build status report generator -# -30 * * * * perl $HOME/b9t/bin/b9status.pl > /proj/build-reports/bind9/bind9.html 2> $HOME/b9t/hosts/b9t-status -# -# check out the current bind 8 version and make the source tarball -# -15 0,6,12,18 * * * PLATFORM=BSD-3.1 && . $HOME/b8t/hosts/$PLATFORM/env && nice make PLATFORM=$PLATFORM -e -f $HOME/b8t/bin/b8t.mk tarsrc > $HOME/b8t/hosts/$PLATFORM/b8t-status 2>&1 -# -# build the BSD-3.1 version of bind 8 -# -30 0,6,12,18 * * * PLATFORM=BSD-3.1 && . $HOME/b8t/hosts/$PLATFORM/env && nice make PLATFORM=$PLATFORM -e -f $HOME/b8t/bin/b8t.mk > $HOME/b8t/hosts/$PLATFORM/b8t-status 2>&1 -# -# run the bind 8 build status report generator -# -0 0,6,12,18 * * * perl $HOME/b8t/bin/b8status.pl > /proj/build-reports/bind8/bind8.html 2> $HOME/b8t/hosts/b8t-status