Skip to content

Commit

Permalink
docs: remove workaround info from release_checklist.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed May 13, 2022
1 parent 5fb737c commit 1e73e33
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions doc/release_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ Log into Snapcraft with your Ubuntu One account:
snapcraft login
```

NB: there's a [known issue](https://github.com/canonical/multipass/issues/1866) in Multipass when it cannot reach the network if Docker is installed on the machine, use the following script to resolve that:

```bash
#!/bin/bash

for table in filter nat mangle; do
sudo iptables-legacy -t $table -S | grep Multipass | xargs -L1 sudo iptables-nft -t $table
done
```

## Making a release

1. Update app version in the header of ./setup.py
Expand Down

0 comments on commit 1e73e33

Please sign in to comment.