After we upgraded our EasyBuild installation to 4.5.0 we have noticed that the feature we use to send the easyconfigs and build logs to an internal git repo is no longer working. We have an ssh-key for our build user that works if we do a build with a previous EasyBuild version (4.4.2 for example) but no longer works on 4.5.0. At the end of the build we get:
/scicore/home/scicore/easybuil@bc2-gl.bc2.unibas.ch's password:
There seems to be some change in the way the repositorypath configuration option is processed, which in our config is:
repositorypath=git@bc2-gl.bc2.unibas.ch:easybuild/installed_easyconfigs_tests.git
@pescobar mentioned that this commit might be related 3252979
After we upgraded our EasyBuild installation to
4.5.0we have noticed that the feature we use to send the easyconfigs and build logs to an internal git repo is no longer working. We have an ssh-key for our build user that works if we do a build with a previous EasyBuild version (4.4.2for example) but no longer works on4.5.0. At the end of the build we get:There seems to be some change in the way the
repositorypathconfiguration option is processed, which in our config is:@pescobar mentioned that this commit might be related 3252979