Thinko
This commit is contained in:
parent
78ac2523c8
commit
f58f27fbef
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue