diff bitten/slave.py @ 57:ef78d71667ad

Added simple helper class for executing commandline programs.
author cmlenz
date Mon, 27 Jun 2005 11:19:54 +0000
parents 033366d81def
children 055a6c666fa8
line wrap: on
line diff
--- a/bitten/slave.py
+++ b/bitten/slave.py
@@ -108,7 +108,7 @@
             # Unpack the archive
             prefix = archive.unpack(archive_path, workdir)
             path = os.path.join(workdir, prefix)
-            logging.info('Unpacked snapshot to %s' % path)
+            logging.debug('Unpacked snapshot to %s' % path)
 
             # Fix permissions
             for root, dirs, files in os.walk(workdir, topdown=False):
@@ -134,7 +134,6 @@
                 for function, args in step:
                     logging.debug('Executing command "%s"', function)
                     function(recipe.basedir, **args)
-
                 xml = xmlio.Element('step', id=step.id, result='success',
                                     description=step.description)
                 self.channel.send_ans(msgno, beep.MIMEMessage(xml))
Copyright (C) 2012-2017 Edgewall Software