]> git.proxmox.com Git - pve-firewall.git/blobdiff - Makefile
buildsys: update upload target
[pve-firewall.git] / Makefile
index 7ad7e331e760c605748ab41bf15e90afc2162fef..aa4402f4dac4f789793204543f9feba8692eb922 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,8 @@ dinstall: deb
 
 .PHONY: deb
 deb: ${DEB}
-${DEB}: check
+${DEB}: src test debian
+       make check
        rm -rf build
        rsync -a src/ build
        rsync -a debian/ build/debian
@@ -50,4 +51,4 @@ distclean: clean
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
+       tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH}