Author: allee8285
Date: Tue Apr 16 17:36:59 2013
New Revision: 1468524

URL: http://svn.apache.org/r1468524
Log:
Add BuildBot tips n techniques page.

Added:
    openjpa/site/trunk/content/buildbot.tips.n.techniques.mdtext
Modified:
    openjpa/site/trunk/content/tips-n-techniques.mdtext

Added: openjpa/site/trunk/content/buildbot.tips.n.techniques.mdtext
URL: 
http://svn.apache.org/viewvc/openjpa/site/trunk/content/buildbot.tips.n.techniques.mdtext?rev=1468524&view=auto
==============================================================================
--- openjpa/site/trunk/content/buildbot.tips.n.techniques.mdtext (added)
+++ openjpa/site/trunk/content/buildbot.tips.n.techniques.mdtext Tue Apr 16 
17:36:59 2013
@@ -0,0 +1,42 @@
+Title: BuildBot Tips and Techniques
+
+<a name="Buildbot.Tips.and.Techniques"></a>
+# Tips on Using Apache BuildBot for OpenJPA Documentation Build
+
+## Start IRC to openjpa-bot server
+
+* From a browser or an IRC application, points to #asftest channel in 
irc://irc.freenode.net
+
+### Get Help
+
+       Enter> openjpa-bot: help
+       openjpa-bot     Get help on what? (try 'help <foo>', or 'commands' for 
a command list)
+       
+       Enter> openjpa-bot: commands
+       openjpa-bot     buildbot commands: commands, dance, destroy, excited, 
force, hello, help, \
+           last, list, mute, notify, source, status, stop, unmute, version, 
watch
+       
+       Enter> openjpa-bot: help force
+       openjpa-bot     Usage: force build [--branch=branch] 
[--revision=revision] [--props=prop1=val1,prop2=val2...] \
+           <which> <reason> - Force a build
+       
+### Get BuildBot status
+
+    Enter> openjpa-bot: status    
+       openjpa-bot     openjpa-1.0.x-docs: idle, last build 7h21m20s ago: 
failed
+       openjpa-bot     openjpa-1.2.x-docs: idle, last build 7h23m18s ago: 
build successful
+       openjpa-bot     openjpa-1.3.x-docs: idle, last build 7h30m12s ago: 
build successful
+       openjpa-bot     openjpa-2.0.x-docs: idle, last build 7h37m27s ago: 
build successful
+       openjpa-bot     openjpa-2.1.x-docs: idle, last build 7h46m19s ago: 
build successful
+       openjpa-bot     openjpa-2.2.1.x-docs: idle, last build 8h09m07s ago: 
build successful
+       openjpa-bot     openjpa-2.2.x-docs: idle, last build 7h56m22s ago: 
build successful
+       openjpa-bot     openjpa-trunk-docs: idle, last build 8h22m07s ago: 
build successful
+       
+### Submit build
+
+    Enter> openjpa-bot: force build openjpa-1.0.x-docs "a description 
here....."    
+       openjpa-bot     build #35 forced
+       openjpa-bot     I'll give a shout when the build finishes
+       openjpa-bot     build #35 of openjpa-1.0.x-docs is complete: Success 
[build successful] \
+           Build details are at 
http://ci.apache.org/builders/openjpa-1.0.x-docs/builds/35
+ 

Modified: openjpa/site/trunk/content/tips-n-techniques.mdtext
URL: 
http://svn.apache.org/viewvc/openjpa/site/trunk/content/tips-n-techniques.mdtext?rev=1468524&r1=1468523&r2=1468524&view=diff
==============================================================================
--- openjpa/site/trunk/content/tips-n-techniques.mdtext (original)
+++ openjpa/site/trunk/content/tips-n-techniques.mdtext Tue Apr 16 17:36:59 2013
@@ -4,4 +4,5 @@ Title: Tips and Techniques
 # Tips and Techniquies
 
 * [Tips on writing TestCase for OpenJPA](writing-test-cases-for-openjpa.html) 
&mdash; <SPAN class="smalltext">Tips on writing TestCase for OpenJPA</SPAN>     
                       
+* [Tips on Using Apache BuildBot for OpenJPA Documentation 
Build](buildbot.tips.n.techniques.html) &mdash; <SPAN class="smalltext">Tips on 
Using Apache BuildBot for OpenJPA Documentation Build</SPAN>                    
        
   


Reply via email to