update id/revision to make sense/no dupes, add stderr to the example

This commit is contained in:
askiiart 2025-01-17 22:55:46 -06:00
parent 870e63646e
commit 73ee302034
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
3 changed files with 49 additions and 4 deletions

View file

@ -27,15 +27,15 @@ max-threads = 10
[packages.some-librewolf-dependency]
[packages.some-librewolf-dependency.compilation]
id = "1"
revision = "2"
id = "2"
revision = "4"
threads = 2
image = "docker.io/library/debian"
commands = ["echo hi", "echo helloooooooooo"]
commands = ["echo hi", "echo helloooooooooo >&2"]
volumes = ["other-workspace"]
[packages.some-librewolf-dependency.packaging.fedora]
id = "1"
id = "3"
revision = "2"
threads = 2
image = "docker.io/library/fedora"