1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tools
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
..
templates Fix #1277 use rsync -c option as all output is rewritten 2014-04-28 22:12:14 +02:00
__init__.py move tools in pelican.tools and add the pelican.tools package to setup.py 2012-03-16 18:53:08 +00:00
pelican_import.py Fix error in download_attachments() triggered by python2 unit test 2014-04-14 22:39:10 +02:00
pelican_quickstart.py PY and PELICAN env variable overrides for Make 2014-02-08 14:32:58 -08:00
pelican_themes.py Port pelican to python 3. 2013-01-11 03:20:09 +01:00