Mercurial > p > roundup > code
diff scripts/notify-roundup/hg/notify-roundup @ 4204:ccb13ca51449 gsoc-2009
removed sh extension
| author | Pygi <pygi@users.sourceforge.net> |
|---|---|
| date | Mon, 13 Jul 2009 17:52:32 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scripts/notify-roundup/hg/notify-roundup Mon Jul 13 17:52:32 2009 +0000 @@ -0,0 +1,8 @@ +#!/bin/bash +PYTHON=/usr/bin/python +NOTIFY=/path/to/your/notify-roundup.py +CONFIG=/path/to/your/notify-roundup.ini +REPOS=`/bin/pwd` +CMD="/usr/bin/hg log `/bin/pwd` --rev=tip" +REV=`$CMD | grep changeset` +PYTHONPATH=/path/to/your/roundup/instance "$PYTHON" "$NOTIFY" "$CONFIG" "$REPOS" "$REV"
