From 7cd8138df6997fdb4cadfd35b19076d62ccc6f01 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: May 27 2016 15:33:21 +0000 Subject: pull comps from pagure.io Signed-off-by: Dennis Gilmore --- diff --git a/twoweek-nightly.sh b/twoweek-nightly.sh index 7b2ac98..47327a3 100755 --- a/twoweek-nightly.sh +++ b/twoweek-nightly.sh @@ -48,8 +48,8 @@ send_fedmsg "${fedmsg_json_start}" ${DIST} start pushd $TMPDIR -git clone https://git.fedorahosted.org/git/comps.git && { - pushd comps +git clone https://pagure.io/fedora-comps.git && { + pushd fedora-comps make "${COMPSFILE}" cp "${COMPSFILE}" $DEST/ popd