]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commit
lib/git_buildpackage.py: Fix build failure caused by calling clean target.
authorBenjamin Drung <benjamin.drung@profitbricks.com>
Mon, 9 Dec 2013 08:28:52 +0000 (09:28 +0100)
committerBenjamin Drung <benjamin.drung@profitbricks.com>
Mon, 9 Dec 2013 08:28:52 +0000 (09:28 +0100)
commit681239fe03ab6f2f4f91f35368199ad9e7dd4880
tree2d0f469ac2dcfcf93a5092d9744663f828c15094
parentfde866c15ba06e8bf51f5a3be623e9666672f9e4
lib/git_buildpackage.py: Fix build failure caused by calling clean target.

We do want to let dpkg-buildpackage call the clean target, because
it can fail if we do not have all build dependencies installed.
Instead we make sure that the git checkout is clean and the clean
target will be called inside the pbuilder chroot (after the
installation of the build dependencies).
lib/git_buildpackage.py