svn commit: r1820853 - in /ofbiz/tools: documentation/BuildBot/BuildBot.md wiki-files/themes/README.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: r1820853 - in /ofbiz/tools: documentation/BuildBot/BuildBot.md wiki-files/themes/README.md.html

jleroux@apache.org
Author: jleroux
Date: Thu Jan 11 10:07:28 2018
New Revision: 1820853

URL: http://svn.apache.org/viewvc?rev=1820853&view=rev
Log:
Begins to add some technical information

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

Modified: ofbiz/tools/documentation/BuildBot/BuildBot.md
URL: http://svn.apache.org/viewvc/ofbiz/tools/documentation/BuildBot/BuildBot.md?rev=1820853&r1=1820852&r2=1820853&view=diff
==============================================================================
--- ofbiz/tools/documentation/BuildBot/BuildBot.md (original)
+++ ofbiz/tools/documentation/BuildBot/BuildBot.md Thu Jan 11 10:07:28 2018
@@ -34,7 +34,11 @@ In an OFBiz builder page you can see [an
 
 There is also the [RAT builder](https://ci.apache.org/builders/ofbizTrunkFrameworkRat) which check the licenses in OFBiz. You can find the result [here](https://ci.apache.org/projects/ofbiz/rat-output.html)
 
-# Handling issues
+## 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)
+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.
+
+## Handling issues
 Sometimes (rarely) you can get transient tests errors in BuildBot. This mean tests don't all pass in BuildBot, though they pass in your local instance. In such case, it's most certainly an issue with servers. Those are hard workers and make errors from time to time, which shows that not only human make errors :smirk:.
 
 Before being anything it's best to check which BuildBot step is impacted and if it exists have a look at the logfile (stdio)
@@ -60,4 +64,5 @@ So the whole request is of the form
 
     force build ofbizTrunkFramework forces manual build after weird error
 
-Note though that with our last config (see [INFRA-15394](https://issues.apache.org/jira/browse/INFRA-15394)) the ofbizTrunkFrameworkPlugins and ofbizBranch17FrameworkPlugins builders are dependent and respectively automatically launched by the ofbizTrunkFramework and ofbizBranch17Framework builders but only on commits. So if you use an IRC command like `force build ofbizTrunkFramework` only this builder will be launched not the dependent ofbizTrunkFrameworkPlugins.
\ No newline at end of file
+Note though that with our last config (see [INFRA-15394](https://issues.apache.org/jira/browse/INFRA-15394)) the ofbizTrunkFrameworkPlugins and ofbizBranch17FrameworkPlugins builders are dependent and respectively automatically launched by the ofbizTrunkFramework and ofbizBranch17Framework builders but only on commits. So if you use an IRC command like `force build ofbizTrunkFramework` only this builder will be launched not the dependent ofbizTrunkFrameworkPlugins.
+

Modified: ofbiz/tools/wiki-files/themes/README.md.html
URL: http://svn.apache.org/viewvc/ofbiz/tools/wiki-files/themes/README.md.html?rev=1820853&r1=1820852&r2=1820853&view=diff
==============================================================================
--- ofbiz/tools/wiki-files/themes/README.md.html (original)
+++ ofbiz/tools/wiki-files/themes/README.md.html Thu Jan 11 10:07:28 2018
@@ -225,7 +225,7 @@ under the License.
 <p>All this logic is still present in the common-theme template to keep backward compatibility, but the VisualThemeRessource is now useless and properties have been migrated to the Theme definition in the part <strong>theme-properties</strong> ### Example with BlueLight The blue light theme has been these properties in VisualThemeRessource :</p>
 <div class="sourceCode"><pre class="sourceCode xml"><code class="sourceCode xml">    <span class="kw">&lt;VisualTheme</span><span class="ot"> visualThemeId=</span><span class="st">&quot;BLUELIGHT&quot;</span><span class="ot"> visualThemeSetId=</span><span class="st">&quot;BACKOFFICE&quot;</span><span class="ot"> description=</span><span class="st">&quot;BlueLight Theme: breadcrumbs, drop-down menus and rounded corners&quot;</span><span class="kw">/&gt;</span>
     <span class="kw">&lt;VisualThemeResource</span><span class="ot"> visualThemeId=</span><span class="st">&quot;BLUELIGHT&quot;</span><span class="ot"> resourceTypeEnumId=</span><span class="st">&quot;VT_NAME&quot;</span><span class="ot"> resourceValue=</span><span class="st">&quot;BLUELIGHT&quot;</span><span class="ot"> sequenceId=</span><span class="st">&quot;01&quot;</span><span class="kw">/&gt;</span>
-    <span class="kw">&lt;VisualThemeResource</span><span class="ot"> visualThemeId=</span><span class="st">&quot;BLUELIGHT&quot;</span><span class="ot"> resourceTypeEnumId=</span><span class="st">&quot;VT_HDR_IMAGE_URL&quot;</span><span class="ot"> resourceValue=</span><span class="st">&quot;/images/ofbiz_logo.png&quot;</span><span class="ot"> sequenceId=</span><span class="st">&quot;01&quot;</span><span class="kw">/&gt;</span>
+    <span class="kw">&lt;VisualThemeResource</span><span class="ot"> visualThemeId=</span><span class="st">&quot;BLUELIGHT&quot;</span><span class="ot"> resourceTypeEnumId=</span><span class="st">&quot;VT_HDR_IMAGE_URL&quot;</span><span class="ot"> resourceValue=</span><span class="st">&quot;/themes/common/webapp/images/ofbiz_logo.png&quot;</span><span class="ot"> sequenceId=</span><span class="st">&quot;01&quot;</span><span class="kw">/&gt;</span>
     <span class="kw">&lt;VisualThemeResource</span><span class="ot"> visualThemeId=</span><span class="st">&quot;BLUELIGHT&quot;</span><span class="ot"> resourceTypeEnumId=</span><span class="st">&quot;VT_SHORTCUT_ICON&quot;</span><span class="ot"> resourceValue=</span><span class="st">&quot;/images/ofbiz.ico&quot;</span><span class="ot"> sequenceId=</span><span class="st">&quot;01&quot;</span><span class="kw">/&gt;</span>
     <span class="kw">&lt;VisualThemeResource</span><span class="ot"> visualThemeId=</span><span class="st">&quot;BLUELIGHT&quot;</span><span class="ot"> resourceTypeEnumId=</span><span class="st">&quot;VT_SCREENSHOT&quot;</span><span class="ot"> resourceValue=</span><span class="st">&quot;/bluelight/screenshot.jpg&quot;</span><span class="ot"> sequenceId=</span><span class="st">&quot;01&quot;</span><span class="kw">/&gt;</span>