mirror of
https://git.proxmox.com/git/pve-firmware
synced 2025-04-28 16:56:05 +00:00
buildsys: add upload target
This commit is contained in:
parent
ff43d65f36
commit
46d7ecd09e
4
Makefile
4
Makefile
@ -50,6 +50,10 @@ update_modules: submodules
|
||||
submodules dvb-firmware.git/README linux-firmware.git/WHENCE:
|
||||
test -f "linux-firmware.git/WHENCE" || git submodule update --init
|
||||
|
||||
.PHONY: upload
|
||||
upload: ${DEBS}
|
||||
tar cf - ${DEBS} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf fwdata *.deb *.buildinfo *.dsc *.changes
|
||||
|
Loading…
Reference in New Issue
Block a user