X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=4e497b58f6f38aae951a33c8aa57ff016a106e7f;hb=a6c4e7fa9ae14cf2e34baa8febdc9b7ff672d389;hp=c3c99e710c5e16583e6ed5de0cdb66106a017428;hpb=27d024e6335a2073d36e290bbef32fe48df76cd7;p=pve-docs.git diff --git a/Makefile b/Makefile index c3c99e7..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=3 +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: