While trying to fix an issue I am trying to build a complete tgz from my own repo of Natron and branch and got some error :
docker run -it --rm --mount src="$(pwd)/builds",target=/home/builds_archive,type=bind --env GIT_URL=https://github.com/Ivanohe73/Natron.git --env GIT_BRANCH=rotopaint natrongithub/natron-sdk:latest
./launchBuildMain.sh: line 306: GIT_NATRON: unbound variable
I tried adding a
--env GIT_NATRON=https://github.com/Ivanohe73/Natron.git
but got error:
Unknown plug-in repository URL https://github.com/Ivanohe73/Natron.git
I also forked all the plug-in in case and tried adding other options like GIT_URL_OPENFX_IO , etc but I still get the Unknown plug-in repository error…