示例#1
0
文件: rosrelease.py 项目: 130s/bloom
 def pre_rebase(self, destination):
     name = destination.split('/')[-1]
     return ReleaseGenerator.pre_rebase(
         self, destination,
         "Releasing package '{0}' for '{1}' to: '{2}'".format(
             name, self.rosdistro, destination
         )
     )
示例#2
0
 def pre_rebase(self, destination):
     name = destination.split('/')[-1]
     return ReleaseGenerator.pre_rebase(
         self, destination,
         "Releasing package '{0}' for '{1}' to: '{2}'".format(
             name, self.rosdistro, destination
         )
     )