From 667659b960bde7d0f5588e8a78c11c7e29748c667950961462f3cff6d0de7f91 Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Tue, 14 May 2024 09:19:00 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:microos:aeon/containment-tik-img-to-rpm?expand=0&rev=13 --- containment-tik-img-to-rpm | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/containment-tik-img-to-rpm b/containment-tik-img-to-rpm index 3729f7a..68e9e73 100644 --- a/containment-tik-img-to-rpm +++ b/containment-tik-img-to-rpm @@ -14,14 +14,23 @@ log() { echo "[tik-img-to-rpm] $@" } -log "DEBUG: ls /" -ls / +log "DEBUG: ls /usr/src/packages" +ls /usr/src/packages -log "DEBUG: ls ." -ls . +log "DEBUG: ls /usr/src/packages/KIWI" +ls /usr/src/packages/KIWI -log "DEBUG: cat /.buildenv" -cat /.buildenv +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"