Skip to content

Commit 1e73e33

Browse files
committed
docs: remove workaround info from release_checklist.md
1 parent 5fb737c commit 1e73e33

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

doc/release_checklist.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@ Log into Snapcraft with your Ubuntu One account:
2121
snapcraft login
2222
```
2323

24-
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:
25-
26-
```bash
27-
#!/bin/bash
28-
29-
for table in filter nat mangle; do
30-
sudo iptables-legacy -t $table -S | grep Multipass | xargs -L1 sudo iptables-nft -t $table
31-
done
32-
```
33-
3424
## Making a release
3525

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

0 commit comments

Comments
 (0)