diff options
| author | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2022-02-14 08:07:46 +0100 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2022-02-14 08:07:46 +0100 |
| commit | c5582ba30e3fec9f27cc1e18cedcbb6380c67689 (patch) | |
| tree | 26af0ea7eed078e8de031d28a2d21336038d9f45 | |
| parent | b86302e314aff0c6e3cd464771ddb2c46236a14c (diff) | |
buildsys: change upload dist to bullseye
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,5 +47,5 @@ install: .PHONY: upload upload: ${DEB} - tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch + tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bullseye |
