hurd build-many-glibcs.py: use hurd mainline for now
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 26 Jan 2018 01:35:10 +0000 (02:35 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 26 Jan 2018 01:35:10 +0000 (02:35 +0100)
* scripts/build-many-glibcs.py (checkout_vcs): Make hurd
mainline the default for now.

ChangeLog
scripts/build-many-glibcs.py

index 9958e7c..9eedd2b 100644 (file)
--- 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>
 
index 113352c..8a2e068 100755 (executable)
@@ -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: