16 lines
340 B
YAML
16 lines
340 B
YAML
daemon:
|
|
state_dir: /var/lib/eclipse
|
|
cache_git_dir: /var/cache/eclipse/gitcache.git
|
|
cache_git_for: 5s
|
|
parallel_downloads: 5
|
|
|
|
actions:
|
|
- triggers:
|
|
- repo_url: https://git.mothstuff.lol/lukeshu/umorpha-boxes
|
|
rev: HEAD
|
|
run: echo foo
|
|
- triggers:
|
|
- repo_url: https://git.lukeshu.com/btrfs-progs-ng
|
|
rev: HEAD
|
|
run: echo bar
|