From 9882ce8037441e12baabeca2f76b33cb1739ff91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 25 Feb 2023 12:11:27 +0100 Subject: [PATCH] remove corbo from "all" targets --- eoptasks.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eoptasks.py b/eoptasks.py index 41e4d97..7e487c3 100755 --- a/eoptasks.py +++ b/eoptasks.py @@ -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.