mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-24 03:48:13 +01:00
docs: Fix typos
Some checks are pending
Ubuntu / check (push) Waiting to run
Ubuntu / build (default, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (default, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / tests (push) Blocked by required conditions
Some checks are pending
Ubuntu / check (push) Waiting to run
Ubuntu / build (default, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (default, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / tests (push) Blocked by required conditions
This commit is contained in:
parent
d20435eb21
commit
462a972abc
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ To build a VM image for development purpose, run the following from the `tests`
|
|||
| Debian | Server | `make debian flavor=server` | `debian-server` |
|
||||
| openSUSE | KDE | `make opensuse flavor=kde` | `opensuse-kde` |
|
||||
| Ubuntu | Server | `make ubuntu flavor=server` | `ubuntu-server` |
|
||||
| Ubuntu | Desktop | `make ubuntu falvor=desktop` | `ubuntu-desktop` |
|
||||
| Ubuntu | Desktop | `make ubuntu flavor=desktop` | `ubuntu-desktop` |
|
||||
|
||||
**VM management**
|
||||
|
||||
|
@ -88,7 +88,7 @@ On all images, `aa-update` can be used to rebuild and install the latest version
|
|||
Prepare the test environment:
|
||||
```sh
|
||||
cd tests
|
||||
make <dist> falvor=<flavor>
|
||||
make <dist> flavor=<flavor>
|
||||
AA_INTEGRATION=true vagrant up <name>
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue