예제 #1
0
 def getAllPackagePaths(self, pkgFilename):
     """
     retrives the package location if edge network location available
     and its local path.
     """
     log_debug(3, pkgFilename)
     return rhnPackage.get_all_package_paths(self.server_id, pkgFilename,
                                             self.channelName)
예제 #2
0
 def getAllPackagePaths(self, pkgFilename):
     """
     retrives the package location if edge network location available
     and its local path.
     """
     log_debug(3, pkgFilename)
     return rhnPackage.get_all_package_paths(self.server_id, pkgFilename,
                                             self.channelName)