diff --git a/fedora.conf b/fedora.conf index ca0bd78..b044dca 100644 --- a/fedora.conf +++ b/fedora.conf @@ -6,12 +6,13 @@ release_is_layered = False # GENERAL SETTINGS bootable = True -comps_file = 'comps-rawhide.xml' #{ -# 'scm': 'git', -# 'repo': 'https://pagure.io/fedora-comps.git', -# 'branch': None, # defaults to cvs/HEAD or git/master -# 'file': 'comps-f23.xml', -#} +comps_file = { + 'scm': 'git', + 'repo': 'https://pagure.io/fedora-comps.git', + 'branch': 'master', + 'file': 'comps-rawhide.xml', + 'command': 'make comps-rawhide.xml' +} variants_file='variants-fedora.xml' sigkeys = ['9DB62FB1'] diff --git a/nightly.sh b/nightly.sh index 6000777..b7eb070 100755 --- a/nightly.sh +++ b/nightly.sh @@ -46,14 +46,14 @@ FEDMSG_CERTPREFIX="releng" fedmsg_json_start=$(printf '{"log": "start", "branch": "%s", "arch": "%s"}' "$BRANCHED" "$ARCH") send_fedmsg "${fedmsg_json_start}" ${DIST} start -pushd $TMPDIR -git clone https://pagure.io/fedora-comps.git && { - pushd fedora-comps - make "${COMPSFILE}" - cp "${COMPSFILE}" $DEST/ - popd -} -popd +#pushd $TMPDIR +#git clone https://pagure.io/fedora-comps.git && { +# pushd fedora-comps +# make "${COMPSFILE}" +# cp "${COMPSFILE}" $DEST/ +# popd +#} +#popd #./releng/scripts/block_retired.py --profile compose_koji ./releng/scripts/block_retired.py --profile compose_koji --namespace=docker