This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[maint/rfc] Update who can approve unmaintained target patches


Per proposal posted to gdb@.

The attached widens who can test/approve a patch to an unmaintained 
target to include any maintainer.

look ok?
Andrew
2002-01-06  Andrew Cagney  <ac131313@redhat.com>

	* MAINTAINERS: Update target maintainer rules so that any
	Maintainer can approve a tested patch for a maintenance-only
	target.

Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.139
diff -p -r1.139 MAINTAINERS
*** MAINTAINERS	2002/01/06 19:10:24	1.139
--- MAINTAINERS	2002/01/06 19:59:51
*************** maintainer works with the native maintai
*** 174,185 ****
  			Maintenance only
  			OBSOLETE candidate, not multi-arch
  
! All maintainers can make arbitrary changes to OBSOLETE targets.
  
! All maintainers can make mechanical (params, spelling, indentation,
! multi-arch, -W..., ....) changes to ``maintenance only'' targets.
! Please sanity check the change by compiling with one of the listed
! targets.
  
  The GAWK segment:
  
--- 174,188 ----
  			Maintenance only
  			OBSOLETE candidate, not multi-arch
  
! All developers recognized by this file can make arbitrary changes to
! OBSOLETE targets.
  
! All maintainers can test and thence approve non-trivial changes to
! ``maintenance only'' targets submitted by recognized developers.
! 
! All recognized developers can make mechanical changes (by virtue of
! the obvious fix rule) to ``maintenance only'' targets.  The change
! shall be sanity checked by compiling with one of the listed targets.
  
  The GAWK segment:
  

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]