-
Notifications
You must be signed in to change notification settings - Fork 1
Add task to clear composer cache #3
Comments
@ocean90 Hättest du Zeit das zu machen? |
@grappler Brauchst du denn wirklich so oft? Schade, dass keine Reaktion auf capistrano/composer#49 kam. |
Sind die Probleme mit dem Cache darauf zurückzuführen, dass wir Versionen nicht explizit angeben und Composer deshalb manchmal Packages mit einer falschen Version cached? Weil es sollte sonst selten der Fall sein, dass man den Cache löschen muss. Bezüglich capistrano/composer#49 hilft wohl am ehesten ein PR dort, denn ansonsten ist das Repo ziemlich tot was Maintenance angeht. |
@ocean90 Das Problem kommt mindestens Einmal im Monat vor bei verschiedenen deployments. Es betrifft hauptsächlich die TTSS server. Bei Cyon kann ich gut mit SSH rein. |
@swissspidy Es gibt auch offene PR die nicht angeschaut werden. |
We have the latest version of the plugin but some reason WP thinks we are running an older version. https://prohelvetia.develop.required.ch/wp-admin/network/update-core.php It must be because there is a problem in the zip file which we could fix by clearing the cache. |
We have had trouble in the past to due to some cache issue with composer. It would be cool to have a task that does it on all three servers when we run into a issue.
it would be even better if the command was
bundle exec cap staging composer clear-cache
The text was updated successfully, but these errors were encountered: