mirror of
https://git.proxmox.com/git/libarchive-perl
synced 2025-10-17 14:11:54 +00:00
buildsys: derive upload dist automatically
taken from pve-common commit: 0bc017209886ee52a5418bcb7921324836cc869b Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
214352bcd9
commit
3fd78ac201
3
Makefile
3
Makefile
@ -47,8 +47,9 @@ ${DEB}: ${PPSRC}/LibArchive.xs ${BUILDSRC}
|
||||
lintian ${DEB}
|
||||
|
||||
.phony: upload
|
||||
upload: UPLOAD_DIST ?= ${DEB_DISTRIBUTION}
|
||||
upload: ${DEB}
|
||||
tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist stretch
|
||||
tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist ${UPLOAD_DIST}
|
||||
|
||||
CLEANFILES = *~ build *.deb libarchive_* libarchive-perl_* ${BUILDSRC} *.buildinfo *.build *.dsc *tar.?z
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user