Skip to content

Commit

Permalink
workflow: Show the local-x86_64.yaml build profile
Browse files Browse the repository at this point in the history
Signed-off-by: Rune Morling <[email protected]>
  • Loading branch information
ermo committed Jan 6, 2025
1 parent d8b32dd commit 5d9b2b0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions content/en/docs/packaging/workflow/packaging_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,25 @@ local-x86_64:
- local = file:///home/ermo/.cache/local_repo/x86_64/stone.index [100]
```

Behind the scenes, `boulder` builds and saves an appropriately named build profile to `~/.config/boulder/profile.d/`.

This is what `local-x86_64.yaml` should look like after the above commands have been run successfully:

```yaml
local-x86_64:
repositories:
local:
description: ''
uri: file:///home/ermo/.cache/local_repo/x86_64/stone.index
priority: 100
active: true
volatile:
description: ''
uri: https://packages.serpentos.com/volatile/x86_64/stone.index
priority: 0
active: true
```
### Enabling `moss` to install local repository packages

Expand Down

0 comments on commit 5d9b2b0

Please sign in to comment.