]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commit
debian_buid.py: reset new_tag when build with autoincrement
authorMathias Klette <mathias.klette@profitbricks.com>
Mon, 24 Jun 2013 11:42:33 +0000 (13:42 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Mon, 24 Jun 2013 11:42:33 +0000 (13:42 +0200)
commitee9f3d198691e87b3b24ce8c3fd29dbba27dca55
tree187f21d423fb9e8cb6a5c98e92e81851e0be8695
parente5cf3b5af8172aefd257470eab6da3b6e3086958
debian_buid.py: reset new_tag when build with autoincrement

let's assume this:
- user changes files but not version in changelog and commits
- call_jenkins accepts and triggers build
- debian_build.py figures out version / tag to create from changelog
- debian_build.py will incrase version number and pushes new HEAD back to origin
- call_jenkins will not push trigger another jenkins call
- debian_build.py will build with the new version
- tagging must happen when build was successful BUT with the new version number
  instead of the one gathered in the very first beginning of the script
debian_build.py