Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 4e9e587

Browse files
authored
Update ctags epoch (#57874)
* Update docs about epochs * Bump ctags epoch
1 parent 77eed38 commit 4e9e587

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/dev/how-to/wolfi/add_update_packages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ It's common to need to update a package to the most recent release in order to p
3737

3838
- Depending on the package, this step may download a binary or source code. Projects release code in different ways, so the pipeline may check out a Git repository on a specific branch or download a `.tar.gz` file containing source code.
3939
- You should also reset the `package.epoch` field to 0 when updating the version.
40+
- The `version` is the version of the dependency being packaged, but the `epoch` is like the version of the _package itself_. It should be incremented whenever making changes, and reset to 0 when the dependency version increases.
4041

4142
3. Optionally, build the package locally with `sg wolfi package <package-name>`.
4243

wolfi-packages/ctags.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
package:
55
name: ctags
66
version: 6.0.0
7-
epoch: 0
7+
epoch: 3
88
description: "A maintained ctags implementation"
99
target-architecture:
1010
- x86_64

0 commit comments

Comments
 (0)