svn commit: r1821278 - in /ofbiz/tools: documentation/BuildBot/BuildBot.md wiki-files/BuildBot/BuildBot.md.html

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1821278 - in /ofbiz/tools: documentation/BuildBot/BuildBot.md wiki-files/BuildBot/BuildBot.md.html

jleroux@apache.org
Author: jleroux
Date: Tue Jan 16 17:42:47 2018
New Revision: 1821278

URL: http://svn.apache.org/viewvc?rev=1821278&view=rev
Log:
INFRA-15842 is done

Modified:
    ofbiz/tools/documentation/BuildBot/BuildBot.md
    ofbiz/tools/wiki-files/BuildBot/BuildBot.md.html

Modified: ofbiz/tools/documentation/BuildBot/BuildBot.md
URL: http://svn.apache.org/viewvc/ofbiz/tools/documentation/BuildBot/BuildBot.md?rev=1821278&r1=1821277&r2=1821278&view=diff
==============================================================================
--- ofbiz/tools/documentation/BuildBot/BuildBot.md (original)
+++ ofbiz/tools/documentation/BuildBot/BuildBot.md Tue Jan 16 17:42:47 2018
@@ -42,8 +42,7 @@ There is also the [RAT builder](https://
 
 
 ### tests results
-Here are the [test results](ci.apache.org/projects/ofbiz/logs/)
-The folders structure [will soon be updated](https://issues.apache.org/jira/browse/INFRA-15842) to reflect the current svn repo structure.
+Here are the [test results](ci.apache.org/projects/ofbiz/logs/). The folders structure reflects the current svn repo structure.
 
 ### Technical information
 When you create a new branch you need to let know BuildBot about it. This because BuildBot uses svn hooks to triggers builds on commits. [The file to change is here](https://github.com/apache/infrastructure-puppet/blob/deployment/modules/subversion_server/files/hooks/buildbot_project_paths)

Modified: ofbiz/tools/wiki-files/BuildBot/BuildBot.md.html
URL: http://svn.apache.org/viewvc/ofbiz/tools/wiki-files/BuildBot/BuildBot.md.html?rev=1821278&r1=1821277&r2=1821278&view=diff
==============================================================================
--- ofbiz/tools/wiki-files/BuildBot/BuildBot.md.html (original)
+++ ofbiz/tools/wiki-files/BuildBot/BuildBot.md.html Tue Jan 16 17:42:47 2018
@@ -39,7 +39,7 @@ under the License.
 <p>In an OFBiz builder page you can see <a href="https://ci.apache.org/builders/ofbizTrunkFramework">an history of the builds up to 100+</a>. OFBiz randomly uses 3 servers (except for RAT which always only uses lares_ubuntu) to build as you can see at the bottom of this page. You may want to explore more to get acquainted with the tool...</p>
 <p>There is also the <a href="https://ci.apache.org/builders/ofbizTrunkFrameworkRat">RAT builder</a>. It checks the licenses in OFBiz. You can find the result <a href="https://ci.apache.org/projects/ofbiz/rat-output.html">here</a></p>
 <h3 id="tests-results">tests results</h3>
-<p>Here are the <a href="ci.apache.org/projects/ofbiz/logs/">test results</a> The folders structure <a href="https://issues.apache.org/jira/browse/INFRA-15842">will soon be updated</a> to reflect the current svn repo structure.</p>
+<p>Here are the <a href="ci.apache.org/projects/ofbiz/logs/">test results</a>. The folders structure reflects the current svn repo structure.</p>
 <h3 id="technical-information">Technical information</h3>
 <p>When you create a new branch you need to let know BuildBot about it. This because BuildBot uses svn hooks to triggers builds on commits. <a href="https://github.com/apache/infrastructure-puppet/blob/deployment/modules/subversion_server/files/hooks/buildbot_project_paths">The file to change is here</a> You can't make commit in infrastructure-puppet if you are not an infra committer. So you need to clone the repo and make a Pull Request.</p>
 <h2 id="handling-issues">Handling issues</h2>