scrape comment

git-svn-id: svn://10.0.0.236/trunk@107326 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com 2001-11-05 08:50:55 +00:00
parent 404bb5a4e2
commit 2ebd539bdc

View File

@ -195,6 +195,7 @@ rows separated by "\n" and columns by '|'.
$tree/${logfile}
$tree/${logfile}.brief.html
$tree/ignorebuilds.pl
$tree/scrapebuilds.pl
$tree/rules.pl
$tree/status.pl
$tree/sheriff.pl
@ -215,6 +216,9 @@ ignorebuilds.pl is a file which specifies builds that should not be
performed. It is valid perl code which sets the hash reference
$ignore_builds, each key is a tree name.
scrapebuilds.pl: same as ignorebuilds.pl, but selects a build to be
"scraped" for data, with a token in the form TinderboxPrint:aaa,bbb,...
status.pl stores the tree-specific status. Its contents looks like:
$status_message = 'message';
1;