]> git.proxmox.com Git - proxmox-kernel-helper.git/commitdiff
buildsys: change upload dist to bullseye and add pbs
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Jun 2021 08:59:22 +0000 (10:59 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Jun 2021 08:59:22 +0000 (10:59 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 4142351e8aac3bcaaa42484892c23545570fc433..27f03b6e6b691ed9f34a2afeba912f5f460c08f4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ install: ${SUBDIRS}
 
 .PHONY: upload
 upload: ${DEBS}
-       tar cf - ${DEBS}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster
+       tar cf - ${DEBS}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye
 
 .PHONY: clean distclean
 distclean: clean