make the snaps produced by slimy-update-snap.sh pass review

I mean we /probably/ shouldn't be using the snaps this makes for
anything serious but it can be useful for testing emergency fixes...
This commit is contained in:
Michael Hudson-Doyle 2021-08-24 11:27:24 +12:00
parent d44d29b3a5
commit d1cc1cf593
1 changed files with 2 additions and 2 deletions

View File

@ -58,6 +58,6 @@ rm -rf new/lib/python3.6/site-packages/subiquitycore
(cd "${src}" && ./scripts/update-part.py curtin)
rsync -a $src/subiquity $src/subiquitycore $src/curtin/curtin new/lib/python3.6/site-packages
rsync -a --chown 0:0 $src/subiquity $src/subiquitycore $src/curtin/curtin new/lib/python3.6/site-packages
mksquashfs new $new -comp gzip -Xcompression-level 3
snapcraft pack new --output $new