Package portage :: Module gpg
[hide private]

Module gpg

source code

Classes [hide private]
  FileChecker
Functions [hide private]
 
fileStats(filepath) source code
Variables [hide private]
  GPG_BINARY = '/usr/bin/gpg'
  GPG_OPTIONS = ' --lock-never --no-random-seed-file --no-greeti...
  GPG_VERIFY_FLAGS = ' --verify '
  GPG_KEYDIR = ' --homedir \'%s\' '
  GPG_KEYRING = ' --keyring \'%s\' '
  UNTRUSTED = 0
  EXISTS = 1
  MARGINAL = 2
  TRUSTED = 3

Imports: os, copy, types, commands, portage, CommandNotFound, DirectoryNotFound, FileNotFound, InvalidData, InvalidDataType, InvalidSignature, MissingParameter, MissingSignature, PortageException, SecurityViolation


Variables Details [hide private]

GPG_OPTIONS

Value:
' --lock-never --no-random-seed-file --no-greeting --no-sig-cache '