summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-26 02:35:10 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-26 02:35:10 +0100
commit47c4b4b060db0290022dcc37cab7b5ff4bdb5c32 (patch)
tree59bf7623056e4a4e5fd1c69718a2bac9064a5c3b /scripts
parent65f6c94e682e3c21bde4c3aea74011c00d41ac04 (diff)
hurd build-many-glibcs.py: use hurd mainline for now
* scripts/build-many-glibcs.py (checkout_vcs): Make hurd mainline the default for now.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-many-glibcs.py2
1 files changed, 1 insertions, 1 deletions
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: