From fee6ac0ba08c86bf74d45aced51a4aaf07fe57e6 Mon Sep 17 00:00:00 2001 From: Piotr Bartman Date: Mon, 26 Jun 2023 12:51:41 +0200 Subject: [PATCH] Update README: add `increment-devel-versions` --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 475ccf69..0de323f6 100644 --- a/README.md +++ b/README.md @@ -666,6 +666,11 @@ Options available in `builder.yml`: - `skip-git-fetch: bool` --- When set, do not update already downloaded git repositories (those in `sources` artifacts dir). New components are still fetched (once). Useful when doing development builds from non-default branches, local modifications etc. +- `increment-devel-versions: bool` --- When set, each package built will have local build number appended to package release number. This way, it's easy to update test environment without manually forcing reinstall of packages with unchanged versions. Example versions with devel build number: + + - `qubes-core-dom0-4.2.12-1.13.fc37.x86_64` (`.13` is the additional version here) + - `qubes-u2f_2.0.1+deb11u1+devel2_all.deb` (`+devel2` is the additional version here) + - `artifacts-dir: str` --- Path to artifacts directory. - `plugins-dirs: List[str]` --- List of path to plugin directory. By default, the local plugins directory is prepended to the list.