From: Robin Wittler Date: Tue, 9 Aug 2011 15:53:40 +0000 (+0200) Subject: add debug msg X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=eb42e38819623e09ae3658edc920636b0e6936e3;p=profitbricks%2Fjenkins-build-scripts.git add debug msg --- diff --git a/build.py b/build.py index 90bfd33..44a064e 100755 --- a/build.py +++ b/build.py @@ -338,6 +338,11 @@ if __name__ == '__main__': ) logger.info('debian/changelog written') + cmd = ['/usr/bin/git', 'add', '-A'] + subprocess.check_call(cmd) + cmd = ['/usr/bin/git', 'commit', '-a', '-m', 'add changelog'] + subprocess.check_call(cmd) + if not GIT_COMMITTER_EMAIL: for commit in repo.commits(): if commit.id == GIT_NEW_ID: