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.28.9000-206-g8190520


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  8190520f2a518bec6e6d54d27ed6b6d985cacb59 (commit)
      from  be8ff03f92df08055ac5f15f1b65b24026a683a5 (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=8190520f2a518bec6e6d54d27ed6b6d985cacb59

commit 8190520f2a518bec6e6d54d27ed6b6d985cacb59
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Oct 22 16:49:37 2018 +0000

    Use Linux 4.19 in build-many-glibcs.py.
    
    	* scripts/build-many-glibcs.py (Context.checkout): Default Linux
    	version to 4.19.

diff --git a/ChangeLog b/ChangeLog
index 073d034..c3947f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2018-10-22  Joseph Myers  <joseph@codesourcery.com>
 
+	* scripts/build-many-glibcs.py (Context.checkout): Default Linux
+	version to 4.19.
+
 	[BZ #23793]
 	* wcsmbs/c32rtomb.c: New file.
 	* wcsmbs/mbrtoc32.c: Likewise.
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 61f9865..3f288e0 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -718,7 +718,7 @@ class Context(object):
                             'gcc': 'vcs-8',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
-                            'linux': '4.18',
+                            'linux': '4.19',
                             'mpc': '1.1.0',
                             'mpfr': '4.0.1',
                             'mig': 'vcs-mainline',

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

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