Commit Graph

278 Commits

Author SHA1 Message Date
kestes%walrus.com
31bd7d64a7 the estimate of the time remaining was broken (variable name changed in
some code and not others).
2001-08-14 15:57:43 +00:00
kestes%walrus.com
9b81887f80 fix a typo. Try to auto update the status page when admin functions
are performed.
2001-08-13 20:11:55 +00:00
kestes%walrus.com
bc40c4ec83 reject bug tickets for trees we do not know about. This allows
BTData to not depend on TreeData
2001-08-13 20:03:10 +00:00
kestes%walrus.com
b9f4c1fc38 generalize the interface of BTData::bug_id2bug_url. we he a bug tracking
system which does not have a simple mapping of bugid to url.
2001-08-13 20:01:36 +00:00
kestes%walrus.com
1826285d66 generalize the interface of BTData::bug_id2bug_url we have a bug tracking
system which does not have a clear mapping from bugid to url.
2001-08-13 20:00:24 +00:00
kestes%walrus.com
7ef397524e generalize split_cgi_args so that other programs can use it. now it accepts
an argument.
2001-08-13 19:56:41 +00:00
kestes%walrus.com
f074450363 generalize split_cgi_args so that other scripts can use it. Add an
argument.
2001-08-13 19:55:25 +00:00
kestes%walrus.com
59f1525d60 the calls to save_structure used to pass a scalar variable and not a reference. this was just wrong and broke when used with storable. 2001-08-13 19:52:34 +00:00
kestes%walrus.com
9de576bdc0 add code to call the bonsai save state functions. this does not work yet. 2001-08-13 19:50:46 +00:00
kestes%walrus.com
7fb4bdc05c add code to call the Bonsai save state functions. this does not work yet. 2001-08-13 19:49:37 +00:00
kestes%walrus.com
8daf11530a Major bug in the untainting code. It seems that $1 is not cleared if
a pattern match fails.  I need to go and explicity add lots of if then else
clauses to ensure that variables are properly clean.  This unleashes a torrent of bugs.  Also split the check for valid filenames into two.  One checks
that each character is a valid character the other checks that
the directories which are pointed to are subdirectories of well known
 directories.
2001-08-02 20:11:03 +00:00
kestes%walrus.com
028b162763 fix bug in the untainting code by splitting the checks into two parts
one checks for valid characters in a filename the other checks
for both valid characters and valid directories as well.
2001-08-02 20:06:02 +00:00
kestes%walrus.com
9ac543bc59 fix bug in untainting code by splitting up the file checks into two pieces
one checks for legal characters and the other checks for legal characters AND
legal directories.
2001-08-02 20:04:25 +00:00
kestes%walrus.com
1c8abda2a8 version number had a space when the day of the month was less then 10,
now it has a zero.
2001-08-02 20:02:17 +00:00
kestes%walrus.com
603a95f068 fixes because the default bonsai directory conventions were wrong and
I was not getting good treestates.
2001-07-27 20:44:45 +00:00
kestes%walrus.com
8760231679 show an example of how to use the new bonsai default parameter. 2001-07-27 20:42:56 +00:00
kestes%walrus.com
20bebb0b1d change the 'show next' links to 'show previous' links, too many
users ask me dumb questions about the future (really!)
2001-07-27 20:41:31 +00:00
kestes%walrus.com
6dee214d83 a useful example to show how to write buildcf files. 2001-07-27 20:39:18 +00:00
kestes%walrus.com
a5653ebd9a errors in the system3 and the chdir are now caught and sent to the server.
give and example of the command line arguments.
2001-07-27 20:38:50 +00:00
kestes%walrus.com
8d1643241e Change work email address to new company. 2001-07-20 19:05:22 +00:00
kestes%walrus.com
9de5c2383e Fix handling of trees other then default. This is still a bit broken
for the default tree, but all others work now.
2001-07-20 18:59:35 +00:00
kestes%walrus.com
53b626fb3b Must pass the treename through to BonsaiData. 2001-07-20 18:56:39 +00:00
kestes%walrus.com
0dfffdf63b Show the users that there is a treeheader_bonsai module: 2001-07-20 18:55:44 +00:00
kestes%walrus.com
4310221c9e Update the specfiles to work with the RedHat conventions for RH 7.1. 2001-07-20 18:43:11 +00:00
kestes%tradinglinx.com
df9cba1f8e auto generate the version number based on the output of the date command 2001-04-05 17:48:23 +00:00
kestes%tradinglinx.com
1cc06e04fd relax the uid/gid security checks for Debian 2001-04-04 14:23:36 +00:00
kestes%tradinglinx.com
0c6d2da4cd relax the uid/gid security checks for redhat 7.0 2001-04-03 15:14:27 +00:00
kestes%tradinglinx.com
5a3e1f56e0 do not have blank lines before the mail headers, postfix will choke. 2001-03-30 22:44:54 +00:00
kestes%tradinglinx.com
526caf9356 do not have blank lines before the mail headers, postfix will choke. 2001-03-30 22:44:10 +00:00
kestes%tradinglinx.com
f51084f38a remove duplicate printing of unmonitored build list. 2001-03-30 19:54:50 +00:00
kestes%tradinglinx.com
1c0f2a2618 I seem to have trouble keeping the interface
TinderDB::Build::all_build_names($tree);
consistent will all usage of this function.
2001-03-30 15:37:44 +00:00
kestes%tradinglinx.com
89fa987d61 put correct mailing address in comment. 2001-03-26 14:08:42 +00:00
kestes%tradinglinx.com
42e0d5ea22 put correct mailing address in comment. 2001-03-26 14:05:48 +00:00
kestes%tradinglinx.com
fda5601a8f for security, set a umask.
typo with $MINIMUM_BUILD_SECONDS was causing too little sleeping and
many builds occured flooding my disk space.
2001-03-26 13:37:24 +00:00
kestes%tradinglinx.com
1480e5a432 for security, set a umask 2001-03-26 13:36:28 +00:00
kestes%tradinglinx.com
ea51ad7e61 got the mindate/maxdate backwards for the "C" link. I thought I fixed
this already.
2001-03-26 13:36:00 +00:00
kestes%tradinglinx.com
77d321e2aa always show the last few lines of the build. 2001-03-19 23:35:13 +00:00
kestes%tradinglinx.com
797f9199a6 add system3() so that we can send reports while the
build is running.
2001-03-19 23:33:43 +00:00
kestes%tradinglinx.com
259da77fdc fix typo in header generation.
take out the <p> in the info, it makes the windows too big.
also increase the window sizing algorithm for the headers
   to be compatible with what I do for the build.
2001-03-19 23:32:43 +00:00
kestes%tradinglinx.com
0f0e54ec93 add common error stings 2001-03-15 18:00:00 +00:00
kestes%tradinglinx.com
ade02689c2 put the output into a form which can be sourced by /bin/sh 2001-03-15 17:59:15 +00:00
kestes%tradinglinx.com
79c7cd1fbf change some of the default configurations. 2001-03-15 17:58:06 +00:00
kestes%tradinglinx.com
ac0ea2ea6b update info on state of bonsai support
clarify warnings issues
2001-03-15 17:57:20 +00:00
kestes%tradinglinx.com
808dff4128 forgot to delete unused function from last major rewrite. 2001-03-12 19:46:21 +00:00
kestes%tradinglinx.com
f68cd0369b got the subtraction wrong and I was sleeping for negative times. 2001-03-08 18:13:32 +00:00
kestes%tradinglinx.com
da71204e6b remove taintedness. 2001-03-02 17:19:59 +00:00
kestes%tradinglinx.com
97b560440e fix the arguments to make all_build_names and build_names consistent
(no self).  This could not have worked before (since revision 1.12)
all calls to all_build_names were incorrect.
2001-03-01 18:42:30 +00:00
kestes%tradinglinx.com
3ac7f7b7c0 no longer needed, we have a cleaner interface now. 2001-02-27 17:53:51 +00:00
kestes%tradinglinx.com
ecf157225c *** empty log message *** 2001-02-27 15:43:34 +00:00
kestes%tradinglinx.com
0203d89b62 Document that the default_conf must not use any other library. 2001-02-27 15:26:43 +00:00