valhallasw added subscribers: valhallasw, Ladsgroup. valhallasw added a comment.
I manually ran the crontab, and this seems to have fixed it (at least for now). The underlying issues seems to be something like this: The code to update runs: # Current version of core cd /data/project/pywikibot/public_html/ rm -rf core/ git clone --depth 1 https://gerrit.wikimedia.org/r/pywikibot/core.git but the log file reports rm: cannot remove `core/pywikibot': Directory not empty fatal: destination path 'core' already exists and is not an empty directory. so somehow it can't delete all files (specifically, that version file?), and git clone refuses to clone into the non-empty directory. TASK DETAIL https://phabricator.wikimedia.org/T126666 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: valhallasw Cc: Ladsgroup, valhallasw, Jogo.obb, Aklapper, Alchimista, pywikibot-bugs-list, Luke081515, yuvipanda, Gryllida, jayvdb, scfc, coren _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
