GNU bug report logs - #15310
24.3.50; [ELPA] Better commit notifications for upstream authors

Previous Next

Package: emacs;

Reported by: Dmitry Gutov <dgutov <at> yandex.ru>

Date: Sun, 8 Sep 2013 21:58:02 UTC

Severity: wishlist

Tags: moreinfo

Found in version 24.3.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 15310 in the body.
You can then email your comments to 15310 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#15310; Package emacs. (Sun, 08 Sep 2013 21:58:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Dmitry Gutov <dgutov <at> yandex.ru>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 08 Sep 2013 21:58:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Dmitry Gutov <dgutov <at> yandex.ru>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50; [ELPA] Better commit notifications for upstream authors
Date: Mon, 09 Sep 2013 00:56:40 +0300
Currently, when there are some changes made to a package that has an
upstream, an email gets sent for each group of commits pushed, to
upstream author (or authors, I'm assuming).

When the notification does come, getting the required changes out is not
as easy as it could be.

The commits are all sent together (one notification email per push,
AFAICS), as a plain-text email without attachments.

I have to identify the ones that originated from ELPA, and weren't
synced from upstream, or just sync commits, for each of them copy the
diff to a file manually, and separately copy the message and the author
when making the commit.

Since all paths the such diffs contain "a/packages/<package-name>", I
also have to run a replace command before applying the diff.

Is there a better way to work with these emails?

If no, it would be better if, for example, the script preparing these
emails identified commits not synced from upstream (maybe by file paths
inside the diffs?), fixed the paths, and attached these commits in patch
format that's accepted by 'git am' and already contains the commit
message and author information.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#15310; Package emacs. (Wed, 11 Sep 2013 17:10:02 GMT) Full text and rfc822 format available.

Message #8 received at 15310 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
To: Dmitry Gutov <dgutov <at> yandex.ru>
Cc: 15310 <at> debbugs.gnu.org
Subject: Re: bug#15310: 24.3.50;
 [ELPA] Better commit notifications for upstream authors
Date: Wed, 11 Sep 2013 13:09:22 -0400
> The commits are all sent together (one notification email per push,
> AFAICS), as a plain-text email without attachments.

Indeed.  That's basically what Savannah's email notification gives us
(we can somewhat tweak it, the current config can be seen in
http://git.savannah.gnu.org/r/emacs/elpa.git/config, although we do not
have direct write access to it).

> Is there a better way to work with these emails?

"patch -p2" will strip off the "a/packages/" prefix.

> If no, it would be better if, for example, the script preparing these
> emails identified commits not synced from upstream (maybe by file paths
> inside the diffs?), fixed the paths, and attached these commits in patch
> format that's accepted by 'git am' and already contains the commit
> message and author information.

There's a copy of the script I use in elpa/admin/forward-diffs.py.
Improvements are welcome.

This said, I try to "push" the syncs separately from local changes, so
that an email should either contain a "sync" that you can completely
disregard, or only local changes.  This should be even more true once
I get a new cron job that does the syncs semi-automatically
(i.e. automatically when there's no conflict).  In that case you should
be able to pass the whole email to "patch -p2".


        Stefan




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#15310; Package emacs. (Sun, 30 May 2021 06:02:01 GMT) Full text and rfc822 format available.

Message #11 received at 15310 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
Cc: 15310 <at> debbugs.gnu.org, Dmitry Gutov <dgutov <at> yandex.ru>
Subject: Re: bug#15310: 24.3.50; [ELPA] Better commit notifications for
 upstream authors
Date: Sun, 30 May 2021 08:00:54 +0200
Stefan Monnier <monnier <at> IRO.UMontreal.CA> writes:

>> The commits are all sent together (one notification email per push,
>> AFAICS), as a plain-text email without attachments.
>
> Indeed.  That's basically what Savannah's email notification gives us
> (we can somewhat tweak it, the current config can be seen in
> http://git.savannah.gnu.org/r/emacs/elpa.git/config, although we do not
> have direct write access to it).

This was seven years ago -- is this still an issue?  (I haven't looked
at any upstream notification emails.)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 30 May 2021 06:02:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#15310; Package emacs. (Fri, 02 Jul 2021 11:16:01 GMT) Full text and rfc822 format available.

Message #16 received at 15310 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
Cc: 15310 <at> debbugs.gnu.org, Dmitry Gutov <dgutov <at> yandex.ru>
Subject: Re: bug#15310: 24.3.50; [ELPA] Better commit notifications for
 upstream authors
Date: Fri, 02 Jul 2021 13:15:34 +0200
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> Stefan Monnier <monnier <at> IRO.UMontreal.CA> writes:
>
>>> The commits are all sent together (one notification email per push,
>>> AFAICS), as a plain-text email without attachments.
>>
>> Indeed.  That's basically what Savannah's email notification gives us
>> (we can somewhat tweak it, the current config can be seen in
>> http://git.savannah.gnu.org/r/emacs/elpa.git/config, although we do not
>> have direct write access to it).
>
> This was seven years ago -- is this still an issue?  (I haven't looked
> at any upstream notification emails.)

There was no response, so I guess there'll be no further progress here,
and I'm closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug closed, send any further explanations to 15310 <at> debbugs.gnu.org and Dmitry Gutov <dgutov <at> yandex.ru> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Fri, 02 Jul 2021 11:16:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 30 Jul 2021 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 270 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.