File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11#
22# Copyright (c) 2017 Amazon.com, Inc. or its affiliates. All Rights
33# Reserved.
4+ # Copyright (c) 2081 Cisco Systems, Inc. All rights reserved.
45#
56# Additional copyrights may follow
67#
@@ -675,8 +676,8 @@ def remote_cleanup(self, build_history):
675676 continue
676677 for filename in build_history [build ]['files' ].keys ():
677678 filedata = build_history [build ]['files' ][filename ]
678- md5sum_string += '%s %s\n ' % (filename , filedata ['md5' ])
679- sha1sum_string += '%s %s\n ' % (filename , filedata ['sha1' ])
679+ md5sum_string += '%s %s\n ' % (filedata ['md5' ], filename )
680+ sha1sum_string += '%s %s\n ' % (filedata ['sha1' ], filename )
680681 output_base = self ._config ['branches' ][branch_name ]['output_location' ]
681682 self ._filer .upload_from_stream (os .path .join (output_base , 'md5sums.txt' ),
682683 md5sum_string )
You can’t perform that action at this time.
0 commit comments