set dist to buster in upload target

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-04-06 12:23:15 +02:00
parent c8729e63db
commit 670f064019

View File

@ -52,7 +52,7 @@ dinstall: ${DEB}
.PHONY: upload
upload: ${DEB} ${DBG_DEB}
tar cf - ${DEB} ${DBG_DEB}| ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist stretch --arch ${DEB_BUILD_ARCH}
tar cf - ${DEB} ${DBG_DEB}| ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist buster --arch ${DEB_BUILD_ARCH}
.PHONY: distclean
distclean: clean