Container packaging for Debian 11 Bullseye, CentOS 7 and CentOS 8

This commit is contained in:
Vitaliy Filippov
2020-11-10 00:02:53 +03:00
parent 4bd2bd48eb
commit b56f8820ec
6 changed files with 189 additions and 7 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ RUN set -e; \
echo qemu-5.1-vitastor.patch >> /root/build/qemu-buster/qemu-*/debian/patches/series; \
fi; \
cd /root/build/qemu-buster/qemu-*/; \
V=$(head -n1 debian/changelog | perl -pe 's/^.*\((.*?)(~bpo[\d\+]*)\).*$/$1/')~vitastor1; \
V=$(head -n1 debian/changelog | perl -pe 's/^.*\((.*?)(~bpo[\d\+]*)\).*$/$1/')+vitastor1; \
DEBFULLNAME="Vitaliy Filippov <vitalif@yourcmc.ru>" dch -D buster -v $V 'Plug Vitastor block driver'; \
DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage --jobs=auto; \
rm -rf /root/build/qemu-buster/qemu-*/