Friday, June 29, 2012

Skip search for *.source bundles during Buckminster materialization

Need to add this advisorNode to CQUERY:
  1. <cq:advisornode namepattern="^.*\.source$" skipcomponent="true">  
  2. </cq:advisornode>  

Thursday, June 14, 2012

Cannot choose buckminster build step in Jenkins

There is a bug in buckminster plugin for Jenkins where when choosing buckminster as build step, nothing happens - drop down does not expand. This bug explains cause and solution which probably will be fixed.

Wednesday, June 6, 2012

Find exact revision at which svn branch was cut

  1. svn log -v -r0:HEAD --stop-on-copy --limit 1  

Blogger Syntax Highliter