mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-05-03 13:51:53 +00:00
version bump for Debian stretch (set RELEASE=5.0)
Makefile: upload to "--dist stretch"
This commit is contained in:
parent
8add056b2c
commit
821cf643fe
4
Makefile
4
Makefile
@ -6,7 +6,7 @@ DOC_PACKAGE=pve-docs
|
|||||||
MEDIAWIKI_PACKAGE=pve-docs-mediawiki
|
MEDIAWIKI_PACKAGE=pve-docs-mediawiki
|
||||||
|
|
||||||
# also update debian/changelog
|
# also update debian/changelog
|
||||||
PKGREL=4
|
PKGREL=1
|
||||||
|
|
||||||
GITVERSION:=$(shell cat .git/refs/heads/master)
|
GITVERSION:=$(shell cat .git/refs/heads/master)
|
||||||
|
|
||||||
@ -216,7 +216,7 @@ $(MEDIAWIKI_DEB): pve-docs-mediawiki-import
|
|||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB}
|
upload: ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB}
|
||||||
tar cf - ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie
|
tar cf - ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch
|
||||||
|
|
||||||
.PHONY: update
|
.PHONY: update
|
||||||
update: clean
|
update: clean
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
pve-docs (5.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* version bump for Debian stretch (set RELEASE=5.0)
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Sat, 11 Mar 2017 08:04:15 +0100
|
||||||
|
|
||||||
pve-docs (4.4-4) unstable; urgency=medium
|
pve-docs (4.4-4) unstable; urgency=medium
|
||||||
|
|
||||||
* Document that Sys.Audit allows also to read cluster paramaters
|
* Document that Sys.Audit allows also to read cluster paramaters
|
||||||
|
Loading…
Reference in New Issue
Block a user