syncpkgd
index
/home/ftp/pub/other/pacman-tools/pacman-tools/syncpkgd/syncpkgd.py

 
Modules
       
base64
getopt
os
pickle
pwd
re
sha
signal
sys
time

 
Classes
       
Actions
Options
Syncpkgd

 
class Actions
     Methods defined here:
__init__(self, options)
get_todo(self, login, password, arch=None)
what's to be done? query function
report_result(self, login, password, pkg, exitcode, log=None)
report the build result of a package
request_build(self, login, password, pkg)
add a package to build. be careful, currently no way to undo it
request_conf(self)
request the up to date repo list
request_pkg(self, login, password, arch)
request a package to build. it's primitive, if the client
does not request a build after a build failure, the original
request will be lost
save(self)
who(self, login, password)
who is online? query function

 
class Options
     Methods defined here:
__init__(self)
usage(self, ret)

 
class Syncpkgd
     Methods defined here:
__init__(self, options)