mirror of
https://git.proxmox.com/git/corosync-pve.git
synced 2025-08-13 17:07:57 +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/default.mk
|
||||||
include /usr/share/dpkg/architecture.mk
|
|
||||||
|
|
||||||
PACKAGE=corosync
|
PACKAGE=corosync
|
||||||
|
|
||||||
@ -74,8 +73,9 @@ submodule:
|
|||||||
test -f "$(CSSRC)/INSTALL" || git submodule update --init $(CSSRC)
|
test -f "$(CSSRC)/INSTALL" || git submodule update --init $(CSSRC)
|
||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
|
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
||||||
upload: $(DEBS)
|
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
|
.PHONY: clean
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
Loading…
Reference in New Issue
Block a user