]> git.proxmox.com Git - proxmox-acme.git/commitdiff
buildsys: change upload dist to bullseye
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 8 Jun 2021 08:29:08 +0000 (10:29 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 8 Jun 2021 08:29:08 +0000 (10:29 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index edbeb42b74cd92ea8c763caea63f6d627876eea1..f672bbf564d99d1cb8b420a51bff04c0cbbc8dda 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,5 +47,5 @@ clean:
 
 .PHONY: upload
 upload: ${DEBS}
 
 .PHONY: upload
 upload: ${DEBS}
-       tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster --arch ${DEB_BUILD_ARCH}
-       tar cf - ${DEB_ACME_PLUGS}|ssh -X repoman@repo.proxmox.com -- upload --product pbs --dist buster --arch ${DEB_BUILD_ARCH}
+       tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist bullseye --arch ${DEB_BUILD_ARCH}
+       tar cf - ${DEB_ACME_PLUGS}|ssh -X repoman@repo.proxmox.com -- upload --product pbs --dist bullseye --arch ${DEB_BUILD_ARCH}