From 7963a1d6cce6b4ba3a2c3ee25b205491a87fc88f Mon Sep 17 00:00:00 2001 From: "kestes%walrus.com" Date: Thu, 2 May 2002 22:57:29 +0000 Subject: [PATCH] adding cvs keywords to files. --- webtools/tinderbox2/src/clientbin/binary_runs | 7 +++++++ webtools/tinderbox2/src/clientbin/build_redhat_initrc | 7 +++++++ webtools/tinderbox2/src/clientbin/show_time | 7 +++++++ webtools/tinderbox2/src/clientbin/test_return | 7 +++++++ 4 files changed, 28 insertions(+) diff --git a/webtools/tinderbox2/src/clientbin/binary_runs b/webtools/tinderbox2/src/clientbin/binary_runs index c75388e5e59d..02ef991f0efc 100644 --- a/webtools/tinderbox2/src/clientbin/binary_runs +++ b/webtools/tinderbox2/src/clientbin/binary_runs @@ -2,6 +2,13 @@ # -*- Mode: perl; indent-tabs-mode: nil -*- # + +# $Revision: 1.2 $ +# $Date: 2002/05/02 22:57:29 $ +# $Author: kestes%walrus.com $ +# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/clientbin/binary_runs,v $ +# $Name: $ + # binary_runs - exits with a zero exit code if the binary given on the # command line runs for several seconds, otherwise exits with a # nonzero exit code. This is a tool to be run in the Makefile, diff --git a/webtools/tinderbox2/src/clientbin/build_redhat_initrc b/webtools/tinderbox2/src/clientbin/build_redhat_initrc index d8c10a7d71d5..1d9970e50479 100755 --- a/webtools/tinderbox2/src/clientbin/build_redhat_initrc +++ b/webtools/tinderbox2/src/clientbin/build_redhat_initrc @@ -9,6 +9,13 @@ # description: Daemon Build process for buildmachines, will send mail \ # to Tinderbox + +# $Revision: 1.3 $ +# $Date: 2002/05/02 22:57:29 $ +# $Author: kestes%walrus.com $ +# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/clientbin/build_redhat_initrc,v $ +# $Name: $ + TREE=B-NEON-1-2 BUILDSCRIPT=/home/tinderbox2/clientbin/build_shellscript BUILDCF=/home/tinderbox2/local_conf/reefedge.buildcf diff --git a/webtools/tinderbox2/src/clientbin/show_time b/webtools/tinderbox2/src/clientbin/show_time index 161a345f5f18..e16ca51e8e7c 100755 --- a/webtools/tinderbox2/src/clientbin/show_time +++ b/webtools/tinderbox2/src/clientbin/show_time @@ -1,5 +1,12 @@ #!/usr/bin/perl + +# $Revision: 1.2 $ +# $Date: 2002/05/02 22:57:29 $ +# $Author: kestes%walrus.com $ +# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/clientbin/show_time,v $ +# $Name: $ + $t=time(); print ( diff --git a/webtools/tinderbox2/src/clientbin/test_return b/webtools/tinderbox2/src/clientbin/test_return index 69e9b447e70b..ccfd0aaca7e6 100644 --- a/webtools/tinderbox2/src/clientbin/test_return +++ b/webtools/tinderbox2/src/clientbin/test_return @@ -7,6 +7,13 @@ # their children. +# $Revision: 1.2 $ +# $Date: 2002/05/02 22:57:29 $ +# $Author: kestes%walrus.com $ +# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/clientbin/test_return,v $ +# $Name: $ + + use Getopt::Long; use File::Basename; use POSIX;