remove id
and improve naming of logs
This commit is contained in:
parent
6d0a3ec4f2
commit
2809459d8b
5 changed files with 25 additions and 26 deletions
|
@ -6,9 +6,9 @@ max-threads = 10
|
|||
[packages.librewolf]
|
||||
|
||||
dependencies = ["some-librewolf-dependency"]
|
||||
version_check = ["check-version --whenever-you-feel-like-it-please"]
|
||||
|
||||
[packages.librewolf.compilation]
|
||||
id = "1"
|
||||
revision = "2"
|
||||
threads = 6
|
||||
image = "docker.io/library/debian"
|
||||
|
@ -27,7 +27,6 @@ max-threads = 10
|
|||
[packages.some-librewolf-dependency]
|
||||
|
||||
[packages.some-librewolf-dependency.compilation]
|
||||
id = "2"
|
||||
revision = "4"
|
||||
threads = 2
|
||||
image = "docker.io/library/debian"
|
||||
|
@ -35,7 +34,6 @@ max-threads = 10
|
|||
volumes = ["other-workspace"]
|
||||
|
||||
[packages.some-librewolf-dependency.packaging.fedora]
|
||||
id = "3"
|
||||
revision = "2"
|
||||
threads = 2
|
||||
image = "docker.io/library/fedora"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue