1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tools/templates
Ondrej Grover b0e388747c Fix #1277 use rsync -c option as all output is rewritten
Because Pelican always rewrites all output, the mtimes always change, so
rsync would always transfer all the files which defeats the purpose of
rsync. The '-c' option (--checksum) compares the checksums rather than
mtimes.
2014-04-28 22:12:14 +02:00
..
develop_server.sh.in PY and PELICAN env variable overrides for Make 2014-02-08 14:32:58 -08:00
fabfile.py.in Fix #1277 use rsync -c option as all output is rewritten 2014-04-28 22:12:14 +02:00
Makefile.in Fix #1277 use rsync -c option as all output is rewritten 2014-04-28 22:12:14 +02:00
pelicanconf.py.in Update pelicanconf.py.in 2013-12-03 09:48:10 -06:00
publishconf.py.in MOAR Unicode for generated settings files 2013-04-21 15:18:31 -07:00