From 020d1fc78cc56f328e9c45dc066ec921482440bf Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 24 May 2019 11:13:19 +0200 Subject: [PATCH] Revert "buildsys: switch upload dist over to buster" this was intended for the master branch, argh.. This reverts commit bdbccd235a9f1c73c6d7b97e62e9489802b16f33. Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 736c141..2c0ab01 100644 --- a/Makefile +++ b/Makefile @@ -101,4 +101,4 @@ distclean: clean .PHONY: upload upload: ${DEBS} - tar -cf - ${DEBS} | ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster --arch amd64 + tar -cf - ${DEBS} | ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch --arch amd64