]> git.proxmox.com Git - pve-installer.git/commitdiff
buildsys: do not copy test disk images over to build dir
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 13 Dec 2018 10:13:32 +0000 (11:13 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 13 Dec 2018 13:40:05 +0000 (14:40 +0100)
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 <t.lamprecht@proxmox.com>
Makefile

index a805b327f65171711eedfd443de6df4c61067c3d..09cf0a87370499aee165e77c98cd1130d8ad7a3e 100644 (file)
--- 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}