From 0c53aa8418709b921687641fd4cc58df8cd4a570 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 17 Nov 2016 08:48:58 -0600 Subject: [PATCH] Atomic: Don't skip phases we now need now that we are building the cloud variant every compose we need to not skip some phases Signed-off-by: Dennis Gilmore --- twoweek-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twoweek-nightly.sh b/twoweek-nightly.sh index bf95595..330dfa7 100755 --- a/twoweek-nightly.sh +++ b/twoweek-nightly.sh @@ -6,7 +6,7 @@ CONFIG="fedora-atomic.conf" TARGET_DIR="/mnt/koji/compose/twoweek" #OLD_COMPOSES_DIR="--old-composes=/mnt/fedora_koji/compose/f23 --old-composes=$TARGET_DIR" NIGHTLY="--nightly" -SKIP_PHASES="--skip-phase=productimg --skip-phase=pkgset --skip-phase=gather --skip-phase=extra_files --skip-phase=creatrepo" +SKIP_PHASES="--skip-phase=productimg --skip-phase=extra_files" DEST=$(pwd) DATE=$(date "+%Y%m%d") DIST="25"