Skip to content

Commit

Permalink
Prepare for packaging: Add ent to requirements
Browse files Browse the repository at this point in the history
Used by `go-task updatecheck`

Signed-off-by: Thomas Staudinger <[email protected]>
  • Loading branch information
Staudey committed Nov 27, 2024
1 parent c724e01 commit d8a8435
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/packaging/prepare-for-packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Matrix=@username:matrix.org

We need to install a few things in order to get started with packaging:

- `ent` is used by the `go-task updatecheck` command to check for updated versions of packaged software

Check warning on line 35 in docs/packaging/prepare-for-packaging.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (updatecheck)
- `git` is used for version control of the Solus sources
- `github-cli` is used to make working with GitHub easier
- `go-task` is used by our build tools for scripting
Expand All @@ -42,7 +43,7 @@ We need to install a few things in order to get started with packaging:
- `yq` is used by the `go-task add-monitoring` command to create new [`monitoring.yml`](/docs/packaging/monitoring.yml.md) files

```bash
sudo eopkg it git github-cli go-task jq solbuild solbuild-config-unstable ypkg yq
sudo eopkg it ent git github-cli go-task jq solbuild solbuild-config-unstable ypkg yq
```

## Setting up a GitHub account and Git
Expand Down

0 comments on commit d8a8435

Please sign in to comment.