You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
383 B
TOML
24 lines
383 B
TOML
2 years ago
|
[base]
|
||
|
mode = "repository"
|
||
|
smart_pull = true
|
||
|
|
||
|
[mode.repository]
|
||
|
name = "repository-test"
|
||
|
build_on_update = true
|
||
|
|
||
|
[mode.repository.signing]
|
||
|
enabled = true
|
||
|
key = "michal@tar.black"
|
||
|
on_gen = true
|
||
|
|
||
|
[mode.workspace]
|
||
|
|
||
|
[repositories]
|
||
|
name = [
|
||
|
"1::crystal-keyring",
|
||
|
"2::pfetch!",
|
||
|
]
|
||
|
urls = [
|
||
|
"https://github.com/crystal-linux/%repo%",
|
||
|
"https://github.com/crystal-linux/pkgbuild.%repo%",
|
||
|
]
|