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] $@"
|
||||
}
|
||||
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user