remove corbo from "all" targets

This commit is contained in:
Frédéric Péters 2023-02-25 12:11:27 +01:00
parent c14e687f09
commit 9882ce8037
1 changed files with 2 additions and 3 deletions

View File

@ -243,7 +243,6 @@ def get_commands():
sudo -u bijoe bijoe-manage collectstatic --noinput;
sudo -u chrono chrono-manage collectstatic --noinput;
sudo -u combo combo-manage collectstatic --noinput;
sudo -u corbo corbo-manage collectstatic --noinput;
sudo -u fargo fargo-manage collectstatic --noinput;
sudo -u hobo hobo-manage collectstatic --noinput;
sudo -u lingo lingo-manage collectstatic --noinput;
@ -261,8 +260,8 @@ def get_commands():
'hobo-agent.restart': '''test -e /etc/hobo-agent/settings.py && sudo supervisorctl reread && sudo supervisorctl restart hobo-agent''',
# memcached.restart is useful to force shared theme to be updated.
'memcached.restart': '''sudo service memcached restart; /bin/true''',
'restart.all': '''sudo systemctl restart authentic2-multitenant bijoe chrono combo corbo fargo hobo lingo passerelle wcs welco; /bin/true''',
'reload.all': '''sudo systemctl reload authentic2-multitenant bijoe chrono combo corbo fargo hobo lingo passerelle wcs welco; /bin/true''',
'restart.all': '''sudo systemctl restart authentic2-multitenant bijoe chrono combo fargo hobo lingo passerelle wcs welco; /bin/true''',
'reload.all': '''sudo systemctl reload authentic2-multitenant bijoe chrono combo fargo hobo lingo passerelle wcs welco; /bin/true''',
'passerelle.restart': '''sudo systemctl restart passerelle; /bin/true''',
'wcs.restart': '''sudo systemctl restart wcs; /bin/true''',
# puppet.update, unfortunately without proper error checking.