Skip to content

Commit

Permalink
Experiment: turn off linking static dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci committed Nov 29, 2024
1 parent 1d851ee commit 6527aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/supervisor-distrepos.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[program:distrepos]
command=/bin/bash -c 'for action in link_static rsync mirror cadist tarball_sync link_release; do /bin/distrepos --action $action; done; sleep 360'
command=/bin/bash -c 'for action in rsync mirror cadist tarball_sync link_release; do /bin/distrepos --action $action; done; sleep 360'
autorestart=true

# Log the output of distrepos to supervisord's stdout/err so k8s logging picks it up
Expand Down

0 comments on commit 6527aae

Please sign in to comment.