mirror of
https://git.proxmox.com/git/corosync-pve.git
synced 2025-04-28 12:58:56 +00:00
buildsys: automatically derive upload dist
as defined in debian/changelog Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
bdd3eb89dd
commit
2cbf451de2
6
Makefile
6
Makefile
@ -1,5 +1,4 @@
|
||||
include /usr/share/dpkg/pkg-info.mk
|
||||
include /usr/share/dpkg/architecture.mk
|
||||
include /usr/share/dpkg/default.mk
|
||||
|
||||
PACKAGE=corosync
|
||||
|
||||
@ -74,8 +73,9 @@ submodule:
|
||||
test -f "$(CSSRC)/INSTALL" || git submodule update --init $(CSSRC)
|
||||
|
||||
.PHONY: upload
|
||||
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
||||
upload: $(DEBS)
|
||||
tar cf - $(DEBS) | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bookworm --arch $(DEB_BUILD_ARCH)
|
||||
tar cf - $(DEBS) | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist $(UPLOAD_DIST) --arch $(DEB_BUILD_ARCH)
|
||||
|
||||
.PHONY: clean
|
||||
distclean: clean
|
||||
|
Loading…
Reference in New Issue
Block a user