1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-22 12:59:21 +02:00

web: Correct fw path for atusb release and make rsync verbose

This commit is contained in:
Stefan Schmidt 2015-05-22 09:46:14 +02:00
parent d2a0bfa176
commit a0e3ad301e
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ GEN=atben-pcba-small.jpg atusb-pcba-small.jpg \
all: $(GEN) all: $(GEN)
upload: index.html zoom.html $(GEN) $(DL) upload: index.html zoom.html $(GEN) $(DL)
rsync -e ssh index.html zoom.html releases $(DL) $(GEN) \ rsync -e ssh -av index.html zoom.html releases/ $(DL) $(GEN) \
www-data@downloads.qi-hardware.com:werner/wpan/web/ www-data@downloads.qi-hardware.com:werner/wpan/web/
800px-Atben_atusb_prod_03.jpg: 800px-Atben_atusb_prod_03.jpg:

View File

@ -143,7 +143,7 @@ Here is an overview of the status of the various project elements:
<TR><TH align="left">Firmware<TD bgcolor="#ffff00" align="center"> <TR><TH align="left">Firmware<TD bgcolor="#ffff00" align="center">
Finishing Finishing
<TD><A href="http://projects.qi-hardware.com/index.php/p/ben-wpan/source/tree/master/atusb/fw">source</A>, <TD><A href="http://projects.qi-hardware.com/index.php/p/ben-wpan/source/tree/master/atusb/fw">source</A>,
<A href="releases/atusb-0.2.dfu">0.2 release</A> <A href="atusb-0.2.dfu">0.2 release</A>
<TR><TH align="left">Device driver<TD bgcolor="#ffff00" align="center"> <TR><TH align="left">Device driver<TD bgcolor="#ffff00" align="center">
Finishing Finishing
<TD><A href="https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-next.git/">mainlining through linux-wpan (bluetooh-next tree)</A> <TD><A href="https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-next.git/">mainlining through linux-wpan (bluetooh-next tree)</A>