Skip to content

Commit

Permalink
Minor tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzmcbride committed Sep 15, 2013
1 parent f268bba commit 9404afe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ Dependencies:
Fill out the gerrit-reports.ini.sample file appropriately and move it to the
equivalent of os.path.expanduser('~') with the name ".gerrit-reports.ini".

You'll need to do a manual one-time run of "create-database.py". All the other
relevant commands are in crontab.txt.

License information is available in the LICENSE file.

Enjoy!
2 changes: 1 addition & 1 deletion crontab.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sample cron file

HOME=/path/to/home
PYTHONPATH=/path/to/some/package/directories
PYTHONPATH=/paths/to/package/directories
0 0 * * * python $HOME/Documents/Git/gerrit-reports/database/update-database.py
10 0 * * * python $HOME/Documents/Git/gerrit-reports/reports/changesets-by-status.py
15 0 * * * python $HOME/Documents/Git/gerrit-reports/reports/oldest-open-changesets.py
Expand Down

0 comments on commit 9404afe

Please sign in to comment.