]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
pretty as it can be it seems
authorHolger Levsen <holger@layer-acht.org>
Thu, 1 Sep 2011 17:38:44 +0000 (19:38 +0200)
committerHolger Levsen <holger@layer-acht.org>
Thu, 1 Sep 2011 17:38:44 +0000 (19:38 +0200)
build.py

index ae3ccf2c9f101d4c0e4c779b57af944d93822b95..78a258ba6dc62fd56fce693c5ac7b518c36b4cd4 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -283,6 +283,7 @@ if __name__ == '__main__':
     fh.close()
 
     if options.distribution in ('unstable', 'experimental'):
+
         daily_date = datetime.datetime.now().strftime('%Y%m%d%H%M%S')
         version = '%s~%s' %(pb_version, daily_date)
         os.unlink('debian/changelog')
@@ -306,7 +307,6 @@ if __name__ == '__main__':
         #        git_log.stdout.readlines()
         #)
 
-
         cmd = [
                 '/usr/bin/dch',
                 '--create',
@@ -322,7 +322,7 @@ if __name__ == '__main__':
         #        '%s' %(git_log_output)
         #        '%s' %(''.join(git_log.stdout.read()))
 
-        logger.debug('Trying to call: %s' %(cmd))
+        logger.debug('Trying to call: %s' %(cmd))      
 
         dch = subprocess.Popen(
                 cmd,