From: Thomas Lamprecht Date: Thu, 13 Dec 2018 10:13:32 +0000 (+0100) Subject: buildsys: do not copy test disk images over to build dir X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=bf1de87875ace87c2cbb8c424ab3eaa291db4fe3;p=pve-installer.git buildsys: do not copy test disk images over to build dir this is unecessary and rsycn does no sparse copy if the --sparse option is not passed. As I want to introduce easier testing with multiple disks this helps alot in reducing test setup and package build time. Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index a805b32..09cf0a8 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ country.dat: country.pl deb: ${DEBS} ${DEBS}: ${INSTALLER_SOURCES} ${HTML_COMMON_SOURCES} ${HTML_SOURCES} - rsync -a * build + rsync --exclude='test*.img' -a * build cd build; dpkg-buildpackage -b -us -uc lintian -X man ${PVE_DEB} lintian -X man ${PMG_DEB}