]> git.proxmox.com Git - pmg-log-tracker.git/commitdiff
set dist to buster in upload target
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 6 Apr 2020 10:23:15 +0000 (12:23 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 6 Apr 2020 10:23:15 +0000 (12:23 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Makefile

index 1e6b2daea806eeb987c9c0d7a5099780f9eb8046..af9346601a0ed0ad02ae5cee79dcae7e3ed1aa94 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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