emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sending diffs of `elpa' to the respective maintainers


From: Glenn Morris
Subject: Re: Sending diffs of `elpa' to the respective maintainers
Date: Tue, 03 Apr 2012 18:06:42 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Glenn Morris wrote:

> (A python fan could probably write a bzr plugin for this.)

For more details, see
http://doc.bazaar.canonical.com/development/en/user-guide/hooks.html

I was thinking of a post_pull hook. Presumably (...) these can access
the list of modified files brought in by a pull, compare the file names
against an external file that maps elpa packages to maintainers, and
send out a "your file has changed" notice. Then someone with a checkout
of the Emacs elpo repo could run bzr pull via cron.

An alternative is to write something that parses the "modified" section
of an emacs-diffs email to extract the file names, then does the same
thing. Invoked via procmail or whatever.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]