]> asedeno.scripts.mit.edu Git - sipb-mirrors.git/blob - fetch-scripts/wireshark
Revert "And backports too"
[sipb-mirrors.git] / fetch-scripts / wireshark
1 #!/bin/sh
2
3 RSYNCSOURCE=rsync://rsync.wireshark.org
4 BASEDIR=${MIRRORDIR}/wireshark
5
6 mkdir -p ${BASEDIR}/download
7 rsync -rtlvz --delete --stats --exclude=download \
8           ${RSYNCSOURCE}/wsweb ${BASEDIR}
9 rsync -rtlvz --delete --stats ${RSYNCSOURCE}/wsdl ${BASEDIR}/download