1
0
Richard Brown 2024-05-14 08:55:32 +00:00 committed by Git OBS Bridge
parent 16ceef5c17
commit 6e33bf824e
2 changed files with 16 additions and 9 deletions

View File

@ -14,6 +14,16 @@ log() {
echo "[tik-img-to-rpm] $@"
}
log "DEBUG: ls /"
ls /
log "DEBUG: ls ."
ls .
log "DEBUG: cat /.buildenv"
cat /.buildenv
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

View File

@ -15,23 +15,21 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
# norootforbuild
Name: containment-tik-img-to-rpm
Version: 1.0
Release: 0
Summary: OBS Post check for containing tik-osimage-* images in RPM
Summary: OBS Post check for containing tik-osimage-* images in RPM
License: MIT
Source: containment-tik-img-to-rpm
Source1: image.spec.in
Source1: image.spec.in
BuildRequires: filesystem
BuildArch: noarch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: jq
Requires: gawk
Requires: coreutils
Conflicts: containment-rpm
Requires: gawk
Requires: jq
Conflicts: containment-rpm
%description
OBS Post check for containing tik-osimage-* images in RPM
@ -52,4 +50,3 @@ install -m 644 %{SOURCE1} %{buildroot}/usr/lib/build/
%{_prefix}/lib/build/image.spec.in
%changelog