From 59aa1faed9ad2b8b6a7b2b23479de0d7c5c1b562 Mon Sep 17 00:00:00 2001 From: Rune Morling Date: Mon, 6 Jan 2025 14:38:06 +0100 Subject: [PATCH] workflow: A few more small tweaks and fixes Signed-off-by: Rune Morling --- content/en/docs/packaging/workflow/packaging_workflow.md | 8 +++++--- content/en/docs/packaging/workflow/prerequisites.md | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/content/en/docs/packaging/workflow/packaging_workflow.md b/content/en/docs/packaging/workflow/packaging_workflow.md index ca4958e..394e388 100644 --- a/content/en/docs/packaging/workflow/packaging_workflow.md +++ b/content/en/docs/packaging/workflow/packaging_workflow.md @@ -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: @@ -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 diff --git a/content/en/docs/packaging/workflow/prerequisites.md b/content/en/docs/packaging/workflow/prerequisites.md index 8e906e4..c93d75c 100644 --- a/content/en/docs/packaging/workflow/prerequisites.md +++ b/content/en/docs/packaging/workflow/prerequisites.md @@ -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