Skip to content

Commit

Permalink
workflow: A few more small tweaks and fixes
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 7d1ffbb commit 59aa1fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions content/en/docs/packaging/workflow/packaging_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ default-x86_64:
- volatile = https://packages.serpentos.com/volatile/x86_64/stone.index [0]

# add new local-x86_64 build profile
boulder profile add --repo name=volatile,uri=https://packages.serpentos.com/volatile/x86_64/stone.index,priority=0 local-x86_64
boulder profile add --repo name=local,uri=file://${HOME}/.cache/local_repo/x86_64/stone.index,priority=100 local-x86_64
boulder profile add \
--repo name=volatile,uri=https://packages.serpentos.com/volatile/x86_64/stone.index,priority=0 \
--repo name=local,uri=file://${HOME}/.cache/local_repo/x86_64/stone.index,priority=100 local-x86_64 \
local-x86_64
boulder profile list
# output
default-x86_64:
Expand Down Expand Up @@ -158,7 +160,7 @@ To actually build a recipe, it is recommended that new packagers start out by bu

```bash
# Go into the root of the serpent recipe directory
gotoserpentroot
gotoserpentrepo
# change to the directory holding the nano recipe
chpkg nano
# bump the release number in the nano recipe
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/packaging/workflow/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Prerequisites for building packages on Serpent OS"
+++

To set up a Serpent OS system to be able to build package recipes, a few prerequisites need to be
installed, and a new directory for storing local build artefacts needs to be set up.
installed, and a new directory for storing local build artifacts needs to be set up.

## Installing the `build-essential` package

Expand Down

0 comments on commit 59aa1fa

Please sign in to comment.