From 0944f8efa370f5c197d22cf971b8deb1d1679ea4 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Oct 09 2017 15:13:51 +0000 Subject: use the fedora-atomic-host.json file for ostree creation The json file was renamed 3 months ago in https://pagure.io/fedora-atomic/c/37947d2ba42b073d50184ad6016600c815efdc1a?branch=master so point at the file that exists now. Signed-off-by: Dennis Gilmore --- diff --git a/scripts/build-test-ostree b/scripts/build-test-ostree index 788c3d1..449ece9 100755 --- a/scripts/build-test-ostree +++ b/scripts/build-test-ostree @@ -18,7 +18,7 @@ for arch in x86_64 aarch64 armhfp ppc64le do ARCHLOG=$COMPOSEDIR/logs/$DATE/$arch/ mkdir $ARCHLOG - compose-koji runroot --new-chroot --use-shell --task-id --channel-override=compose --package=pungi --package=ostree --package=rpm-ostree --mount=/mnt/koji/compose/cd/ --mount=/mnt/koji/atomic-cd/ $TARGET $arch "rm -f /var/lib/rpm/__db*; rm -rf /var/cache/yum/*; set -x; pungi-make-ostree tree --log-dir=$ARCHLOG --treefile=/mnt/koji/compose/cd/fedora-atomic/fedora-atomic-docker-host.json --repo=/mnt/koji/atomic-cd/" >$ARCHLOG/koji-task.log + compose-koji runroot --new-chroot --use-shell --task-id --channel-override=compose --package=pungi --package=ostree --package=rpm-ostree --mount=/mnt/koji/compose/cd/ --mount=/mnt/koji/atomic-cd/ $TARGET $arch "rm -f /var/lib/rpm/__db*; rm -rf /var/cache/yum/*; set -x; pungi-make-ostree tree --log-dir=$ARCHLOG --treefile=/mnt/koji/compose/cd/fedora-atomic/fedora-atomic-host.json --repo=/mnt/koji/atomic-cd/" >$ARCHLOG/koji-task.log done # keep only the last weeks worth of ostree commits