Exemplo n.º 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.")
Exemplo n.º 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.")
Exemplo n.º 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.")
Exemplo n.º 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.")
Exemplo n.º 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.")