From f58f27fbef21c449ad058690befefb43dee12838 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Thu, 10 Nov 2016 12:58:55 -0500 Subject: [PATCH] Thinko --- lib/gdbcommand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gdbcommand.py b/lib/gdbcommand.py index 816c41c..143e7a8 100644 --- a/lib/gdbcommand.py +++ b/lib/gdbcommand.py @@ -31,7 +31,7 @@ def create_copy_command (props): else: return [ 'true' ] - from_path = os.path.join (get_web_base (), builder, commit[:2], commit, 'gdb.sum') + from_path = os.path.join (get_web_base (), builder, commit[:2], commit, 'gdb.sum.xz') if istry and istry == 'yes': to_path = os.path.join (get_web_base (), builder, 'try', rev[:2], rev) else: