Skip to content

Commit

Permalink
services/nomad/build/build-rsyncd: filter out x86_64*-repodata too
Browse files Browse the repository at this point in the history
sometimes exists when the aarch64 builder is ahead of the glibc builder,
but should not be propagated to mirrors
  • Loading branch information
classabbyamp authored and the-maldridge committed Aug 14, 2024
1 parent d75ebcd commit 51599dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/nomad/build/build-rsyncd.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ auth users = buildsync-*:rw
[aarch64]
path = /hostdir/binpkgs/aarch64
auth users = buildsync-aarch64:rw
filter = + */ + *-repodata + otime + *.xbps - *.sig - *.sig2 - *-repodata.* - *-stagedata.* - *.x86_64* - .*
filter = + */ + *-repodata + otime + *.xbps - *.sig - *.sig2 - *-repodata.* - *-stagedata.* - *.x86_64* - x86_64*-repodata - .*
post-xfer exec = /local/xbps-clean-sigs
[musl]
Expand Down

0 comments on commit 51599dd

Please sign in to comment.