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 master updated. glibc-2.26.9000-1166-g47c4b4b


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, master has been updated
       via  47c4b4b060db0290022dcc37cab7b5ff4bdb5c32 (commit)
      from  65f6c94e682e3c21bde4c3aea74011c00d41ac04 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=47c4b4b060db0290022dcc37cab7b5ff4bdb5c32

commit 47c4b4b060db0290022dcc37cab7b5ff4bdb5c32
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Fri Jan 26 02:35:10 2018 +0100

    hurd build-many-glibcs.py: use hurd mainline for now
    
    	* scripts/build-many-glibcs.py (checkout_vcs): Make hurd
    	mainline the default for now.

diff --git a/ChangeLog b/ChangeLog
index 9958e7c..9eedd2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,7 +39,7 @@
 2018-01-25  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
 	* scripts/build-many-glibcs.py (checkout_vcs): Add hurd repository
-	URL, and run autoconf.
+	URL, and run autoconf, make it the default for now.
 
 2018-01-24  Joseph Myers  <joseph@codesourcery.com>
 
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 113352c..8a2e068 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -706,7 +706,7 @@ class Context(object):
                             'mpfr': '4.0.0',
                             'mig': '1.8',
                             'gnumach': '1.8',
-                            'hurd': '0.9'}
+                            'hurd': 'vcs-mainline'}
         use_versions = {}
         explicit_versions = {}
         for v in versions:

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

Summary of changes:
 ChangeLog                    |    2 +-
 scripts/build-many-glibcs.py |    2 +-
 2 files changed, 2 insertions(+), 2 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]