forked from pool/containment-tik-img-to-rpm
This commit is contained in:
parent
6e33bf824e
commit
667659b960
@ -14,14 +14,23 @@ log() {
|
|||||||
echo "[tik-img-to-rpm] $@"
|
echo "[tik-img-to-rpm] $@"
|
||||||
}
|
}
|
||||||
|
|
||||||
log "DEBUG: ls /"
|
log "DEBUG: ls /usr/src/packages"
|
||||||
ls /
|
ls /usr/src/packages
|
||||||
|
|
||||||
log "DEBUG: ls ."
|
log "DEBUG: ls /usr/src/packages/KIWI"
|
||||||
ls .
|
ls /usr/src/packages/KIWI
|
||||||
|
|
||||||
log "DEBUG: cat /.buildenv"
|
log "DEBUG: ls /usr/src/packages/SOURCES"
|
||||||
cat /.buildenv
|
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"
|
log "Check for tik-osimage-*.raw.xz in KIWI output directory"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user