Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for packaging: Add ent to requirements #584

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@

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 @@
- `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