mirror of
https://git.proxmox.com/git/proxmox-mailgateway
synced 2025-04-28 12:59:37 +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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user