Package backend :: Package upload_server :: Package handlers :: Package package_push :: Module package_push :: Class PackagePush
[hide private]
[frames] | no frames]

Class PackagePush

source code


Instance Methods [hide private]
 
__init__(self, req) source code
 
headerParserHandler(self, req)
This whole function is ugly as hell.
source code
 
handler(self, req) source code

Inherited from spacewalk.server.basePackageUpload.BasePackageUpload: cleanupHandler, logHandler

Static Methods [hide private]
 
_send_package_diff(req, diff_level, diff) source code
 
get_auth_token(value) source code
Method Details [hide private]

__init__(self, req)
(Constructor)

source code 
Overrides: spacewalk.server.basePackageUpload.BasePackageUpload.__init__

headerParserHandler(self, req)

source code 

This whole function is ugly as hell. The Auth field in the header used to be required, but now it must have either the Auth field or the Auth-Session field.

Overrides: spacewalk.server.basePackageUpload.BasePackageUpload.headerParserHandler
(inherited documentation)

handler(self, req)

source code 
Overrides: spacewalk.server.basePackageUpload.BasePackageUpload.handler