Rename snapshot.tar.bz2 to snapshot-<slot>-<hash>.tar.bz2 (bp #8482) (#8500)

automerge
This commit is contained in:
mergify[bot]
2020-02-27 00:04:14 -08:00
committed by GitHub
parent eb3b5d7382
commit 85637e8f63
13 changed files with 305 additions and 176 deletions

View File

@@ -909,9 +909,9 @@ fn main() {
snapshot_utils::package_snapshot(
&bank,
&slot_snapshot_paths,
snapshot_utils::get_snapshot_archive_path(output_directory),
&temp_dir,
&bank.src.roots(),
output_directory,
storages,
)
})