Example #1
0
 def getSourcePackagePath(self, _pkgFilename):
     """Returns the path to a package.
        OVERLOAD this in server and proxy rhnRepository.
        I.e.: they construct the path differently.
     """
     # pylint: disable=R0201
     raise rhnException("This function should be overloaded.")
Example #2
0
 def getSourcePackagePath(self, _pkgFilename):
     """Returns the path to a package.
        OVERLOAD this in server and proxy rhnRepository.
        I.e.: they construct the path differently.
     """
     # pylint: disable=R0201
     raise rhnException("This function should be overloaded.")
Example #3
0
 def getPackagePathNVRA(_nvra):
     """OVERLOAD this in server and proxy rhnRepository.
        I.e.: they construct the path differently.
     """
     raise rhnException("This function should be overloaded.")
Example #4
0
 def getPackagePathNVRA(_nvra):
     """OVERLOAD this in server and proxy rhnRepository.
        I.e.: they construct the path differently.
     """
     raise rhnException("This function should be overloaded.")
Example #5
0
 def getPackagePath(self, pkgFilename, redirect=0):
     """Returns the path to a package.
        OVERLOAD this in server and proxy rhnRepository.
        I.e.: they construct the path differently.
     """
     raise rhnException("This function should be overloaded.")