mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
this file does not belong in the distribution
This commit is contained in:
parent
dab0c0df14
commit
2283047140
2 changed files with 0 additions and 32 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Reference in a new issue