From ec9887745eac6c7fa22c1c981c87d9c99825e2bc Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Aug 28 2023 08:14:38 +0000 Subject: do-run.sh: Set f39 as base OS for default run * do-run.sh: Set f39 as the base OS for default run. Signed-off-by: Dodji Seketeli --- diff --git a/do-run.sh b/do-run.sh index 65dce5f..94e6b9c 100755 --- a/do-run.sh +++ b/do-run.sh @@ -4,7 +4,7 @@ # Please adapt it as you wish ABIGAIL_DIR=${ABIGAIL_DIR:=~/git/libabigail/fixes} -PACKAGES_SET=${PACKAGES_SET:=package-list.fedora38-base-non-reg.json} +PACKAGES_SET=${PACKAGES_SET:=package-list.fedora39-base-non-reg.json} OUPUT_DIR=${OUTPUT_DIR:=output} if test x$OUTPUT_FILE = x; then