You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bu...@apache.org on 2020/03/29 09:33:19 UTC

svn commit: r1058450 - in /websites/staging/httpd/trunk/content: ./ dev/devnotes.html

Author: buildbot
Date: Sun Mar 29 09:33:18 2020
New Revision: 1058450

Log:
Staging update by buildbot for httpd

Modified:
    websites/staging/httpd/trunk/content/   (props changed)
    websites/staging/httpd/trunk/content/dev/devnotes.html

Propchange: websites/staging/httpd/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Mar 29 09:33:18 2020
@@ -1 +1 @@
-1875840
+1875841

Modified: websites/staging/httpd/trunk/content/dev/devnotes.html
==============================================================================
--- websites/staging/httpd/trunk/content/dev/devnotes.html (original)
+++ websites/staging/httpd/trunk/content/dev/devnotes.html Sun Mar 29 09:33:18 2020
@@ -257,14 +257,14 @@ pull request number which will be promin
 <h1 id="continuous-integration-ci">Continuous integration (CI)<a class="headerlink" href="#continuous-integration-ci" title="Permanent link">&para;</a></h1>
 <p><a href="https://travis-ci.org/">Travis</a> CI services are used.</p>
 <p>This service allows us to automatically build httpd on different processors, OS,
-with different gcc vesion, with different library versions and with different
+with different gcc vesions, with different library versions and with different
 configurations.
 On successul built, our <a href="http://svn.apache.org/viewvc/httpd/test/framework/trunk/">Perl test framework</a>
 is also automatically executed.</p>
 <p>All this is executed for each commit.</p>
 <p>The goal is to spot early new build issues and regression.</p>
 <p>Should a committer want to commit something, without triggering the whole process
-(doc change or STATUS update for example), he can add the magic [skip ci]
+(doc change or STATUS update for example), he can add the magic "[skip ci]"
 keyword as part of the commit message.</p>
 <p>Here are the <a href="https://travis-ci.org/github/apache/httpd">latest built results</a>.</p>