Пример #1
0
 def run(self, name, command, args='', proc=False, chroot=True,
         keeprunning=False):
     tname = 'trait-%s-%s' % (self._current_trait_, name)
     self.log.info('running %s' % tname)
     Installer.run(self, tname, command, args=args, proc=proc,
                   chroot=chroot,
                   keeprunning=keeprunning)
Пример #2
0
 def run(self, name, command, args="", proc=False, chroot=True, keeprunning=False):
     tname = "trait-%s-%s" % (self._current_trait_, name)
     Installer.run(self, tname, command, args=args, proc=proc, chroot=chroot, keeprunning=keeprunning)