unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* delay archive for "important" bugs
@ 2014-01-13 14:03 Thien-Thi Nguyen
  2014-01-13 14:30 ` Michael Albinus
  2014-01-13 17:04 ` delay archive for "important" bugs Glenn Morris
  0 siblings, 2 replies; 16+ messages in thread
From: Thien-Thi Nguyen @ 2014-01-13 14:03 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 441 bytes --]

The bug tracker moves a bug to "archive" state after a month (according
to the blurb on the homepage).  Is it possible to customize this for
Emacs to delay the move (to say, three months) for "important" bugs?

-- 
Thien-Thi Nguyen
   GPG key: 4C807502
   (if you're human and you know it)
      read my lisp: (responsep (questions 'technical)
                               (not (via 'mailing-list)))
                     => nil

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: delay archive for "important" bugs
  2014-01-13 14:03 delay archive for "important" bugs Thien-Thi Nguyen
@ 2014-01-13 14:30 ` Michael Albinus
  2014-01-13 20:39   ` Thien-Thi Nguyen
  2014-01-13 17:04 ` delay archive for "important" bugs Glenn Morris
  1 sibling, 1 reply; 16+ messages in thread
From: Michael Albinus @ 2014-01-13 14:30 UTC (permalink / raw)
  To: Thien-Thi Nguyen; +Cc: emacs-devel

Thien-Thi Nguyen <ttn@gnu.org> writes:

> The bug tracker moves a bug to "archive" state after a month (according
> to the blurb on the homepage).

That happens only for closed bugs.

> Is it possible to customize this for Emacs to delay the move (to say,
> three months) for "important" bugs?

Why? You could always access the archived bugs as well:

<advertisement>

(debbugs-gnu '("important") '("emacs") t)

</advertisement>

Best regards, Michael.



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: delay archive for "important" bugs
  2014-01-13 14:03 delay archive for "important" bugs Thien-Thi Nguyen
  2014-01-13 14:30 ` Michael Albinus
@ 2014-01-13 17:04 ` Glenn Morris
  1 sibling, 0 replies; 16+ messages in thread
From: Glenn Morris @ 2014-01-13 17:04 UTC (permalink / raw)
  To: Thien-Thi Nguyen; +Cc: emacs-devel

Thien-Thi Nguyen wrote:

> The bug tracker moves a bug to "archive" state after a month (according
> to the blurb on the homepage).  Is it possible to customize this for
> Emacs to delay the move (to say, three months) for "important" bugs?

AFAIK this is not possible. I can't see why it matters.
Please note that the help-debbugs list exists and is more appropriate
for such questions IMO.



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: delay archive for "important" bugs
  2014-01-13 14:30 ` Michael Albinus
@ 2014-01-13 20:39   ` Thien-Thi Nguyen
  2014-01-13 21:49     ` Michael Albinus
  2014-01-13 22:13     ` Glenn Morris
  0 siblings, 2 replies; 16+ messages in thread
From: Thien-Thi Nguyen @ 2014-01-13 20:39 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1569 bytes --]

() Michael Albinus <michael.albinus@gmx.de>
() Mon, 13 Jan 2014 15:30:52 +0100

   > The bug tracker moves a bug to "archive" state after a month
   > (according to the blurb on the homepage).

   That happens only for closed bugs.

Really?  Earlier today, 15344 was not "closed" AFAICT but anyway, i had
to "unarchive" it to be able to continue its thread (via bug-gnu-emacs).
(A previous mail went to /dev/null.)

Perhaps this is a PEBKAC situation -- i wouldn't be surprised...

   > Is it possible to customize this for Emacs to delay the move (to say,
   > three months) for "important" bugs?

   Why?

If a bug is "important", i think it should be visible longer on the
default "browse" link, reproduced here:

http://debbugs.gnu.org/cgi/pkgreport.cgi?package=emacs;max-bugs=100;base-order=1;bug-rev=1

(from <http://debbugs.gnu.org/Emacs.html>).  I understand that this is
just a question of presentation; i need to play w/ the form...

Hmm, after playing a bit, i think the timeout value has nothing to do w/
whether or not the bug shows up on the default page, but rather the
‘max-bugs’ parameter, plus the particular mix of current bugs...

OK, never mind.  Sorry for the misplaced angst.

   You could always access the archived bugs as well: [debbugs-gnu]

Cool.  I like debbugs-org, too.

-- 
Thien-Thi Nguyen
   GPG key: 4C807502
   (if you're human and you know it)
      read my lisp: (responsep (questions 'technical)
                               (not (via 'mailing-list)))
                     => nil

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: delay archive for "important" bugs
  2014-01-13 20:39   ` Thien-Thi Nguyen
@ 2014-01-13 21:49     ` Michael Albinus
  2014-01-13 21:56       ` Glenn Morris
  2014-01-13 22:32       ` Bastien
  2014-01-13 22:13     ` Glenn Morris
  1 sibling, 2 replies; 16+ messages in thread
From: Michael Albinus @ 2014-01-13 21:49 UTC (permalink / raw)
  To: emacs-devel

Thien-Thi Nguyen <ttn@gnu.org> writes:

>    > The bug tracker moves a bug to "archive" state after a month
>    > (according to the blurb on the homepage).
>
>    That happens only for closed bugs.
>
> Really?  Earlier today, 15344 was not "closed" AFAICT but anyway, i had
> to "unarchive" it to be able to continue its thread (via bug-gnu-emacs).
> (A previous mail went to /dev/null.)

Hmm. On "Thu, 10 Oct 2013 17:19:04 -0400", this bug was confirmed by
Glenn (see message #22). Maybe this triggers also archiving after 4
weeks, dunno.

>    > Is it possible to customize this for Emacs to delay the move (to say,
>    > three months) for "important" bugs?
>
>    Why?
>
> If a bug is "important", i think it should be visible longer on the
> default "browse" link, reproduced here:

Sure.

> Hmm, after playing a bit, i think the timeout value has nothing to do w/
> whether or not the bug shows up on the default page, but rather the
> ‘max-bugs’ parameter, plus the particular mix of current bugs...

Don't understand. What do you mean with 'max-bugs'? The number of bugs
presented when searching?

>    You could always access the archived bugs as well: [debbugs-gnu]
>
> Cool.  I like debbugs-org, too.

Thanks. There are some new patches in the git repo which allow to save
and reuse the result of debbugs-org in a file xxx.org. This was inspired
by a patch from Sebastien.

I haven't increased the debbugs version yet (publishing to the public
ELPA visibility), waiting for comments on usefulness. Maybe you give it
a try ...

Best regards, Michael.



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: delay archive for "important" bugs
  2014-01-13 21:49     ` Michael Albinus
@ 2014-01-13 21:56       ` Glenn Morris
  2014-01-13 22:32       ` Bastien
  1 sibling, 0 replies; 16+ messages in thread
From: Glenn Morris @ 2014-01-13 21:56 UTC (permalink / raw)
  To: Michael Albinus; +Cc: emacs-devel

Michael Albinus wrote:

>> Really?  Earlier today, 15344 was not "closed" AFAICT but anyway, i had
>> to "unarchive" it to be able to continue its thread (via bug-gnu-emacs).
>> (A previous mail went to /dev/null.)
>
> Hmm. On "Thu, 10 Oct 2013 17:19:04 -0400", this bug was confirmed by
> Glenn (see message #22). Maybe this triggers also archiving after 4
> weeks, dunno.

No, of course it does not. The bug was never archived. This is all just
a misunderstanding. If you search for 100 bugs, you will never see more
than 100 bugs. If the one you expected to see is not there, it does not
mean it was archived.

>> If a bug is "important", i think it should be visible longer on the
>> default "browse" link, reproduced here:
>
> Sure.

Disagree. The "default browse link" is just the most 100 recent reports.

If you want to see important ones, use eg

http://debbugs.gnu.org/cgi/pkgreport.cgi?include=severity%3Aimportant;package=emacs



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: delay archive for "important" bugs
  2014-01-13 20:39   ` Thien-Thi Nguyen
  2014-01-13 21:49     ` Michael Albinus
@ 2014-01-13 22:13     ` Glenn Morris
  2014-01-14 10:23       ` Thien-Thi Nguyen
  1 sibling, 1 reply; 16+ messages in thread
From: Glenn Morris @ 2014-01-13 22:13 UTC (permalink / raw)
  To: emacs-devel

Thien-Thi Nguyen wrote:

> (A previous mail went to /dev/null.)

You'll get an auto-response if you try to mail an archived bug.
Mail does not simply vanish.

Anyway, I checked and your first mail was (only just) classified as
spam, sorry. Mainly because:

  1.3 RCVD_IN_RP_RNBL        RBL: Relay in RNBL,
                             https://senderscore.org/blacklistlookup/
                             [79.45.43.190 listed in bl.score.senderscore.com]
  3.6 RCVD_IN_PBL            RBL: Received via a relay in Spamhaus PBL
                             [79.45.43.190 listed in zen.spamhaus.org]

If you'd have informed help-debbugs, I could have restored it.

The successful mail you sent did not get "RCVD_IN_RP_RNBL" (but still
only just passed).

(I'm not an expert in this stuff.)



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: delay archive for "important" bugs
  2014-01-13 21:49     ` Michael Albinus
  2014-01-13 21:56       ` Glenn Morris
@ 2014-01-13 22:32       ` Bastien
  2014-01-14  3:36         ` Michael Albinus
  1 sibling, 1 reply; 16+ messages in thread
From: Bastien @ 2014-01-13 22:32 UTC (permalink / raw)
  To: Michael Albinus; +Cc: emacs-devel

Michael Albinus <michael.albinus@gmx.de> writes:

> Thanks. There are some new patches in the git repo which allow to save
> and reuse the result of debbugs-org in a file xxx.org. This was inspired
> by a patch from Sebastien.

In case the real Sebastien reads this and wonders if he's crazy:

  s/Sebastien/Bastien

:)

-- 
 Bastien



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: delay archive for "important" bugs
  2014-01-13 22:32       ` Bastien
@ 2014-01-14  3:36         ` Michael Albinus
  0 siblings, 0 replies; 16+ messages in thread
From: Michael Albinus @ 2014-01-14  3:36 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-devel

Bastien <bzg@gnu.org> writes:

>> Thanks. There are some new patches in the git repo which allow to save
>> and reuse the result of debbugs-org in a file xxx.org. This was inspired
>> by a patch from Sebastien.
>
> In case the real Sebastien reads this and wonders if he's crazy:
>
>   s/Sebastien/Bastien

Oops. Sorry for that!

Best regards, Michael.



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: delay archive for "important" bugs
  2014-01-13 22:13     ` Glenn Morris
@ 2014-01-14 10:23       ` Thien-Thi Nguyen
  2014-01-14 18:19         ` Glenn Morris
  0 siblings, 1 reply; 16+ messages in thread
From: Thien-Thi Nguyen @ 2014-01-14 10:23 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1209 bytes --]

() Glenn Morris <rgm@gnu.org>
() Mon, 13 Jan 2014 17:13:08 -0500

   > (A previous mail went to /dev/null.)

   first mail was (only just) classified as spam

OK that explains it.

   If you'd have informed help-debbugs, I could have restored it.

OK.  Should this be mentioned in admin/notes/bugtracker?  BTW, there is
another i sent (same thread) that got likewise stuck.  Could you please
discard it?  (The bug has since been marked "Done".)

   The successful mail you sent did not get "RCVD_IN_RP_RNBL" (but still
   only just passed).

   (I'm not an expert in this stuff.)

Me neither.  Unfortunately, my (residential ADSL) ISP's relay rejects
mail sent to debbugs (dot gnu...) w/ a "non-existent domain" complaint
and so i configured the local MTA to send directly (no "smarthost").  I
wonder if there is a better way, apart from using another ISP...

Anyway, i'll go browse help-debbugs archives now and direct my confusion
there in the future.

-- 
Thien-Thi Nguyen
   GPG key: 4C807502
   (if you're human and you know it)
      read my lisp: (responsep (questions 'technical)
                               (not (via 'mailing-list)))
                     => nil

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: delay archive for "important" bugs
  2014-01-14 10:23       ` Thien-Thi Nguyen
@ 2014-01-14 18:19         ` Glenn Morris
  2014-01-14 19:37           ` Thien-Thi Nguyen
  2014-01-16  1:28           ` ttn unable to mail to debbugs.gnu.org (was: delay archive for "important" bugs) Joshua Judson Rosen
  0 siblings, 2 replies; 16+ messages in thread
From: Glenn Morris @ 2014-01-14 18:19 UTC (permalink / raw)
  To: Thien-Thi Nguyen; +Cc: emacs-devel

Thien-Thi Nguyen wrote:

> Unfortunately, my (residential ADSL) ISP's relay rejects
> mail sent to debbugs (dot gnu...) w/ a "non-existent domain" complaint

Hmm. Sorry, that's above my paygrade.
If it helps, you can mail bug-gnu-emacs@gnu instead.
So long as your mails are replies to existing bugs (essentially, if the
subject starts with "Re: bug#123"), they will still go to the right
place, just as if you had mailed 123@debbugs.



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: delay archive for "important" bugs
  2014-01-14 18:19         ` Glenn Morris
@ 2014-01-14 19:37           ` Thien-Thi Nguyen
  2014-01-16  1:28           ` ttn unable to mail to debbugs.gnu.org (was: delay archive for "important" bugs) Joshua Judson Rosen
  1 sibling, 0 replies; 16+ messages in thread
From: Thien-Thi Nguyen @ 2014-01-14 19:37 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 884 bytes --]

() Glenn Morris <rgm@gnu.org>
() Tue, 14 Jan 2014 13:19:11 -0500

   Hmm. Sorry, that's above my paygrade.

No worries.  I'll figure something out (and post findings) eventually.

   If it helps, you can mail bug-gnu-emacs@gnu instead.  So long as
   your mails are replies to existing bugs (essentially, if the subject
   starts with "Re: bug#123"), they will still go to the right place,
   just as if you had mailed 123@debbugs.

Right.  It was for the (mistaken need to do the) "unarchive" action
that i had to send to control at debbugs.  I'll stop meddling w/ that
now -- there are more than enough non-archived bugs to look at still!

-- 
Thien-Thi Nguyen
   GPG key: 4C807502
   (if you're human and you know it)
      read my lisp: (responsep (questions 'technical)
                               (not (via 'mailing-list)))
                     => nil

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ttn unable to mail to debbugs.gnu.org (was: delay archive for "important" bugs)
  2014-01-14 18:19         ` Glenn Morris
  2014-01-14 19:37           ` Thien-Thi Nguyen
@ 2014-01-16  1:28           ` Joshua Judson Rosen
  2014-01-16  2:14             ` ttn unable to mail to debbugs.gnu.org Glenn Morris
  1 sibling, 1 reply; 16+ messages in thread
From: Joshua Judson Rosen @ 2014-01-16  1:28 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Thien-Thi Nguyen, emacs-devel

Glenn Morris <rgm@gnu.org> writes:
>
> Thien-Thi Nguyen wrote:
>
> > Unfortunately, my (residential ADSL) ISP's relay rejects
> > mail sent to debbugs (dot gnu...) w/ a "non-existent domain" complaint
>
> Hmm. Sorry, that's above my paygrade.

It may be because debbugs.gnu.org has no MX record in DNS. I seem to
recall having had that problem with some mail server my e-mail was
passing through, at some point.

Debian uses an explicit MX record to for their debbugs instance, FYI.

debbugs.gnu.org also has no SOA record, but the SOA for gnu.org says
the person to e-mail is "hostmaster" at that domain.

-- 
"'tis an ill wind that blows no minds."



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ttn unable to mail to debbugs.gnu.org
  2014-01-16  1:28           ` ttn unable to mail to debbugs.gnu.org (was: delay archive for "important" bugs) Joshua Judson Rosen
@ 2014-01-16  2:14             ` Glenn Morris
  2014-01-16 21:14               ` Glenn Morris
  0 siblings, 1 reply; 16+ messages in thread
From: Glenn Morris @ 2014-01-16  2:14 UTC (permalink / raw)
  To: Joshua Judson Rosen; +Cc: Thien-Thi Nguyen, emacs-devel

Joshua Judson Rosen wrote:

> It may be because debbugs.gnu.org has no MX record in DNS. I seem to
> recall having had that problem with some mail server my e-mail was
> passing through, at some point.
>
> Debian uses an explicit MX record to for their debbugs instance, FYI.
>
> debbugs.gnu.org also has no SOA record, but the SOA for gnu.org says
> the person to e-mail is "hostmaster" at that domain.

Like I said, this is above my level.
I'll pass it on to sysadmin@gnu, thanks.




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ttn unable to mail to debbugs.gnu.org
  2014-01-16  2:14             ` ttn unable to mail to debbugs.gnu.org Glenn Morris
@ 2014-01-16 21:14               ` Glenn Morris
  2014-01-19  7:28                 ` Thien-Thi Nguyen
  0 siblings, 1 reply; 16+ messages in thread
From: Glenn Morris @ 2014-01-16 21:14 UTC (permalink / raw)
  To: Joshua Judson Rosen; +Cc: Thien-Thi Nguyen, emacs-devel

Glenn Morris wrote:

>> It may be because debbugs.gnu.org has no MX record in DNS. I seem to
>> recall having had that problem with some mail server my e-mail was
>> passing through, at some point.
[...]
> I'll pass it on to sysadmin@gnu, thanks.

I'm told this is fixed now.



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ttn unable to mail to debbugs.gnu.org
  2014-01-16 21:14               ` Glenn Morris
@ 2014-01-19  7:28                 ` Thien-Thi Nguyen
  0 siblings, 0 replies; 16+ messages in thread
From: Thien-Thi Nguyen @ 2014-01-19  7:28 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel, Joshua Judson Rosen

[-- Attachment #1: Type: text/plain, Size: 382 bytes --]

() Glenn Morris <rgm@gnu.org>
() Thu, 16 Jan 2014 16:14:15 -0500

   I'm told this is fixed now.

Cool.  I confirm that All Goes Well now.  Thanks!

-- 
Thien-Thi Nguyen
   GPG key: 4C807502
   (if you're human and you know it)
      read my lisp: (responsep (questions 'technical)
                               (not (via 'mailing-list)))
                     => nil

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2014-01-19  7:28 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-13 14:03 delay archive for "important" bugs Thien-Thi Nguyen
2014-01-13 14:30 ` Michael Albinus
2014-01-13 20:39   ` Thien-Thi Nguyen
2014-01-13 21:49     ` Michael Albinus
2014-01-13 21:56       ` Glenn Morris
2014-01-13 22:32       ` Bastien
2014-01-14  3:36         ` Michael Albinus
2014-01-13 22:13     ` Glenn Morris
2014-01-14 10:23       ` Thien-Thi Nguyen
2014-01-14 18:19         ` Glenn Morris
2014-01-14 19:37           ` Thien-Thi Nguyen
2014-01-16  1:28           ` ttn unable to mail to debbugs.gnu.org (was: delay archive for "important" bugs) Joshua Judson Rosen
2014-01-16  2:14             ` ttn unable to mail to debbugs.gnu.org Glenn Morris
2014-01-16 21:14               ` Glenn Morris
2014-01-19  7:28                 ` Thien-Thi Nguyen
2014-01-13 17:04 ` delay archive for "important" bugs Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).