Ejemplo n.º 1
0
 def run(self):
     log.info("vsc_bdist_rpm = %s" % (self.__dict__))
     SHARED_TARGET['cmdclass']['egg_info'] = vsc_bdist_rpm_egg_info  # changed to allow removal of files
     SHARED_TARGET['cmdclass']['sdist'] = vsc_sdist_rpm  # changed to allow modification of shebangs
     self.run_command('egg_info')  # ensure distro name is up-to-date
     orig_bdist_rpm.run(self)
Ejemplo n.º 2
0
 def run(self):
     log.error("vsc_bdist_rpm = %s" % (self.__dict__))
     SHARED_TARGET['cmdclass']['egg_info'] = vsc_bdist_rpm_egg_info  # changed to allow removal of files
     self.run_command('egg_info')  # ensure distro name is up-to-date
     orig_bdist_rpm.run(self)