]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
build: correct upload target for Jessie stable-4
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 30 May 2017 10:27:04 +0000 (12:27 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 30 May 2017 10:27:04 +0000 (12:27 +0200)
Makefile

index 83b146c9371f9d8ba477e2025a7cd0d12bbd7e7f..fd23f4fff0c806afa00ed887d0b136274df13148 100644 (file)
--- 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}