[Scummvm-git-logs] scummvm-sites web-planet -> be5ff9be21a3671a2c68a52837bd4b2ba50271ba
lotharsm
noreply at scummvm.org
Sun Jun 1 21:19:34 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-sites' repo located at https://api.github.com/repos/scummvm/scummvm-sites .
Summary:
be5ff9be21 PLANET: Make sure we are in the pluto working directory when running the update
Commit: be5ff9be21a3671a2c68a52837bd4b2ba50271ba
https://github.com/scummvm/scummvm-sites/commit/be5ff9be21a3671a2c68a52837bd4b2ba50271ba
Author: Lothar Serra Mari (mail at serra.me)
Date: 2025-06-01T23:19:29+02:00
Commit Message:
PLANET: Make sure we are in the pluto working directory when running the update
Changed paths:
update-planet.sh
diff --git a/update-planet.sh b/update-planet.sh
index 8bb9394..660933b 100644
--- a/update-planet.sh
+++ b/update-planet.sh
@@ -2,5 +2,6 @@ eval "$(/var/www/.rbenv/bin/rbenv init -)"
rbenv global 3.4.4
-pluto build /var/www/pluto/planet.ini -t scummvm -o /var/www/pluto/public_html
+cd /var/www/pluto
+pluto build /var/www/pluto/planet.ini -t scummvm -o /var/www/pluto/public_html
More information about the Scummvm-git-logs
mailing list