mirror of
https://git.proxmox.com/git/pve-firmware
synced 2025-05-29 22:49:01 +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:
|
submodules dvb-firmware.git/README linux-firmware.git/WHENCE:
|
||||||
test -f "linux-firmware.git/WHENCE" || git submodule update --init
|
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
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf fwdata *.deb *.buildinfo *.dsc *.changes
|
rm -rf fwdata *.deb *.buildinfo *.dsc *.changes
|
||||||
|
Loading…
Reference in New Issue
Block a user