]> git.proxmox.com Git - pve-http-server.git/blobdiff - Makefile
buildsys: switch upload dist over to buster
[pve-http-server.git] / Makefile
index 46573b6f5d070c1ba6ab8bf26535713abda3a08c..6e498d9973fff634f7ffe9ea03ace47f31515d38 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -80,14 +80,14 @@ install: ${BTDATA}
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch
+       tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster
 
 .PHONY: clean distclean
 distclean: clean
        rm -f examples/simple-demo.pem
 
 clean:
-       rm -rf ./build *.deb *.changes *.buildinfo ${BTDIR} examples/simple-demo.lck
+       rm -rf ${PACKAGE}-*/ *.deb *.changes *.buildinfo ${BTDIR} examples/simple-demo.lck
        find . -name '*~' -exec rm {} ';'
 
 .PHONY: dinstall