From cfa7e0e6a5344369a7c8831c956102deff40c619 Mon Sep 17 00:00:00 2001 From: dancer Date: Mon, 30 Dec 2002 04:35:29 +0000 Subject: import from pbuildd repos. --- pbuildd/buildd-config.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pbuildd/buildd-config.sh (limited to 'pbuildd/buildd-config.sh') diff --git a/pbuildd/buildd-config.sh b/pbuildd/buildd-config.sh new file mode 100644 index 0000000..205ecef --- /dev/null +++ b/pbuildd/buildd-config.sh @@ -0,0 +1,16 @@ +# this is the configuration for buildd-pbuilder. + +BASEDIRECTORY=/mnt/buildd +MIRROR=202.23.147.34 +HOOKDIR=/mnt/buildd/pbuilder-buildd/hookdir +ROOTCOMMAND=sudo + +# the following is one sample: +function waitingroutine () { + while sleep 1s; do + if ps ax | grep "x[l]ock"; then + # if xlock does exist, break from loop + break + fi + done +} \ No newline at end of file -- cgit v1.2.3