From 47c4b4b060db0290022dcc37cab7b5ff4bdb5c32 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 26 Jan 2018 02:35:10 +0100 Subject: hurd build-many-glibcs.py: use hurd mainline for now * scripts/build-many-glibcs.py (checkout_vcs): Make hurd mainline the default for now. --- scripts/build-many-glibcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build-many-glibcs.py') diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 113352c089..8a2e068577 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: -- cgit 1.4.1