Skip to content

don't try to overwrite a folder with a file

Carmelo Pellegrino requested to merge infn-cloud/wp2/godivapy:master into master

The install.sh script was always failing with:

45918 INFO: Bootloader /tmp/tmp.Bp4rJEyOdu/venv/lib64/python3.13/site-packages/PyInstaller/bootloader/Linux-64bit-intel/run
45918 INFO: checking EXE
45918 INFO: Building EXE because EXE-00.toc is non existent
45918 INFO: Building EXE from EXE-00.toc
45918 INFO: Copying bootloader EXE to /tmp/tmp.Bp4rJEyOdu/dist/godivapy
45919 INFO: Appending PKG archive to custom ELF section in EXE
46202 INFO: Building EXE from EXE-00.toc completed successfully.
mv: cannot overwrite directory '/godivapy/./godivapy' with non-directory '/tmp/tmp.Bp4rJEyOdu/dist/godivapy'

Merge request reports

Loading