From db82e6c761518b1f48551b6d01e597dbf5c1b688 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Apr 26 2018 23:44:22 +0000 Subject: fedora-atomic: don't make compsfile in script This is done by pungi for us now. See [1] [1] https://pagure.io/pungi-fedora/blob/5f99504deaea19b24b22a59ec726aac91ae9cb42/f/fedora-atomic.conf#_12-18 Signed-off-by: Dusty Mabe --- diff --git a/twoweek-nightly.sh b/twoweek-nightly.sh index 401743c..65df9b5 100755 --- a/twoweek-nightly.sh +++ b/twoweek-nightly.sh @@ -40,14 +40,6 @@ FEDMSG_CERTPREFIX="releng" . ./releng/scripts/fedmsg-functions.sh # Announce that we are starting... send_fedmsg "${fedmsg_json_start}" ${RELEASE} start -pushd $TMPDIR -git clone https://pagure.io/fedora-comps.git && { - pushd fedora-comps - make "${COMPSFILE}" - cp "${COMPSFILE}" $DEST/ - popd -} -popd CMD="pungi-koji --notification-script=/usr/bin/pungi-fedmsg-notification --config=$CONFIG --old-composes=$TARGET_DIR $OLD_COMPOSES_DIR $NIGHTLY --label=$LABEL" if [ -z "$COMPOSE_ID" ]; then CMD="$CMD --target-dir=$TARGET_DIR"