Skip to content

Commit

Permalink
skip old files to prevent permission issues when decompress db_snap (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola authored Jan 12, 2024
1 parent 6145ff8 commit 6f29e08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
...
}: let
# this change on each change of dependencies, unfortunately this hash not yet automatically updated from SRI of package.lock
npmDepsHash = "sha256-+J8ADyIxSNYQJ7gDgs+E5J5DUg4rQhwALYA59hWH1DU=";
npmDepsHash = "sha256-FyZm1oLugeJpUXNvbl/nfuvCRdXWG+SKrHXanm8dcmY=";
####

# there is officia polkadot on nixpkgs, but it has no local rococo wasm to run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ export class KubeClient extends Client {
"/",
"&&",
"tar",
"--skip-old-files",
"-xzvf",
"/data/db.tgz",
].join(" "),
Expand Down

0 comments on commit 6f29e08

Please sign in to comment.