Fixed assembling of git module URI in Python 2.6 (GNOME bug 618609)
commite6fde3aa086c773800eb4b33cbe680a38c5d8095
authorFrédéric Péters <fpeters@0d.be>
Sat, 29 May 2010 16:00:13 +0000 (29 18:00 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 29 May 2010 16:03:36 +0000 (29 18:03 +0200)
tree9b3f8b0a39eeb467e3e421918ee0324220830156
parentcba6cc7c5989f405175f43cd9ad67b500f8e2bcc
Fixed assembling of git module URI in Python 2.6 (GNOME bug 618609)

The behaviour of urlparse.urljoin() changed in Python 2.6, making jhbuild
creation of git URIs going wrong, as in losing components, e.g. from
  repos['git.gnome.org'] = 'ssh://fpeters@git.gnome.org/git/'
to
  ssh:/git/gnome-common

Therefore go for same manual string concatenation code.
jhbuild/versioncontrol/git.py