buildsys: upload to bullseye

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-11-26 12:58:26 +01:00
parent db85f0849f
commit 9abe2a0590

View File

@ -13,7 +13,6 @@ DEBS=${DEB} ${CT_DEB} ${HEADER_DEB}
BUILD_DIR=build
ARCH=amd64
DIST=buster
all: ${DEB}
@ -29,7 +28,7 @@ ${DEB}: debian
.PHONY: upload
upload: ${DEBS}
tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist ${DIST} --arch ${ARCH}
tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist bullseye --arch ${ARCH}
clean:
rm -rf ${BUILD_DIR} *.deb *.buildinfo *.changes