Package coprs :: Module constants
[hide private]
[frames] | no frames]

Module constants

source code

Variables [hide private]
  INTEL_ARCHES = ['i386', 'x86_64']
  DEFAULT_ARCHES = ['i386', 'x86_64']
  CHROOTS = {'fedora-16': DEFAULT_ARCHES, 'fedora-17': DEFAULT_A...
  ITEMS_PER_PAGE = 10
  PAGES_URLS_COUNT = 5
  DEFAULT_BUILD_MEMORY = 2048
  MIN_BUILD_MEMORY = 2048
  MAX_BUILD_MEMORY = 4096
  DEFAULT_BUILD_TIMEOUT = 1800
  MIN_BUILD_TIMEOUT = 180
  MAX_BUILD_TIMEOUT = 36000
Variables Details [hide private]

CHROOTS

Value:
{'fedora-16': DEFAULT_ARCHES, 'fedora-17': DEFAULT_ARCHES, 'fedora-18'\
: DEFAULT_ARCHES, 'fedora-rawhide': DEFAULT_ARCHES, 'epel-5': DEFAULT_\
ARCHES, 'epel-6': DEFAULT_ARCHES,}