Mailing List Archive

svn commit: r1728904 - /forrest/trunk/site-author/content/xdocs/tasks.xml
Author: crossley
Date: Sun Feb 7 01:00:02 2016
New Revision: 1728904

URL: http://svn.apache.org/viewvc?rev=1728904&view=rev
Log:
Add a section for "Continuous Integration Monitoring".

Modified:
forrest/trunk/site-author/content/xdocs/tasks.xml

Modified: forrest/trunk/site-author/content/xdocs/tasks.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/tasks.xml?rev=1728904&r1=1728903&r2=1728904&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/tasks.xml (original)
+++ forrest/trunk/site-author/content/xdocs/tasks.xml Sun Feb 7 01:00:02 2016
@@ -165,6 +165,28 @@
documentation</a>.
</p>
</section>
+ <section id="ci-monitoring">
+ <title>Continuous Integration Monitoring</title>
+ <p>
+ We mainly use Apache Gump, which conducts
+ <a href="site:gump-forrest">various jobs</a> for us.
+ </p>
+ <p>
+ Monitor the Forrest dev mail list, where Gump sends our notifications.
+ Attend to Forrest-related issues. Issues may arise from our dependencies
+ - Gump will encourage us to help to fix those.
+ </p>
+ <p>
+ Enhance and extend the jobs that Gump performs for us.
+ </p>
+ <p>
+ We also have the ASF
+ <a href="http://ci.apache.org/buildbot.html">Buildbot</a>
+ which just runs our RAT report (which Gump also does).
+ See some notes <a href="#legal-monitoring">below</a>
+ in the Legal Monitoring section.
+ </p>
+ </section>
<section id="subversion-monitoring">
<title>Subversion Monitoring</title>
<p>
@@ -180,7 +202,7 @@
their SVN client.
Detect such issues using a script like
<a href="https://svn.apache.org/repos/private/committers/tools/report_svn_text.pl">committers/tools/report_svn_text.pl</a>
- See also some tips in
+ and see also some tips in
<a href="https://issues.apache.org/jira/browse/FOR-124">FOR-124</a>.
</p>
<p>
@@ -215,7 +237,7 @@
and other tools at
<a href="https://svn.apache.org/repos/private/committers/tools/">committers/tools/</a>
and
- <a href="http://incubator.apache.org/rat/">Apache RAT</a> (currently in Incubator)
+ <a href="http://creadur.apache.org/rat/">Apache RAT</a>
and some other suggestions at
<a href="http://labs.apache.org/">Apache Labs</a>.
See also some tips in