|
|
|
|
|
no_op(self)
This is so the client can tell if the satellite supports session
tokens or not. |
source code
|
|
|
|
uploadPackageInfo(self,
username,
password,
info)
Upload a collection of binary packages. |
source code
|
|
|
|
| uploadPackageInfoBySession(self,
session_string,
info) |
source code
|
|
|
|
|
|
|
uploadSourcePackageInfo(self,
username,
password,
info)
Upload a collection of source packages. |
source code
|
|
|
|
| uploadSourcePackageInfoBySession(self,
session_string,
info) |
source code
|
|
|
|
| _uploadSourcePackageInfo(self,
authobj,
info) |
source code
|
|
|
|
| listChannelSource(self,
channelList,
username,
password) |
source code
|
|
|
|
| listChannelSourceBySession(self,
channelList,
session_string) |
source code
|
|
|
|
| _listChannelSource(self,
authobj,
channelList) |
source code
|
|
|
|
listChannel(self,
channelList,
username,
password)
List packages of a specified channel. |
source code
|
|
|
|
| listChannelBySession(self,
channelList,
session_string) |
source code
|
|
|
|
|
|
|
listChannelChecksum(self,
channelList,
username,
password)
List packages of a specified channel. |
source code
|
|
|
|
| listChannelChecksumBySession(self,
channelList,
session_string) |
source code
|
|
|
|
| _listChannelChecksum(self,
authobj,
channelList) |
source code
|
|
|
|
login(self,
username,
password)
This function that takes in the username and password and returns a
session string if they are correct. |
source code
|
|
|
|
check_session(self,
session)
Checks a session string to make sure it is authentic expired. |
source code
|
|
|
|
|
|
|
test_new_login(self,
username,
password,
session=None)
rhnpush's --extended-test will call this function. |
source code
|
|
|
|
test_check_session(self,
session)
rhnpush's --extended-test will call this function. |
source code
|
|
|
|
listMissingSourcePackages(self,
channelList,
username,
password)
List source packages for a list of channels. |
source code
|
|
|
|
| listMissingSourcePackagesBySession(self,
channelList,
session_string) |
source code
|
|
|
|
| _listMissingSourcePackages(self,
authobj,
channelList) |
source code
|
|
|
|
channelPackageSubscription(self,
username,
password,
info)
Uploads an RPM package. |
source code
|
|
|
|
| channelPackageSubscriptionBySession(self,
session_string,
info) |
source code
|
|
|
|
| _channelPackageSubscription(self,
authobj,
info) |
source code
|
|
|
|
getAnyChecksum(self,
info,
username=None,
password=None,
session=None,
is_source=0)
returns checksum info of available packages also does an existance
check on the filesystem. |
source code
|
|
|
|
| getPackageChecksum(self,
username,
password,
info) |
source code
|
|
|
|
|
|
|
| getPackageChecksumBySession(self,
session_string,
info) |
source code
|
|
|
|
| getPackageMD5sumBySession(self,
session_string,
info) |
source code
|
|
|
|
| _getPackageChecksum(self,
org_id,
pkg_infos) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
| getSourcePackageChecksum(self,
username,
password,
info) |
source code
|
|
|
|
| getSourcePackageMD5sum(self,
username,
password,
info) |
source code
|
|
|
|
| getSourcePackageChecksumBySession(self,
session_string,
info) |
source code
|
|
|
|
| getSourcePackageMD5sumBySession(self,
session_string,
info) |
source code
|
|
|
|
|
|
Inherited from spacewalk.common.RPC_Base.RPC_Base:
get_function
|