public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
* GnatsWeb....
       [not found] <20040804160052.588B6E486@mailfilter.gointernet.co.uk>
@ 2004-08-05 16:03 ` Adam Cade
  2004-08-11 15:54   ` GnatsWeb James Eric Lawson
  0 siblings, 1 reply; 17+ messages in thread
From: Adam Cade @ 2004-08-05 16:03 UTC (permalink / raw)
  To: help-gnats

Hi guys,

Can't find any information on creating/editoring fields in gnats web. Is 
impossible?

I want to change the name of the fiend 'Priority' to 'Fixed in version:' 
(Don't ask). However, whenever i do this in dbconfig i get errors from 
gnatsweb:

Return code: 417 - Error at line 148 of 
/usr/local/etc/gnats/databases/test/gnats-adm/dbconfig:Invalid builtin 
fieldname Fixed in version:

Any ideas on how to hack the dbconfig?

Cheers,
Adam

help-gnats-request@gnu.org wrote:

>Send Help-gnats mailing list submissions to
>	help-gnats@gnu.org
>
>To subscribe or unsubscribe via the World Wide Web, visit
>	http://lists.gnu.org/mailman/listinfo/help-gnats
>or, via email, send a message with subject or body 'help' to
>	help-gnats-request@gnu.org
>
>You can reach the person managing the list at
>	help-gnats-owner@gnu.org
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Help-gnats digest..."
>
>
>Today's Topics:
>
>   1. Unparseable replies from GNATS server (Stuart Stevens)
>   2. RE: Unparseable replies from GNATS server (Stuart Stevens)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Wed, 4 Aug 2004 03:06:21 -0700
>From: "Stuart Stevens" <stuart_stevens@sierralogic.com>
>Subject: Unparseable replies from GNATS server
>To: <help-gnats@gnu.org>
>Message-ID: <E1BsIhz-0000xI-DZ@lists.gnu.org>
>Content-Type: text/plain; charset="us-ascii"
>
>As I make changes to the dbconfig, I will get the "unparseable reply" error.
>Running under debug=all, it appears that there is no response from gnatsd.
>On the server there is no daemon running.
>
>Is the recommendation to use the trunk instead of the released 4.00 version?
>
>Does the gnatsd server log any failures that can be looked at?
>
>
>Stuart Stevens
>
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: http://lists.gnu.org/pipermail/help-gnats/attachments/20040804/c9c1a311/attachment.html
>
>------------------------------
>
>Message: 2
>Date: Wed, 4 Aug 2004 05:08:06 -0700
>From: "Stuart Stevens" <stuart_stevens@sierralogic.com>
>Subject: RE: Unparseable replies from GNATS server
>To: "'Stuart Stevens'" <stuart_stevens@sierralogic.com>,
>	<help-gnats@gnu.org>
>Message-ID: <E1BsKcD-0005hQ-Dc@lists.gnu.org>
>Content-Type: text/plain;	charset="us-ascii"
>
>I am running GNATS 4.0 on Linux - Red Hat 9.  I pulled the TOT and rebuilt
>this morning.  I then run the daemon directly and I got a memory fault.  The
>daemon fails with the following field "Comment-new" added to dbconfig:
>
>field "Comments" {
>    multitext
>    read-only
>}
>
>field "Comment-new" {
>    multitext
>    on-change {
>        append-to-field "Comments" {
>                "Comment added by %s  on %D\n\n%s"
>                "$EditUserEmailAddress" "$CurrentDate" "$NewValue"
>        }
>    }
>    on-change {
>        set-field "Comment-new" {
>            ""
>        }
>    }
>} 
>
>I issued the following commands:
>
>lock 2511 stuart
>editaddr stuart
>edit 2511
><email with changes>
>
>Next step is to get into the debugger.
>
>Any ideas?
>
>Thanks
>Stuart
>
>
>
>
>
>------------------------------
>
>_______________________________________________
>Help-gnats mailing list
>Help-gnats@gnu.org
>http://lists.gnu.org/mailman/listinfo/help-gnats
>
>
>End of Help-gnats Digest, Vol 21, Issue 2
>*****************************************
>
>  
>

-- 
Adam Cade , Go Internet Ltd
email: adam@gointernet.co.uk
voice: +44 (0)20 7419 0001
fax  : +44 (0)20 7419 6519
web  : www.gointernet.co.uk




_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnats

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

* Re: GnatsWeb....
  2004-08-05 16:03 ` GnatsWeb Adam Cade
@ 2004-08-11 15:54   ` James Eric Lawson
  0 siblings, 0 replies; 17+ messages in thread
From: James Eric Lawson @ 2004-08-11 15:54 UTC (permalink / raw)
  To: help-gnats; +Cc: Adam Cade

The fiend priority...fixed-in-version (hyphens)?  I don't know about
changing the built-in fields, though; I have only changed non-built-ins.
To change those, 5 lines of the dbconfig file needed to be edited
("Notify-List" to "cc" -- don't ask).

If possible despite whatever resistance you're encountering, you might
want to default the priority field and add a field, or change an unused,
non-built-in.

Eric

James Eric Lawson <eric@bioeng.washington.edu>
Research Publications Editor III
University of Washington, Box 357962, Seattle WA  USA  98195

On Thu, 5 Aug 2004, Adam Cade wrote:

> Hi guys,
>
> Can't find any information on creating/editoring fields in gnats web. Is
> impossible?
>
> I want to change the name of the fiend 'Priority' to 'Fixed in version:'
> (Don't ask). However, whenever i do this in dbconfig i get errors from
> gnatsweb:
>
> Return code: 417 - Error at line 148 of
> /usr/local/etc/gnats/databases/test/gnats-adm/dbconfig:Invalid builtin
> fieldname Fixed in version:
>
> Any ideas on how to hack the dbconfig?
>
> Cheers,
> Adam
>
> help-gnats-request@gnu.org wrote:
>
> >Send Help-gnats mailing list submissions to
> >	help-gnats@gnu.org
> >
> >To subscribe or unsubscribe via the World Wide Web, visit
> >	http://lists.gnu.org/mailman/listinfo/help-gnats
> >or, via email, send a message with subject or body 'help' to
> >	help-gnats-request@gnu.org
> >
> >You can reach the person managing the list at
> >	help-gnats-owner@gnu.org
> >
> >When replying, please edit your Subject line so it is more specific
> >than "Re: Contents of Help-gnats digest..."
> >
> >
> >Today's Topics:
> >
> >   1. Unparseable replies from GNATS server (Stuart Stevens)
> >   2. RE: Unparseable replies from GNATS server (Stuart Stevens)
> >
> >
> >----------------------------------------------------------------------
> >
> >Message: 1
> >Date: Wed, 4 Aug 2004 03:06:21 -0700
> >From: "Stuart Stevens" <stuart_stevens@sierralogic.com>
> >Subject: Unparseable replies from GNATS server
> >To: <help-gnats@gnu.org>
> >Message-ID: <E1BsIhz-0000xI-DZ@lists.gnu.org>
> >Content-Type: text/plain; charset="us-ascii"
> >
> >As I make changes to the dbconfig, I will get the "unparseable reply" error.
> >Running under debug=all, it appears that there is no response from gnatsd.
> >On the server there is no daemon running.
> >
> >Is the recommendation to use the trunk instead of the released 4.00 version?
> >
> >Does the gnatsd server log any failures that can be looked at?
> >
> >
> >Stuart Stevens
> >
> >-------------- next part --------------
> >An HTML attachment was scrubbed...
> >URL: http://lists.gnu.org/pipermail/help-gnats/attachments/20040804/c9c1a311/attachment.html
> >
> >------------------------------
> >
> >Message: 2
> >Date: Wed, 4 Aug 2004 05:08:06 -0700
> >From: "Stuart Stevens" <stuart_stevens@sierralogic.com>
> >Subject: RE: Unparseable replies from GNATS server
> >To: "'Stuart Stevens'" <stuart_stevens@sierralogic.com>,
> >	<help-gnats@gnu.org>
> >Message-ID: <E1BsKcD-0005hQ-Dc@lists.gnu.org>
> >Content-Type: text/plain;	charset="us-ascii"
> >
> >I am running GNATS 4.0 on Linux - Red Hat 9.  I pulled the TOT and rebuilt
> >this morning.  I then run the daemon directly and I got a memory fault.  The
> >daemon fails with the following field "Comment-new" added to dbconfig:
> >
> >field "Comments" {
> >    multitext
> >    read-only
> >}
> >
> >field "Comment-new" {
> >    multitext
> >    on-change {
> >        append-to-field "Comments" {
> >                "Comment added by %s  on %D\n\n%s"
> >                "$EditUserEmailAddress" "$CurrentDate" "$NewValue"
> >        }
> >    }
> >    on-change {
> >        set-field "Comment-new" {
> >            ""
> >        }
> >    }
> >}
> >
> >I issued the following commands:
> >
> >lock 2511 stuart
> >editaddr stuart
> >edit 2511
> ><email with changes>
> >
> >Next step is to get into the debugger.
> >
> >Any ideas?
> >
> >Thanks
> >Stuart
> >
> >
> >
> >
> >
> >------------------------------
> >
> >_______________________________________________
> >Help-gnats mailing list
> >Help-gnats@gnu.org
> >http://lists.gnu.org/mailman/listinfo/help-gnats
> >
> >
> >End of Help-gnats Digest, Vol 21, Issue 2
> >*****************************************
> >
> >
> >
>
> --
> Adam Cade , Go Internet Ltd
> email: adam@gointernet.co.uk
> voice: +44 (0)20 7419 0001
> fax  : +44 (0)20 7419 6519
> web  : www.gointernet.co.uk
>
>
>
>
> _______________________________________________
> Help-gnats mailing list
> Help-gnats@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnats
>


_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnats

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

* GNATSWEB
@ 2003-08-08 17:38 Hemant Wadhavankar
  0 siblings, 0 replies; 17+ messages in thread
From: Hemant Wadhavankar @ 2003-08-08 17:38 UTC (permalink / raw)
  To: help-gnats


[-- Attachment #1.1: Type: text/plain, Size: 645 bytes --]

Hello...
I have installed GNATS4 and GNATSWEB 4 as well by procedure. I have done 
it on RedHat Linux 9.0
Apparently almost everything is fine, but get an error while running

# make test USERNAME=hemant PASSWORD=hemant DATABASE=eshdevc
connect...........................................pass
query.............................................FAIL
make: *** [test] Error 9

I am not able to run this command with root login..
Also, after installing GNATSWEB, how to access it thorugh other hosts. I 
tried it accessing it on <server ip>:1529 port, but no results.
Please help in this regard.
Regards
Hemant Wadhavankar
eInfochips Limited.
India


[-- Attachment #1.2: Type: text/html, Size: 1117 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

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

* Re: gnatsweb
  2001-07-09  1:10 ` gnatsweb Margaret BRIERTON
@ 2001-07-09  1:29   ` S Ramesh
  0 siblings, 0 replies; 17+ messages in thread
From: S Ramesh @ 2001-07-09  1:29 UTC (permalink / raw)
  To: Margaret BRIERTON; +Cc: gnats-devel

Hi Margaret,

Check out ur /etc/aliases file.
In that u should have a alias like

bug-log: /usr/local/share/gnats/gnats-db/gnats-adm/bugs.log

if its so while submitting a bug.. ur mail will create that bugs.log and append
all the bugs then and there. tthe owner and group will be "mail".
u can view that file as root.

This is working for me. BUt i have another problem.
the previous alias like

bug -q: /usr/local/libexec/gnats/queue-pr

is not woring for me. the mail is returning and its saying that int he returned
mail that

queue-pr service not availabe like that. can be plz help me to sort it out. this
gnats installation is taking me days. Also i have apache webserver on the the
same host where gnats is installed. i installed gnatsweb likw

make install CGI_DIR=/var/www/cgi-bin.

it is installed there.. but how to invoke it.. when i put my IP addr on the
browser.. ts displaying the deauflt test page only. i have gnatsd running
.Kindly help me.. ia m in urgent need of these things.. which i got stuck two
days back.

Regds,
Ramesh

******************************************************************************88

Margaret BRIERTON wrote:

> Hi
>
> Can someone tell me what the permissions ie owner and group should be for the
> file bugs.log?
>
> I get as far as submitting a problem report using gnatsweb and i get the
> following error:
>
> /usr/local/share/gnats/gnats-db/gnats-adm/bugs.log... Can't create output:
> Permission denied
> /dead.letter... cannot open /dead.letter: Permission denied
>  Error
>
> Bad pipe to /usr/lib/sendmail -oi -t
>
> I created the file as the GNATS admin.
>
> cheers
>
> margaret

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

* gnatsweb
  2001-05-29  0:11 modular database backends Dirk Bergstrom
@ 2001-07-09  1:10 ` Margaret BRIERTON
  2001-07-09  1:29   ` gnatsweb S Ramesh
  0 siblings, 1 reply; 17+ messages in thread
From: Margaret BRIERTON @ 2001-07-09  1:10 UTC (permalink / raw)
  To: egcs; +Cc: gnats-devel

Hi

Can someone tell me what the permissions ie owner and group should be for the
file bugs.log?

I get as far as submitting a problem report using gnatsweb and i get the
following error:


/usr/local/share/gnats/gnats-db/gnats-adm/bugs.log... Can't create output:
Permission denied
/dead.letter... cannot open /dead.letter: Permission denied
 Error


Bad pipe to /usr/lib/sendmail -oi -t


I created the file as the GNATS admin.


cheers

margaret

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

* RE: Gnatsweb
  2001-05-27  2:25 ` Gnatsweb Mark D. Baushke
@ 2001-05-27  2:35   ` James Dennis
  0 siblings, 0 replies; 17+ messages in thread
From: James Dennis @ 2001-05-27  2:35 UTC (permalink / raw)
  To: mdb; +Cc: gnats-devel

Adding the code worked, thanks very much!

J.

-----Original Message-----
From: mdb@juniper.net [ mailto:mdb@juniper.net ]
Sent: 27 May 2001 10:25 AM
To: James Dennis
Cc: gnats-devel@sources.redhat.com
Subject: Re: Gnatsweb

Hi James,

Make sure that your clients are all properly issuing the EDITADDR
directive in the gnats client-server protocol (this is how gnats fills
in the State-Changed-By field).

Depending on the version of gnatsweb you have, you want it to send a
client_cmd("editaddr $db_prefs{'user'}"); in the 'sub submitedit {...}
code.

However, you also need for $db_prefs{'user'} to have the value of the
username which will be in a user cookie, so if cookies are disabled or
the user is not entering anything to get that information filled out,
then, you won't have any useful information for the editaddr command
to the server and you will get the 'null' results you are seeing.

        Good luck,
        -- Mark

> From: "James Dennis" <James@JDennis.net>
> Date: Sun, 27 May 2001 10:08:07 +0100
>
>
> Hey folks,
>
> I've got the latest gnatsweb and GNATs from CVS and I've almost got it
> running exactly how I want. One problem is that the person making an edit
is
> not reported correctly eg:
>
> State-Changed-From-To: open->analyzed
> State-Changed-By:
> State-Changed-When: Sat, 26 May 2001 20:03:03 BST
> State-Changed-Why:
>
> Emails also come from 'null'. Anyone know how to fix this?
>
> J.

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

* Re: Gnatsweb
  2001-05-27  2:07 Gnatsweb James Dennis
@ 2001-05-27  2:25 ` Mark D. Baushke
  2001-05-27  2:35   ` Gnatsweb James Dennis
  0 siblings, 1 reply; 17+ messages in thread
From: Mark D. Baushke @ 2001-05-27  2:25 UTC (permalink / raw)
  To: James Dennis; +Cc: gnats-devel

Hi James,

Make sure that your clients are all properly issuing the EDITADDR
directive in the gnats client-server protocol (this is how gnats fills
in the State-Changed-By field).

Depending on the version of gnatsweb you have, you want it to send a
client_cmd("editaddr $db_prefs{'user'}"); in the 'sub submitedit {...}
code.

However, you also need for $db_prefs{'user'} to have the value of the
username which will be in a user cookie, so if cookies are disabled or
the user is not entering anything to get that information filled out,
then, you won't have any useful information for the editaddr command
to the server and you will get the 'null' results you are seeing.

	Good luck,
	-- Mark

> From: "James Dennis" <James@JDennis.net>
> Date: Sun, 27 May 2001 10:08:07 +0100
> 
> 
> Hey folks,
> 
> I've got the latest gnatsweb and GNATs from CVS and I've almost got it
> running exactly how I want. One problem is that the person making an edit is
> not reported correctly eg:
> 
> State-Changed-From-To: open->analyzed
> State-Changed-By:
> State-Changed-When: Sat, 26 May 2001 20:03:03 BST
> State-Changed-Why:
> 
> Emails also come from 'null'. Anyone know how to fix this?
> 
> J.

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

* Gnatsweb
@ 2001-05-27  2:07 James Dennis
  2001-05-27  2:25 ` Gnatsweb Mark D. Baushke
  0 siblings, 1 reply; 17+ messages in thread
From: James Dennis @ 2001-05-27  2:07 UTC (permalink / raw)
  To: gnats-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 427 bytes --]

Hey folks,

 

I’ve got the latest gnatsweb and GNATs from CVS and I’ve almost got it
running exactly how I want. One problem is that the person making an edit is
not reported correctly eg:

 

State-Changed-From-To: open->analyzed State-Changed-By: State-Changed-When: Sat, 26 May 2001 20:03:03 BST State-Changed-Why:

 

Emails also come from ‘null’. Anyone know how to fix this?

 

J.







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

* Re: gnatsweb
  2000-12-07  1:34   ` gnatsweb Gerald Pfeifer
  2000-12-07 15:58     ` gnatsweb Jeffrey A Law
  2000-12-07 22:33     ` gnatsweb Paul Traina
@ 2000-12-13 13:21     ` Tom Tromey
  2 siblings, 0 replies; 17+ messages in thread
From: Tom Tromey @ 2000-12-13 13:21 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Paul Traina, gnats-devel, overseers

Gerald> ...can someone please give me write access to the GNATS CVS
Gerald> repository?

It looks like somebody already did.

Note that the sources/gcc.gnu.org gnatsweb is mildly hacked from the
official version.  For instance it recognizes URL text in PR bodies
and turns it into a link when displaying.  (I'd like to see this go in
to the official gnatsweb...)

Please tell me if you make significant changes.  I'd like to keep the
gcc and sources gnatsweb copies more or less in sync.

Tom

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

* Re: gnatsweb
  2000-12-07 22:33     ` gnatsweb Paul Traina
@ 2000-12-10 15:46       ` Gerald Pfeifer
  0 siblings, 0 replies; 17+ messages in thread
From: Gerald Pfeifer @ 2000-12-10 15:46 UTC (permalink / raw)
  To: Paul Traina; +Cc: gnats-devel

[ overseers removed from the Cc ]

On Thu, 7 Dec 2000, Paul Traina wrote:
> The policy is that everyone who has agreed to maintain it (including
> myself) no longer has any time or ability to do so, so we're in
> desparate search for a maintainer.  If you'd like to be that person,
> then the only policy I'd say is: "Don't you dare break it." :-)

Well, I won't have to time to become *the* maintainer in the near future,
but I think I'll be able to contribute a few improvements or perhaps also
install changes by others (as I have received a couple of private mails by
others working on gnatsweb).

Would you mind giving me a few hints?

 - What version in CVS I should base any future work on?

   I assume the head of the tree? (There is a branch, but it seems old.)

 - ftp://sources.redhat.com/pub/gnats/contrib/gnatsweb-2.7beta.tar.gz
   contains a snapshot of gnatsweb.

   Is this the most current one?

   It does not seem to be in CVS. Should we make this the head of the
   tree, or has this evolved independently? If the latter, what's the
   proper procedure to merge this in?

 - Are "we" the current maintainers of gnatsweb or is there some external
   development going on?

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/

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

* Re: gnatsweb
  2000-12-08  8:17 ` gnatsweb Steffen Opel
@ 2000-12-09 17:25   ` Paul Traina
  0 siblings, 0 replies; 17+ messages in thread
From: Paul Traina @ 2000-12-09 17:25 UTC (permalink / raw)
  To: Steffen Opel, gnats-devel

Bob already fixed gnatsweb 2.6 in the CVS snapshot (I'm sure you're aware of
that, but just wanted to make it really obvious in case that wasn't the
case).


----- Original Message -----
From: "Steffen Opel" <opel@rumms.uni-mannheim.de>
To: <gnats-devel@sources.redhat.com>
Sent: Friday, December 08, 2000 8:17 AM
Subject: Re: gnatsweb


> On Dec 7 Gerald (Gerald Pfeifer) wrote:
>
> > Unless someone proves me wrong (and I do hope that this will happen!)
> > I'm considering making new gnatsweb releases "soon"; the current
situation
>
> This is indeed very welcome for a lot of projects, thanks for tackling
this!
>
> I guess you are aware of the gnatsweb 2.7 beta, which features
modularization
> and a reportedly 'very cool' graphical charting/reporting module?  I only
> gave it a quick shot which failed due to gnats 4.0 issues, which I wanted
> to fix for gnatsweb 2.6 first until I get a better insight into the
project;
> still it looked very promissing and I'd love to see this feature set
> appearing in the hopefully upcoming regular gnatsweb releases :-)
>
> Ciao,
> Steffen
>
>

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

* Re: gnatsweb
       [not found] <pfeifer@dbai.tuwien.ac.at>
@ 2000-12-08  8:17 ` Steffen Opel
  2000-12-09 17:25   ` gnatsweb Paul Traina
  0 siblings, 1 reply; 17+ messages in thread
From: Steffen Opel @ 2000-12-08  8:17 UTC (permalink / raw)
  To: gnats-devel

On Dec 7 Gerald (Gerald Pfeifer) wrote:

> Unless someone proves me wrong (and I do hope that this will happen!)
> I'm considering making new gnatsweb releases "soon"; the current situation

This is indeed very welcome for a lot of projects, thanks for tackling this!

I guess you are aware of the gnatsweb 2.7 beta, which features modularization 
and a reportedly 'very cool' graphical charting/reporting module?  I only 
gave it a quick shot which failed due to gnats 4.0 issues, which I wanted 
to fix for gnatsweb 2.6 first until I get a better insight into the project; 
still it looked very promissing and I'd love to see this feature set 
appearing in the hopefully upcoming regular gnatsweb releases :-)

Ciao,
Steffen


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

* Re: gnatsweb
  2000-12-07  1:34   ` gnatsweb Gerald Pfeifer
  2000-12-07 15:58     ` gnatsweb Jeffrey A Law
@ 2000-12-07 22:33     ` Paul Traina
  2000-12-10 15:46       ` gnatsweb Gerald Pfeifer
  2000-12-13 13:21     ` gnatsweb Tom Tromey
  2 siblings, 1 reply; 17+ messages in thread
From: Paul Traina @ 2000-12-07 22:33 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gnats-devel, overseers

The policy is that everyone who has agreed to maintain it (including myself)
no longer has any time or ability to do so, so we're in desparate search for
a maintainer.  If you'd like to be that person, then the only policy I'd say
is: "Don't you dare break it." :-)


----- Original Message -----
From: "Gerald Pfeifer" <pfeifer@dbai.tuwien.ac.at>
To: "Paul Traina" <pst@juniper.net>
Cc: <gnats-devel@sources.redhat.com>; <overseers@sources.redhat.com>
Sent: Thursday, December 07, 2000 1:33 AM
Subject: Re: gnatsweb


> [ overseers@sources.redhat.com added because of the CVS write issue. ]
>
> On Wed, 6 Dec 2000, Paul Traina wrote:
> > You're more than welcome to join the gang of un-maintainers if Ken
> > doesn't respond.
>
> Well, I got a mail bounce from his mail address, so...
>
> > Jason can set you up with access to the CVS repository.
>
> ...can someone please give me write access to the GNATS CVS repository?
>
> What's the policy of the GNATS project? Can I just go ahead an install
> patches to gnatsweb?
>
> Gerald
> --
> Gerald "Jerry" pfeifer@dbai.tuwien.ac.at
http://www.dbai.tuwien.ac.at/~pfeifer/
>

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

* Re: gnatsweb
  2000-12-07  1:34   ` gnatsweb Gerald Pfeifer
@ 2000-12-07 15:58     ` Jeffrey A Law
  2000-12-07 22:33     ` gnatsweb Paul Traina
  2000-12-13 13:21     ` gnatsweb Tom Tromey
  2 siblings, 0 replies; 17+ messages in thread
From: Jeffrey A Law @ 2000-12-07 15:58 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Paul Traina, gnats-devel, overseers

  In message < Pine.BSF.4.30.0012071031150.50473-100000@deneb.dbai.tuwien.ac.at >
you write:
  > [ overseers@sources.redhat.com added because of the CVS write issue. ]
  > 
  > On Wed, 6 Dec 2000, Paul Traina wrote:
  > > You're more than welcome to join the gang of un-maintainers if Ken
  > > doesn't respond.
  > 
  > Well, I got a mail bounce from his mail address, so...
  > 
  > > Jason can set you up with access to the CVS repository.
  > 
  > ...can someone please give me write access to the GNATS CVS repository?
Done.

jeff

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

* Re: gnatsweb
  2000-12-06 18:57 ` gnatsweb Paul Traina
@ 2000-12-07  1:34   ` Gerald Pfeifer
  2000-12-07 15:58     ` gnatsweb Jeffrey A Law
                       ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Gerald Pfeifer @ 2000-12-07  1:34 UTC (permalink / raw)
  To: Paul Traina; +Cc: gnats-devel, overseers

[ overseers@sources.redhat.com added because of the CVS write issue. ]

On Wed, 6 Dec 2000, Paul Traina wrote:
> You're more than welcome to join the gang of un-maintainers if Ken
> doesn't respond.

Well, I got a mail bounce from his mail address, so...

> Jason can set you up with access to the CVS repository.

...can someone please give me write access to the GNATS CVS repository?

What's the policy of the GNATS project? Can I just go ahead an install
patches to gnatsweb?

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/

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

* Re: gnatsweb
  2000-12-06 16:22 gnatsweb Gerald Pfeifer
@ 2000-12-06 18:57 ` Paul Traina
  2000-12-07  1:34   ` gnatsweb Gerald Pfeifer
  0 siblings, 1 reply; 17+ messages in thread
From: Paul Traina @ 2000-12-06 18:57 UTC (permalink / raw)
  To: Gerald Pfeifer, gnats-devel, Kenneth H. Cox

You're more than welcome to join the gang of un-maintainers if Ken doesn't
respond.
Jason can set you up with access to the CVS repository.

Paul

----- Original Message -----
From: "Gerald Pfeifer" <pfeifer@dbai.tuwien.ac.at>
To: <gnats-devel@sources.redhat.com>; "Kenneth H. Cox"
<kenstir@senteinc.com>
Sent: Wednesday, December 06, 2000 4:22 PM
Subject: gnatsweb


> My patch for gnatsweb has been ignored for two times now
>
> I noticed that also GNATS is more or less unmaintained, but it seems that
> gnatsweb is completely unmaintained these days.
>
> Unless someone proves me wrong (and I do hope that this will happen!)
> I'm considering making new gnatsweb releases "soon"; the current situation
> is frustrating and unacceptable for those projects (like GCC) relying on
> gnatsweb.
>
> If there *is* an active gnatsweb maintainer, I'd be glad to donate my
> original patch as well as a few further ones that probably will come
> soon...
>
> Gerald
> --
> Gerald "Jerry" pfeifer@dbai.tuwien.ac.at
http://www.dbai.tuwien.ac.at/~pfeifer/
>

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

* gnatsweb
@ 2000-12-06 16:22 Gerald Pfeifer
  2000-12-06 18:57 ` gnatsweb Paul Traina
  0 siblings, 1 reply; 17+ messages in thread
From: Gerald Pfeifer @ 2000-12-06 16:22 UTC (permalink / raw)
  To: gnats-devel, Kenneth H. Cox

My patch for gnatsweb has been ignored for two times now

I noticed that also GNATS is more or less unmaintained, but it seems that
gnatsweb is completely unmaintained these days.

Unless someone proves me wrong (and I do hope that this will happen!)
I'm considering making new gnatsweb releases "soon"; the current situation
is frustrating and unacceptable for those projects (like GCC) relying on
gnatsweb.

If there *is* an active gnatsweb maintainer, I'd be glad to donate my
original patch as well as a few further ones that probably will come
soon...

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/

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

end of thread, other threads:[~2004-08-05 16:03 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20040804160052.588B6E486@mailfilter.gointernet.co.uk>
2004-08-05 16:03 ` GnatsWeb Adam Cade
2004-08-11 15:54   ` GnatsWeb James Eric Lawson
2003-08-08 17:38 GNATSWEB Hemant Wadhavankar
  -- strict thread matches above, loose matches on Subject: below --
2001-05-29  0:11 modular database backends Dirk Bergstrom
2001-07-09  1:10 ` gnatsweb Margaret BRIERTON
2001-07-09  1:29   ` gnatsweb S Ramesh
2001-05-27  2:07 Gnatsweb James Dennis
2001-05-27  2:25 ` Gnatsweb Mark D. Baushke
2001-05-27  2:35   ` Gnatsweb James Dennis
     [not found] <pfeifer@dbai.tuwien.ac.at>
2000-12-08  8:17 ` gnatsweb Steffen Opel
2000-12-09 17:25   ` gnatsweb Paul Traina
2000-12-06 16:22 gnatsweb Gerald Pfeifer
2000-12-06 18:57 ` gnatsweb Paul Traina
2000-12-07  1:34   ` gnatsweb Gerald Pfeifer
2000-12-07 15:58     ` gnatsweb Jeffrey A Law
2000-12-07 22:33     ` gnatsweb Paul Traina
2000-12-10 15:46       ` gnatsweb Gerald Pfeifer
2000-12-13 13:21     ` gnatsweb Tom Tromey

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).