]> git.proxmox.com Git - pve-container.git/commitdiff
bump version to 2.0-4
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 16 Mar 2017 11:58:18 +0000 (12:58 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 16 Mar 2017 11:58:18 +0000 (12:58 +0100)
Makefile
debian/changelog

index c61918c15adddccfbb0220db2ef1988892aad441..40b3ff140ebd0d271a71b0e37b9bb15d3339e73f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=2.0
 PACKAGE=pve-container
-PKGREL=3
+PKGREL=4
 
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
@@ -36,4 +36,4 @@ distclean: clean
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch
+       tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch
index d2ca1e6d315dd8addc6d01982a8a532dece6a13e..75a8c70b9e306c1798600b6d9fd33308374a1e4b 100644 (file)
@@ -1,3 +1,9 @@
+pve-container (2.0-4) unstable; urgency=medium
+
+  * add console fix for debian containers using systemd
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 16 Mar 2017 12:57:05 +0100
+
 pve-container (2.0-3) unstable; urgency=medium
 
   * don't try to create the deprecated rsa1 ssh keys