switch to toml
This commit is contained in:
parent
df0cf3b93d
commit
e6b521262d
12 changed files with 218 additions and 160 deletions
35
gregory.example.toml
Normal file
35
gregory.example.toml
Normal file
|
@ -0,0 +1,35 @@
|
|||
max-jobs = 4
|
||||
max-threads = 10
|
||||
log-level = 0
|
||||
|
||||
[packages]
|
||||
|
||||
[packages.librewolf]
|
||||
|
||||
[packages.librewolf.compilation]
|
||||
id = "1"
|
||||
revision = "2"
|
||||
threads = 8
|
||||
image = "docker.io/library/debian"
|
||||
commands = ["echo hi", "echo helloooooooooo"]
|
||||
volumes = ["librewolf"]
|
||||
|
||||
[packages.librewolf.packaging.fedora]
|
||||
threads = 8
|
||||
image = "docker.io/library/fedora"
|
||||
commands = [
|
||||
"echo did you ever hear the tragedy of darth plageuis the wise?",
|
||||
"echo it\\'s not a story the jedi would tell you",
|
||||
]
|
||||
volumes = ["librewolf"]
|
||||
|
||||
[update-repo]
|
||||
|
||||
[update-repo.fedora]
|
||||
threads = 4
|
||||
image = 'docker.io/library/fedora'
|
||||
commands = ["echo hai"]
|
||||
volumes = ["librewolf"]
|
||||
|
||||
[volumes]
|
||||
librewolf = "./data/librewolf:/librewolf"
|
Loading…
Add table
Add a link
Reference in a new issue