Skip to content

Commit

Permalink
cli: remove experimental notice for compression (canonical#3421)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Patterson <chris.patterson@canonical.com>
  • Loading branch information
Chris Patterson authored and abitrolly committed Mar 31, 2021
1 parent 0dcfc28 commit ac4d1c1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions snapcraft/cli/lifecycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,6 @@ def _pack(
command: List[Union[str, pathlib.Path]] = [snap_path, "pack"]
# When None, just use snap pack's default settings.
if compression is not None:
if compression != "xz":
echo.warning(
f"EXPERIMENTAL: Setting the squash FS compression to {compression!r}."
)
command.extend(["--compression", compression])

if output_file is not None:
Expand Down

0 comments on commit ac4d1c1

Please sign in to comment.