mirror of
https://git.proxmox.com/git/proxmox-mailgateway
synced 2025-04-29 14:43:20 +00:00
buildsys: drop passing arch to upload for arch-all package
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ced2d8a7ea
commit
4399103ab9
5
Makefile
5
Makefile
@ -13,9 +13,6 @@ HEADER_DEB=pve-headers_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
|
|||||||
|
|
||||||
DEBS=$(DEB) $(CT_DEB) $(HEADER_DEB)
|
DEBS=$(DEB) $(CT_DEB) $(HEADER_DEB)
|
||||||
|
|
||||||
|
|
||||||
ARCH=amd64
|
|
||||||
|
|
||||||
all: $(DEB)
|
all: $(DEB)
|
||||||
|
|
||||||
.PHONY: deb
|
.PHONY: deb
|
||||||
@ -48,7 +45,7 @@ sbuild: $(DSC)
|
|||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
||||||
upload: $(DEBS)
|
upload: $(DEBS)
|
||||||
tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist $(UPLOAD_DIST) --arch $(ARCH)
|
tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist $(UPLOAD_DIST)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(PACKAGE)-[0-9]*/ $(PACKAGE)*.tar.* *.deb *.dsc *build *.buildinfo *.changes
|
rm -rf $(PACKAGE)-[0-9]*/ $(PACKAGE)*.tar.* *.deb *.dsc *build *.buildinfo *.changes
|
||||||
|
Loading…
Reference in New Issue
Block a user