-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to dashes instead of plus for revbumps
"+" is for metadata and not numeric versioning, in fact it cannot be compared and for e.g. a+1 and a+2 are at the same version when comparing in semver notation. By using dashes we refer to internal numbering, and instead can be ordered Fixes #679 Signed-off-by: Ettore Di Giacinto <edigiacinto@suse.com>
- Loading branch information
Showing
26 changed files
with
39 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: "base-dracut-modules" | ||
category: "system" | ||
version: 0.1.1+19 | ||
version: 0.1.1-19 | ||
description: "Base modules for creating an initrd with dracut for cOS derivatives" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
name: cloud-config | ||
category: system | ||
version: 0.9+6 | ||
version: 0.9-6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: cos-features | ||
category: system | ||
version: 0.4+6 | ||
version: 0.4-6 | ||
requires: | ||
- name: "yip" | ||
category: "toolchain" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: cos-setup | ||
category: system | ||
version: 0.4+6 | ||
version: 0.4-6 | ||
requires: | ||
- name: "yip" | ||
category: "toolchain" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
packages: | ||
- name: "cos" | ||
category: "system" | ||
version: 0.6.8+13 | ||
version: 0.6.8-13 | ||
description: "cOS base image, used to build cOS live ISOs" | ||
brand_name: "cOS" | ||
labels: | ||
autobump.revdeps: "true" | ||
autobump.revbump_related: "recovery/cos-img recovery/cos-squash" | ||
- name: "cos-container" | ||
category: "system" | ||
version: 0.6.8+11 | ||
version: 0.6.8-11 | ||
brand_name: "cOS" | ||
description: "cOS container image, used to build cOS derivatives from scratch" | ||
labels: | ||
autobump.revdeps: "true" | ||
autobump.revbump_related: "recovery/cos-img recovery/cos-squash" | ||
- name: "cos" | ||
category: "recovery" | ||
version: 0.6.8+13 | ||
version: 0.6.8-13 | ||
brand_name: "cOS recovery" | ||
description: "cOS recovery image, used to boot cOS for troubleshooting" | ||
labels: | ||
autobump.revdeps: "true" | ||
autobump.revbump_related: "recovery/cos-img recovery/cos-squash" | ||
- name: "cos-img" | ||
category: "recovery" | ||
version: 0.6.8+13 | ||
version: 0.6.8-13 | ||
brand_name: "cOS" | ||
- name: "cos-squash" | ||
category: "recovery" | ||
version: 0.6.8+13 | ||
version: 0.6.8-13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
packages: | ||
- name: "grub2-artifacts" | ||
category: "system" | ||
version: 0.0.3+3 | ||
version: 0.0.3-3 | ||
provides: | ||
- name: "grub-artifacts" | ||
version: ">0.0.2" | ||
- name: "grub2-config" | ||
category: "system" | ||
version: 0.0.13+3 | ||
version: 0.0.13-3 | ||
provides: | ||
- name: "grub-config" | ||
version: ">0.0.12" | ||
- name: "grub2-efi-image" | ||
category: "system" | ||
version: 0.0.1+3 | ||
version: 0.0.1-3 | ||
# TODO: Modules list could be refined | ||
efi_modules: ext2 iso9660 linux echo configfile search_label search_fs_file search search_fs_uuid ls normal gzio png fat gettext font minicmd gfxterm gfxmenu all_video xfs gcry_rijndael gcry_sha256 gcry_sha512 test true loadenv part_gpt part_msdos efi_gop efi_uga |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
name: "immutable-rootfs" | ||
category: "system" | ||
version: 0.2.0+6 | ||
version: 0.2.0-6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: "dracut-initrd" | ||
category: "system" | ||
version: 0.1.1+19 | ||
version: 0.1.1-19 | ||
description: "Dracut-based generated initrd" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
name: "installer" | ||
category: "utils" | ||
version: 0.16.4+5 | ||
version: 0.16.4-5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: "kernel" | ||
category: "system" | ||
version: 0.1.1+19 | ||
version: 0.1.1-19 | ||
description: "Kernel extracted from the upstream repositories" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: jq | ||
category: utils | ||
version: 1.6+22 | ||
version: 1.6-22 | ||
labels: | ||
github.repo: "jq" | ||
github.owner: "stedolan" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters