From 821c35af2086ac598f58cd5982813903cf855ec669ccc6365f48a033d486cbcb Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Tue, 14 May 2024 09:34:22 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:microos:aeon/containment-tik-img-to-rpm?expand=0&rev=14 --- containment-tik-img-to-rpm | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/containment-tik-img-to-rpm b/containment-tik-img-to-rpm index 68e9e73..9fdfe55 100644 --- a/containment-tik-img-to-rpm +++ b/containment-tik-img-to-rpm @@ -14,25 +14,6 @@ log() { echo "[tik-img-to-rpm] $@" } -log "DEBUG: ls /usr/src/packages" -ls /usr/src/packages - -log "DEBUG: ls /usr/src/packages/KIWI" -ls /usr/src/packages/KIWI - -log "DEBUG: ls /usr/src/packages/SOURCES" -ls /usr/src/packages/SOURCES - -log "DEBUG: ls /usr/src" -ls /usr/src - -log "DEBUG: ls /usr/lib/build" -ls /usr/lib/build - -log "DEBUG: ls /.build-srcdir" -ls /.build-srcdir - - log "Check for tik-osimage-*.raw.xz in KIWI output directory" if ! ls ${img_dir}/tik-osimage-*.raw.xz; then log "No tik-osimage found" && exit 0 @@ -58,8 +39,11 @@ for f in ${img_dir}/*.raw.xz; do -e "s@__OS_NAME__@${os_name}@g" \ < ${spec_in} \ > ${build_dir}/image.spec + + log "DEBUG: cat /.build-srcdir/*.changes" + cat /.build-srcdir/*.changes - touch ${build_dir}/image.changes + cp /.build-srcdir/*.changes ${build_dir}/image.changes # Local builds have the file already in place, that's not true on IBS if [ ! -f ${top_dir}/SOURCES/${image} ]; then