view scripts/notify-roundup/hg/notify-roundup.sh @ 4200:19e8a54ced9f gsoc-2009

Implemented WIP bzr revision author fetching
author Pygi <pygi@users.sourceforge.net>
date Mon, 13 Jul 2009 12:51:54 +0000
parents 989d0d08498a
children
line wrap: on
line source

#!/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"

Roundup Issue Tracker: http://roundup-tracker.org/