We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ebf6d commit f7ab45cCopy full SHA for f7ab45c
services/nomad/build/buildbot.cfg
@@ -249,7 +249,8 @@ def make_rsync_cmd(props):
249
return ['bash', '-c',
250
util.Interpolate("""
251
rsync -vurk --delete-after --delay-updates \
252
---filter='+ */ + %(prop:target)s-repodata + %(prop:target)s-stagedata + *.%(prop:target)s.xbps + otime - .* - *' \
+--filter='+ */' --filter='+ %(prop:target)s-repodata' --filter='+ *.%(prop:target)s.xbps' \
253
+--filter='+ otime' --filter='- .*' --filter='- *' \
254
--password-file=/secrets/rsync/password /hostdir/binpkgs/ \
255
{{ range nomadService 1 $allocID "build-rsyncd" -}}
256
rsync://buildsync-%(prop:worker)s@{{ .Address }}:{{ .Port }}/%(prop:worker)s
0 commit comments