summary refs log tree commit diff
path: root/scripts-dev/convert_server_keys.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-25Move synctl into top dir to avoid a symlinkRichard van der Hoff2-285/+284
symlinks apparently break setuptools on python3 and alpine (https://bugs.python.org/issue31940), so let's stop using a symlink and just use the file directly.
2018-09-25Only lazy load self-members on initial syncMatthew Hodgson2-5/+9
Given we have disabled lazy loading for incr syncs in #384