release_name = RELEASE_NAME release_short = RELEASE_SHORT release_version = RELEASE_VERSION release_is_layered = False product_id_allow_missing = True productimg = False koji_profile = 'compose_koji' create_jigdo = False # Wait for 60 * 20 seconds (20 minutes) for packages to sign. signed_packages_wait = 60 signed_packages_retries = 20 comps_file = { 'scm': 'git', 'repo': COMPS_REPO, 'branch': COMPS_BRANCH, 'file': COMPS_FILE, 'command': COMPS_COMMAND } variants_file = { "scm": "git", "repo": VARIANTS_REPO, "branch": VARIANTS_BRANCH, "file": VARIANTS_FILE, } extra_files = [ ("^.*$", { "*": EXTRA_FILES, }), ] # Needed for Kiwi image builds since they don't have access to /mnt/koji translate_paths = [ ('/mnt/koji/compose/', 'https://kojipkgs.fedoraproject.org/compose/'), ("/srv/odcs", "https://odcs.fedoraproject.org/composes"), ]