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:29:30 UTC

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

Author: buildbot
Date: Sun Mar 29 09:29:29 2020
New Revision: 1058449

Log:
Staging update by buildbot for httpd

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

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

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:29:29 2020
@@ -254,6 +254,19 @@ pull request number which will be promin
 <li><a href="https://github.com/apache/httpd/pulls">https://github.com/apache/httpd/pulls</a></li>
 </ul>
 <p>An example revision that closes a pull request is <a href="http://svn.apache.org/viewvc?view=revision&amp;revision=1780308">http://svn.apache.org/viewvc?view=revision&amp;revision=1780308</a></p>
+<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
+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]
+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>
             
 
             <!-- FOOTER -->

Modified: websites/staging/httpd/trunk/content/dev/index.html
==============================================================================
--- websites/staging/httpd/trunk/content/dev/index.html (original)
+++ websites/staging/httpd/trunk/content/dev/index.html Sun Mar 29 09:29:29 2020
@@ -115,11 +115,8 @@ h2:hover > .headerlink, h3:hover > .head
 <p>This section includes many of the reference materials used by the Apache
 HTTP Server Project. Be sure to also check the developer information
 included with the <a href="http://httpd.apache.org/docs-project/">documentation</a>.</p>
-<h1 id="developer-news">Developer News<a class="headerlink" href="#developer-news" title="Permanent link">&para;</a></h1>
-<p>The Apache HTTP Server Project has switched to Subversion for hosting its
-source code.</p>
-<p>For more information about the changes, please see the <a href="devnotes.html">Apache Development
-Notes</a>.</p>
+<p>Some information about source code hosting and continuous integration (CI) 
+can also be found on <a href="devnotes.html">Apache Development Notes</a>.</p>
 <h1 id="feedback-and-contributions">Feedback and contributions<a class="headerlink" href="#feedback-and-contributions" title="Permanent link">&para;</a></h1>
 <ul>
 <li>