mirror of
https://git.proxmox.com/git/proxmox-mailgateway
synced 2025-05-29 20:34:49 +00:00
buildsys: upload to bullseye
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
db85f0849f
commit
9abe2a0590
3
Makefile
3
Makefile
@ -13,7 +13,6 @@ DEBS=${DEB} ${CT_DEB} ${HEADER_DEB}
|
|||||||
BUILD_DIR=build
|
BUILD_DIR=build
|
||||||
|
|
||||||
ARCH=amd64
|
ARCH=amd64
|
||||||
DIST=buster
|
|
||||||
|
|
||||||
all: ${DEB}
|
all: ${DEB}
|
||||||
|
|
||||||
@ -29,7 +28,7 @@ ${DEB}: debian
|
|||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: ${DEBS}
|
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:
|
clean:
|
||||||
rm -rf ${BUILD_DIR} *.deb *.buildinfo *.changes
|
rm -rf ${BUILD_DIR} *.deb *.buildinfo *.changes
|
||||||
|
Loading…
Reference in New Issue
Block a user