Danilo Šegan wrote: > Hi Ross, > > I'd like to set-up a link between SVN commits and progress.g.o. > > Basically, for any commit in module MODULE branch BRANCH, I'd like to run > > cd /var/www/damned-lies && python update-stats.py MODULE BRANCH > > I'll probably need to add a queue later on, but for initial stuff, > this will do. >
We could base this on the po-file pre-commit msgfmt check, but make it a generic post-commit hook that, for po file changes, sends a mail to '[EMAIL PROTECTED]' (the user that owns /var/www/damned-lies) with a subject that gnomeweb's procmail can identify and run a script on. This script would just parse REPO and REV out of the message and pass it to update-stats.py. Much like the website auto-update stuff. > If we have to parse svn-commits-list for this, then I'll need an > email subscribed to it and available on progress.gnome.org. > This'd work too, but'd be a bit more hackish. -- Ross _______________________________________________ Gnome-infrastructure mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-infrastructure
