This commit is contained in:
Sergio Durigan Junior 2016-11-10 12:58:55 -05:00
parent 78ac2523c8
commit f58f27fbef

View file

@ -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: