Richard Brown 2024-05-10 13:19:43 +00:00 committed by Git OBS Bridge
parent 964d1d60ed
commit 0816c3acd0

View File

@ -40,11 +40,14 @@ for f in ${img_dir}/*.raw.xz; do
< ${spec_in} \ < ${spec_in} \
> ${build_dir}/image.spec > ${build_dir}/image.spec
log "DEBUG: image.spec"
cat ${build_dir}/image.spec
touch ${build_dir}/image.changes touch ${build_dir}/image.changes
# Local builds have the file already in place, that's not true on IBS # Local builds have the file already in place, that's not true on IBS
if [ ! -f ${top_dir}/SOURCES/${image} ]; then if [ ! -f ${top_dir}/SOURCES/${image} ]; then
ln ${image} ${top_dir}/SOURCES ln ${f} ${top_dir}/SOURCES
fi fi
# Make sure /usr/src/packages/* dirs exist # Make sure /usr/src/packages/* dirs exist