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

automerge
This commit is contained in:
mergify[bot]
2020-02-26 23:31:44 -08:00
committed by GitHub
parent 0198f9e8af
commit a64b8a2705
13 changed files with 305 additions and 176 deletions

View File

@@ -915,9 +915,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,
)
})