|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

After some research, I figured out how to downgrade git to the version in Ubuntu 13.10.
I created "/etc/apt/sources.list.d/sausy.list" with these contents:
deb http://us.archive.ubuntu.com/ubuntu/ saucy main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ saucy main restricted
I ran aptitude and did an update (the equivalent of apt-get update).
After that, I was able to find the older version of git and install it.
I used dependency resolver in aptitude to downgrade the dependencies.
If you are using apt-get, you can avoid this by uninstalling git first.
I still have the problem described here:
https://issues.jenkins-ci.org/browse/JENKINS-22666
I tried downgrading the scm-sync-plugin to 0.0.7.3, but it did not fix
the problem