#!/bin/sh # Wrapper script around bb-doupdate, not very useful to anyone but me. # Updates patchlist and busybox directories from remote repository by calling # bb-doupdate and then copying the results up to the website. #bb-doupdate -v svn+ssh://busybox.net/svn/trunk/busybox #if [ $? -ne 0 ] #then # zcat patchlist/changelog.txt.gz > changelog.txt # echo update # (cd busybox && svn update) # echo sync # rsync -e ssh -avzt patchlist/ busybox.net:downloads/patches #fi rsync -e ssh -avzt www/ busybox.net:public_html