From: Mathias Klette Date: Wed, 16 May 2012 16:28:01 +0000 (+0200) Subject: more output X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=6647a48a1feb65396837ccefab2836b2b20f70e0;p=profitbricks%2Fjenkins-build-scripts.git more output --- diff --git a/debian_build.py b/debian_build.py index 27c31f7..e0733ee 100755 --- a/debian_build.py +++ b/debian_build.py @@ -256,7 +256,7 @@ if __name__ == '__main__': localname = GIT_BRANCH_NAME remotename = os.path.join('origin', GIT_BRANCH_NAME) try: - logger.debug('Reset and clean repository first:') + logger.info('Reset and clean repository.') gitcmd = git.Git('.') logger.debug( 'git reset --hard HEAD:\n%s' @@ -270,6 +270,8 @@ if __name__ == '__main__': 'git branch -D %s\n%s' %(localname,gitcmd.branch('-D','%s' %(localname))) ) + + logger.info('Checkout branch %s.' %(remotename)) logger.debug( 'git checkout -b %s %s:\n%s' %(