On Wed, 29 Jan 2025, David Malcolm wrote: >> python3: can't open file '/www/gcc/htdocs- >> preformatted/bin/process_html.py': [Errno 2] No such file or directory >> bin/process_html.py failed; aborting. >> >> I tried replacing this with just "process_html.py" or >> "./process_html.py", >> alas neither did the job. > I used SOURCETREE; do we need a different variable?
I don't think there is one to use yet (SOURCETREE is for the web contents) yet. For now I went with the hardcoded value, though I'll plan to abstract the location/name of the script. > If you've got it working, then please go ahead and do what's needed to > safely push this and get the changes live. Done! This is now life on gcc.gnu.org and as a final test I regenerated the website and compared with my testrun - looks all good. > Once the python script is in place, I can take spend some cycles looking > at reimplementing parts of the mhc functionality in python. Awesome, thank you! Please go ahead and commit any tweaks or improvements as you see fit. Happy to have a look and/or test, but that is not required. Gerald