ocracy.org

changeset 156:c3c720b2757c

Use the system-installed planet in generate.py
author Emanuele Aina <em@nerd.ocracy.org>
date Mon Jun 22 13:16:09 2009 +0200 (9 months ago)
parents 055f050a565e
children 61a098c5eb81
files generate.py
line diff
     1.1 --- a/generate.py	Sun Apr 05 00:12:00 2009 +0100
     1.2 +++ b/generate.py	Mon Jun 22 13:16:09 2009 +0200
     1.3 @@ -271,6 +271,5 @@
     1.4      svg2png('img/heads-easter/%s_col.svg' % fn, 'nerd.ocracy.org/img/heads/%s.png' % fn, 70, 70)
     1.5  
     1.6  os.chdir('planet-config')
     1.7 -# Note that planet MUST be in ../planet/
     1.8 -os.system('../../planet/planet.py config.ini')
     1.9 +os.system('planet config.ini')
    1.10  os.chdir('..')

To download these repositories, get Mercurial and then type something like:

hg clone http://techn.ocracy.org/repository-name/

You can also click the "zip" or "gz" links to get an archive of the latest revision without installing anything.

The change logs of the repositories are aggregated at techn.ocracy.org/planet.

We have also some darcs repositories at techn.ocracy.org/darcs.