buildsys: cleanup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2018-06-15 08:54:56 +02:00
parent 4268c95c19
commit a8f5ae8ddb

View File

@ -27,20 +27,16 @@ ${DEB}: | submodule
cp -a debian ${BUILDDIR}
cd ${BUILDDIR}; dpkg-buildpackage -rfakeroot -b -uc -us
#.PHONY: download
#download ${SRCDIR}:
# git submodule foreach 'git pull --ff-only origin master'
.PHONY: upload
upload: ${DEB}
tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pmg,pve --dist stretch
tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch
.PHONY: distclean
distclean: clean
.PHONY: clean
clean:
rm -rf *~ debian/*~ *.deb ${BUILDDIR} *.changes *.dsc *.buildinfo
rm -rf ${BUILDDIR} *.deb *.changes *.dsc *.buildinfo
.PHONY: dinstall
dinstall: deb