Eli Zaretskii wrote: > > Bob Proulx wrote: > > TL;DR: git server upgraded, please report any problems > > Here is one: when pushing to the Emacs Git repository, I see: > > $ git push > Counting objects: 4, done. > Compressing objects: 100% (4/4), done. > Writing objects: 100% (4/4), 455 bytes | 0 bytes/s, done. > Total 4 (delta 3), reused 0 (delta 0) > remote: /usr/bin/env: 'python2': No such file or directory <<<<<<<<<<< > To git.savannah.gnu.org:/srv/git/emacs.git > 0834106..a6dafbc emacs-30 -> emacs-30
Ohhhhh.... Drat! Of course python2 has been deprecated in the newer OS versions and is no longer available. That error came from a git hook which is using a python2 script. (I sit here and take a deep breath.) This will take more than a quick fix. I am switching the DNS back to the previous server in order to restore full operation while this is sorted out. It's on a short 300 second TTL time-to-live just in case of this type of problem. And then the task will be to search through all of the repositories looking for where any python2 scripts are called that need to be switched or updated. After that gets fixed everywhere then we will try again. Bob