## Set a suitable log level for a cron job. loglevel WARNING name schooltool source dist/schooltool-*.tar.gz # assert that the version number is the same as that of the tarball test_command [ `cat src/schooltool/version.txt` = @VERSION@ ] # building # should use this: # build_command make dist build_command make compile-translations build_command python2.4 setup.py sdist # cleaning clean_command make realclean # note this shouldn't be generally used as it sets overwrite to true name schooltool-nightly-eggs release schooltool url svn:http://source.schooltool.org/svn/trunk/schooltool overwrite true targetdir /home/ftp/pub/schooltool/releases/nightly name schooltool-tag release schooltool url svn:http://source.schooltool.org/svn/tags/schooltool-@VERSION@ targetdir /home/ftp/pub/schooltool/releases/@VERSION@