예제 #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
         )
     )