Skip to content

Commit ef7e9a3

Browse files
classabbyampthe-maldridge
authored andcommitted
services/nomad/build/buildsync: filter on sender
just removes a few bogus errors from popping up in the logs all the time
1 parent ff5922e commit ef7e9a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

services/nomad/build/buildsync.nomad

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ sync {
5959
target = "rsync://buildsync-${group.value}@{{ .Address }}:{{ .Port }}/sources",
6060
{{- end -}}
6161
delay = 15,
62+
filter = {
63+
"- by_sha256/",
64+
"- .*",
65+
"- *.part",
66+
},
6267
rsync = {
6368
verbose = true,
6469
update = true,

0 commit comments

Comments
 (0)