]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commit
use a real git.Repo().commit() object
authorMathias Klette <mathias.klette@profitbricks.com>
Wed, 22 May 2013 09:13:48 +0000 (11:13 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Wed, 22 May 2013 09:13:48 +0000 (11:13 +0200)
commite9eed39d24a6fb1e9fbce164d608912892b305a9
treedbb9eb3fe26ba0b63da0addcd1a8db7b02da63c3
parente7a7be4dd1eefa1557e07ac7f3cc20f174a7288a
use a real git.Repo().commit() object

as preparation for vdc-bundles-integration scheme:
requirements define to evaluate commit message for different triggers:
* [merge]: integrate all commits of currently committing branch into
           'integration'-branch by using 'rebase'
* [no-test]: package build should not run any tests

according to documentation, http://goo.gl/kS1rB,
* [no-test] will be ignored if [merge] is also given in the commit message
* [no-test] will be ignored for 'integration' branch at all - it must run the
            full set of tests!

we can access the commit message like this:

  >>> curr_commit.message
  <<< u'test commit\n'
debian_build.py