[Buildbot-commits] buildbot/docs steps.xhtml,1.5,1.6
Cory Dodt
corydodt at users.sourceforge.net
Wed Oct 13 00:11:33 UTC 2004
Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12222
Modified Files:
steps.xhtml
Log Message:
typo in step.xhtml
Index: steps.xhtml
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/steps.xhtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- steps.xhtml 8 Sep 2004 19:36:17 -0000 1.5
+++ steps.xhtml 13 Oct 2004 00:11:30 -0000 1.6
@@ -5,7 +5,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>BuildSteps</title>
-<link href="stylesheet-unprocessed.css" type="text/css" rel="stylesheet" />
+<link href="stylesheet.css" type="text/css" rel="stylesheet" />
</head>
<body>
@@ -36,7 +36,7 @@
cause the build to halt immediately with an overall result of
FAILURE.</li>
- <li><code>flunkOnWarnigs</code>: when True, a WARNINGS or FAILURE of this
+ <li><code>flunkOnWarnings</code>: when True, a WARNINGS or FAILURE of this
build step will mark the overall build as FAILURE. The remaining steps
will still be executed.</li>
More information about the Commits
mailing list