[tor-commits] [stem/master] Script for republishing stem's site

atagar at torproject.org atagar at torproject.org
Sat Dec 15 20:25:42 UTC 2012


commit 22286e9dc3fea710182984dd320f4e419cc5a425
Merge: 6711458 9a1601d
Author: Damian Johnson <atagar at torproject.org>
Date:   Fri Dec 14 09:27:50 2012 -0800

    Script for republishing stem's site
    
    Now that we're moving our site from ReadTheDocs to a tpo host (staticiforme) we
    need our own method for automatically republishing our sphinx docs. To do this
    we're using a cron process that runs every five minutes which...
    
    * Pulls stem's git repo. If it has changed...
    * Run 'make html' to rebuild the docs.
    * Republish the content by calling 'static-master-update-component'.
    
    Many thanks to weasel for working with me on this, and pointing out the
    numerous mistakes I've been making.

 docs/republish    |    7 ++++
 docs/republish.py |   87 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 docs/tutorial.rst |    8 ++--
 stem/__init__.py  |    2 +-
 4 files changed, 99 insertions(+), 5 deletions(-)





More information about the tor-commits mailing list