X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=Makefile;h=4e497b58f6f38aae951a33c8aa57ff016a106e7f;hp=618ca48c81725e661e2efe69d42ffdeb0df98c93;hb=3c5584e9bc73b92c4d9ea00a9106c9cff38293bc;hpb=fcd0059e961d5048007e2efef07dbee52d1d3419 diff --git a/Makefile b/Makefile index 618ca48..4e497b5 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +# overwriting below ensures that we can build without full PVE installed DGDIR=. ASCIIDOC_PVE=./asciidoc-pve @@ -6,7 +7,7 @@ DOC_PACKAGE=pve-docs MEDIAWIKI_PACKAGE=pve-docs-mediawiki # also update debian/changelog -PKGREL=2 +PKGREL=1 GITVERSION:=$(shell git rev-parse HEAD) @@ -217,7 +218,7 @@ mediawiki-install: pve-docs-mediawiki-import .PHONY: upload upload: ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB} - tar cf - ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch + tar cf - ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist buster .PHONY: update update: