This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

change glibcbug address



The webinterface to GNATS is still broken and during the last
discussion with the GNU hackers, we even considered setting up a
separate GNATS for glibc.

I've created two aliases at gnu.org (this was suggested by Roland
McGrath) that point glibc-bug-reports-stable and
glibc-bug-reports-experimental to bugs@gnu.org for now.  This way we
can easily switch the bug report address.

Ok to commit?
Andreas

2001-04-18  Andreas Jaeger  <aj@suse.de>

	* glibcbug.in (BUGGLIBC): Send to new alias.

============================================================
Index: glibcbug.in
--- glibcbug.in	1999/08/28 22:16:58	1.18
+++ glibcbug.in	2001/04/18 08:22:54
@@ -36,12 +36,7 @@
   chmod 600 $TEMPx
 fi
 
-if test "$RELEASE" = "stable"; then
-  BUGGLIBC="bugs@gnu.org"
-else
-  BUGGLIBC="libc-alpha@sourceware.cygnus.com"
-fi
-
+BUGGLIBC="glibc-bug-reports-${RELEASE}@gnu.org"
 BUGADDR=${1-$BUGGLIBC}
 
 : ${EDITOR=emacs}

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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