Hi Arnau,
On 04/10/16 12:25, Arnau wrote:
Hi,
while running EB 2.8.2 on SL6.7 we had some Git Repository
configuration that was working nicely:
repository=GitRepository
[email protected]/easyconfigs.git
Now we have another instance running RH7 and EB2.9 and the same Git
Repository configuration has stooped working.
A part from new EB and new OS the GitPython package has changed
from 0.3.2-0.6.RC1.el6 to
1.0.1-5.el7 (both coming from EPEL). I've tried to install an old
version of GitPython (/GitPython-0.3.2-0.7.RC1.fc21.noarch) but the
problem persists
I'm running in debug mode and I don't see any refernce to any git
command, only few refernces to "name: github_account, config: None".
Anyone faced similar issue? How may I debug this problem?
Can you specify more precisely what you are trying (commands executed,
output of 'eb --show-config'), and what is not working anymore?
What output are you getting from 'eb --check-github' (although that's
probably mostly irrelevant to your problem)?
It's normal that you're not seeing any 'git' commands pop up in the
debug log, this is handled entirely by GitPython.
regards,
Kenneth