[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2011-02-20, Elias Pschernig <elias.pschernig@xxxxxxxxxx> wrote:
> What's the preferred way to update the website? I see an svn checkout on
> SF but it won't work because pandoc can't be found. So I think we should
> remove that checkout. Or is a cronjob or svn trigger or something setup
> which does this automatically anyway?
I just rsync it now.
rsync -rvP "$@" -e ssh \
OUT/ \
--exclude images \
$USER,alleg@xxxxxxxxxx/
Peter