From: Bobby R. Bruce Date: Wed, 6 May 2020 00:44:34 +0000 (-0700) Subject: misc: Updated resources bucket url to version 20 X-Git-Tag: v20.0.0.0~48 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2877d0fa636e4f16469bb8efa71a0dbe0b9c48d6;p=gem5.git misc: Updated resources bucket url to version 20 This will fix this v20.0.0.0 of gem5 to the v20 gem5 resources bucket subdirectory. Change-Id: I0c1f1a2c28c18e684bcb009d1650f9e9d2950a93 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/28708 Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power Tested-by: kokoro --- diff --git a/ext/testlib/config.py b/ext/testlib/config.py index 348d0a84c..189f7c1d5 100644 --- a/ext/testlib/config.py +++ b/ext/testlib/config.py @@ -220,7 +220,7 @@ def define_defaults(defaults): os.pardir)) defaults.result_path = os.path.join(os.getcwd(), '.testing-results') defaults.list_only_failed = False - defaults.resource_url = 'http://dist.gem5.org/dist/develop' + defaults.resource_url = 'http://dist.gem5.org/dist/v20' def define_constants(constants): '''