This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc 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]

GNU C Library master sources branch, fedora/master, updated. fedora/glibc-2.12.90-4-3-ga06f3a3


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, fedora/master has been updated
       via  a06f3a382318e4cbc1bec49b923ef1b4f1e2a493 (commit)
      from  2e091b008b3e097045b3b48bb39e5642f75965df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a06f3a382318e4cbc1bec49b923ef1b4f1e2a493

commit a06f3a382318e4cbc1bec49b923ef1b4f1e2a493
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Jul 12 10:08:16 2010 +0200

    Don't use --add when defining glibc.ports-repo

diff --git a/fedora/Makefile b/fedora/Makefile
index 0de99b4..e09c369 100644
--- a/fedora/Makefile
+++ b/fedora/Makefile
@@ -22,7 +22,7 @@ ports-repo := $(call gitconf,glibc.ports-repo)
 ifndef ports-repo
 $(error \
 You need a glibc-ports repository! \
-Get one and do: "git config --add glibc.ports-repo ~/DIR/.git" \
+Get one and do: "git config glibc.ports-repo GLIBC_PORTS.git" \
 )
 endif
 

-----------------------------------------------------------------------

Summary of changes:
 fedora/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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