-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.toml
29 lines (24 loc) · 867 Bytes
/
app.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
collection = "App"
# TODO: keys.toml not present anymore. This could just try all keys of user instead?
### private repositories:
# filter = ["SshKey=/full/path/to/ssh/keys.toml"]
[[package]]
name = "git"
repository = "https://github.com/pintoflager/carburator-app-git/archive/refs/tags/0.1.7.tar.gz"
platforms = ["Client"]
filter = ["Provides=git"]
[[package]]
name = "firewalld"
repository = "https://github.com/pintoflager/carburator-app-firewalld.git"
platforms = ["Client", "Server"]
filter = ["Provides=firewall"]
[[package]]
name = "tester"
repository = "https://github.com/pintoflager/carburator-app-tester.git"
platforms = ["Client", "Server"]
filter = ["Provides=tester"]
[[package]]
name = "template"
repository = "https://github.com/pintoflager/carburator-app-template/archive/refs/tags/0.1.0.tar.gz"
platforms = ["Client"]
filter = ["Select=false"]