]> git.proxmox.com Git - pve-installer.git/commitdiff
bump version to 5.0-10
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 21 Nov 2017 07:05:16 +0000 (08:05 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 21 Nov 2017 07:05:16 +0000 (08:05 +0100)
Makefile
debian/changelog

index 24a476794e253fd647d3bd6f82bb077aa24917dd..578b436bd0c46cc7933a7d17e5173c524ecce3a6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 PKGVER=5.0
-PKGREL=8
+PKGREL=10
 
 PVE_DEB=pve-installer_${PKGVER}-${PKGREL}_all.deb
 PMG_DEB=pmg-installer_${PKGVER}-${PKGREL}_all.deb
@@ -51,7 +51,7 @@ install: ${INSTALLER_SOURCES} ${HTML_COMMON_SOURCES} ${HTML_SOURCES}
 
 .phony: upload
 upload: ${PVE_DEB}
-       tar cf - ${PVE_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch
+       tar cf - ${PVE_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch
 
 test.img:
        dd if=/dev/zero of=test.img bs=2048 count=1M
index 7c340ddb8f0f4b8eafbcb5df3d499679c9f93c62..7c764022a2bf409857fa23746e1fc44d7fc77a30 100644 (file)
@@ -1,3 +1,11 @@
+pve-installer (5.0-10) unstable; urgency=medium
+
+  * bump version for testing
+
+  * implement proxmox mail gateway installation
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 21 Nov 2017 08:05:02 +0100
+
 pve-installer (5.0-8) unstable; urgency=medium
 
   * add support for multiple products (pve, pmg)