Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/52'
Browse files Browse the repository at this point in the history
* origin/pr/52:
  Update README: add `increment-devel-versions`
  • Loading branch information
marmarek committed Jun 28, 2023
2 parents 12e0ccd + fee6ac0 commit a4e813d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a4e813d

Please sign in to comment.