forked from pool/containment-tik-img-to-rpm
This commit is contained in:
parent
e494d4ec50
commit
20671440b0
@ -43,9 +43,6 @@ for f in ${img_dir}/*.raw.xz; do
|
||||
cp /.build-srcdir/*.changes ${build_dir}/image.changes
|
||||
${build_dir}/changelog2spec --target rpm --file ${build_dir}/image.changes >> ${build_dir}/image.spec
|
||||
|
||||
log "DEBUG: cat ${build_dir}/image.spec"
|
||||
cat ${build_dir}/image.spec
|
||||
|
||||
# Local builds have the file already in place, that's not true on IBS
|
||||
if [ ! -f ${top_dir}/SOURCES/${image} ]; then
|
||||
ln ${f} ${top_dir}/SOURCES
|
||||
|
Loading…
Reference in New Issue
Block a user