From: Fabian Grünbichler Date: Tue, 30 May 2017 10:27:04 +0000 (+0200) Subject: build: correct upload target for Jessie X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=refs%2Fheads%2Fstable-4;hp=d0e02c0475dc44da2664ee4bdafb16ec4f9c0918;p=pve-ha-manager.git build: correct upload target for Jessie --- diff --git a/Makefile b/Makefile index 83b146c..fd23f4f 100644 --- a/Makefile +++ b/Makefile @@ -53,5 +53,5 @@ distclean: clean .PHONY: upload upload: ${DEB} ${SIMDEB} - tar cf - ${DEB} ${SIMDEB}|ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH} + tar cf - ${DEB} ${SIMDEB}|ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie --arch ${ARCH}