|
|
|
|
|
|
|
checkheader(headerfile,
name,
arch)
check a header by opening it and comparing the results to the name
and arch we believe it to be for. |
source code
|
|
|
checkRpmMD5(package,
urlgraberror=0)
take a package, check it out by trying to open it, return 1 if its
good return 0 if it's not |
source code
|
|
|
checkSig(package)
take a package, check it's sigs, return 0 if they are all fine,
return 1 if the gpg key can't be found, 2 if the header is in
someway damaged, 3 if the key is not trusted, 4 if the pkg is not gpg
or pgp signed |
source code
|
|
|
getSigInfo(hdr)
checks if a computerhand back signature information and an error code |
source code
|
|
|
|
|
|
|
|
|
|
|
_gzipOpen(filename,
mode=' rb ' ,
compresslevel=9) |
source code
|
|