OBS-URL: https://build.opensuse.org/package/show/devel:microos:aeon/containment-tik-img-to-rpm?expand=0&rev=8
This commit is contained in:
parent
964d1d60ed
commit
0816c3acd0
@ -40,11 +40,14 @@ for f in ${img_dir}/*.raw.xz; do
|
||||
< ${spec_in} \
|
||||
> ${build_dir}/image.spec
|
||||
|
||||
log "DEBUG: image.spec"
|
||||
cat ${build_dir}/image.spec
|
||||
|
||||
touch ${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
|
||||
ln ${image} ${top_dir}/SOURCES
|
||||
ln ${f} ${top_dir}/SOURCES
|
||||
fi
|
||||
|
||||
# Make sure /usr/src/packages/* dirs exist
|
||||
|
Loading…
x
Reference in New Issue
Block a user