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

svn commit: r1875840 - in /httpd/site/trunk/content/dev: devnotes.mdtext index.mdtext

Author: jailletc36
Date: Sun Mar 29 09:29:22 2020
New Revision: 1875840

URL: http://svn.apache.org/viewvc?rev=1875840&view=rev
Log:
Refresh 'Developper Info'. Using SVN is no more a 'News'.

Also add some information and links about travis.

Modified:
    httpd/site/trunk/content/dev/devnotes.mdtext
    httpd/site/trunk/content/dev/index.mdtext

Modified: httpd/site/trunk/content/dev/devnotes.mdtext
URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/dev/devnotes.mdtext?rev=1875840&r1=1875839&r2=1875840&view=diff
==============================================================================
--- httpd/site/trunk/content/dev/devnotes.mdtext (original)
+++ httpd/site/trunk/content/dev/devnotes.mdtext Sun Mar 29 09:29:22 2020
@@ -188,4 +188,23 @@ pull request number which will be promin
 
 An example revision that closes a pull request is <http://svn.apache.org/viewvc?view=revision&revision=1780308>
 
+# Continuous integration (CI) #
 
+[Travis](https://travis-ci.org/) CI services are used.
+
+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 [Perl test framework](http://svn.apache.org/viewvc/httpd/test/framework/trunk/)
+is also automatically executed.
+
+All this is executed for each commit.
+
+The goal is to spot early new build issues and regression.
+
+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.
+
+
+Here are the [latest built results](https://travis-ci.org/github/apache/httpd).

Modified: httpd/site/trunk/content/dev/index.mdtext
URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/dev/index.mdtext?rev=1875840&r1=1875839&r2=1875840&view=diff
==============================================================================
--- httpd/site/trunk/content/dev/index.mdtext (original)
+++ httpd/site/trunk/content/dev/index.mdtext Sun Mar 29 09:29:22 2020
@@ -22,13 +22,8 @@ This section includes many of the refere
 HTTP Server Project. Be sure to also check the developer information
 included with the [documentation](http://httpd.apache.org/docs-project/).
 
-# Developer News #
-
-The Apache HTTP Server Project has switched to Subversion for hosting its
-source code.
-
-For more information about the changes, please see the [Apache Development
-Notes](devnotes.html).
+Some information about source code hosting and continuous integration (CI) 
+can also be found on [Apache Development Notes](devnotes.html).
 
 # Feedback and contributions #