mirror of
https://git.proxmox.com/git/libjs-qrcodejs
synced 2025-05-29 15:53:11 +00:00
buildsys: derive upload dist automatically
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4a28dec7f1
commit
ff240abbe9
6
Makefile
6
Makefile
@ -40,9 +40,13 @@ $(DSC): $(BUILDDIR) $(ORIG_SRC_TAR)
|
||||
sbuild: $(DSC)
|
||||
sbuild $(DSC)
|
||||
|
||||
# HACK, but this is a *very* seldom bumped package and normally 1:1 the same in all our dists
|
||||
-include /etc/os-release
|
||||
|
||||
.PHONY: upload
|
||||
upload: UPLOAD_DIST ?= $(VERSION_CODENAME)
|
||||
upload: $(DEB)
|
||||
tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist buster
|
||||
tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist $(UPLOAD_DIST)
|
||||
|
||||
distclean: clean
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user