You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of hard-coding the trees in pw_poller.py, use a config section,
for example:
[trees]
# name: prefix, src-path, remote[, branch]
net-next: next-next, ../net-next, net-next
net: net, ../net, net
bpf-next: bpf-next, ../bpf-next, bpf-next
bpf: bpf, ../bpf, bpf
Additionally, make "results" and "worker_dir" configurable through a new
"dirs" section. For example:
[dirs]
results: /home/kees/code/nipa/instance/results
workers: /home/kees/code/nipa/instance/workers
Signed-off-by: Kees Cook <[email protected]>
0 commit comments