mirror of
https://git.proxmox.com/git/pmg-log-tracker
synced 2025-08-17 21:52:21 +00:00
set dist to buster in upload target
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
c8729e63db
commit
670f064019
2
Makefile
2
Makefile
@ -52,7 +52,7 @@ dinstall: ${DEB}
|
|||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: ${DEB} ${DBG_DEB}
|
upload: ${DEB} ${DBG_DEB}
|
||||||
tar cf - ${DEB} ${DBG_DEB}| ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist stretch --arch ${DEB_BUILD_ARCH}
|
tar cf - ${DEB} ${DBG_DEB}| ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist buster --arch ${DEB_BUILD_ARCH}
|
||||||
|
|
||||||
.PHONY: distclean
|
.PHONY: distclean
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
Loading…
Reference in New Issue
Block a user