You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2018/12/26 10:44:41 UTC

svn commit: r1849754 - in /ofbiz/tools: demo-backup/README.md documentation/BuildBot/BuildBot.md

Author: jleroux
Date: Wed Dec 26 10:44:41 2018
New Revision: 1849754

URL: http://svn.apache.org/viewvc?rev=1849754&view=rev
Log:
Few additions related to Git repos and configs

Modified:
    ofbiz/tools/demo-backup/README.md
    ofbiz/tools/documentation/BuildBot/BuildBot.md

Modified: ofbiz/tools/demo-backup/README.md
URL: http://svn.apache.org/viewvc/ofbiz/tools/demo-backup/README.md?rev=1849754&r1=1849753&r2=1849754&view=diff
==============================================================================
--- ofbiz/tools/demo-backup/README.md (original)
+++ ofbiz/tools/demo-backup/README.md Wed Dec 26 10:44:41 2018
@@ -16,6 +16,21 @@ We own 3 Apache sub domains
 
 The Puppet configuration is at 
 https://github.com/apache/infrastructure-puppet/blob/deployment/data/nodes/ofbiz-vm2.apache.org.yaml
+To modify it there is 2 possibilities.
+1. You know what you are doing or have a idea about it: 
+    * Create your own fork of https://github.com/apache/infrastructure-puppet/, 
+    * make the modifications, 
+    * push them, 
+    * ask for a Pull Request
+2. You don't know how to change things. Just create an Infra Jira asking for the wanted change...and be patient ;)
+
+To help you here is [the changes history](https://github.com/apache/infrastructure-puppet/commits/deployment/data/nodes/ofbiz-vm2.apache.org.yaml "changes history")
+
+>_Note_: To update your fork with command line:
+
+        git fetch upstream
+            If it does not work: git remote add upstream https://github.com/apache/infrastructure-puppet.git
+        git merge upstream/deployment
 
 
 >_Note_: **Only run the ofbiz demos using the 'ofbizDemo' user, never run as root.** 

Modified: ofbiz/tools/documentation/BuildBot/BuildBot.md
URL: http://svn.apache.org/viewvc/ofbiz/tools/documentation/BuildBot/BuildBot.md?rev=1849754&r1=1849753&r2=1849754&view=diff
==============================================================================
--- ofbiz/tools/documentation/BuildBot/BuildBot.md (original)
+++ ofbiz/tools/documentation/BuildBot/BuildBot.md Wed Dec 26 10:44:41 2018
@@ -22,6 +22,7 @@ OFBiz uses [BuilbBot](https://en.wikiped
 ## OFBiz and BuildBot
 
 [Here is the OFBiz BuildBot script](https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf). If you are interested on modifying it, please understand its content and read the BuildBot documentation. Note that the Infra team is always there to help you.
+There is also [a file in Git for project paths](C:\projectsASF\infrastructure-puppet\modules\subversion_server\files\hooks\buildbot_project_paths "buildbot_project_paths").
 
 
 ### Schedulers and Builders