コード例 #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.")
コード例 #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.")
コード例 #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.")
コード例 #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.")
コード例 #5
0
ファイル: rhnRepository.py プロジェクト: bjmingyang/spacewalk
 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.")