REPO_SHORTHAND = [
['https://github.com/dude/foo', 'bar',
- 'https://github.com/dude/bar'],
+ 'https://github.com/dude/bar.git'],
['https://github.com/dude/foo/', 'bar',
- 'https://github.com/dude/foo/bar'],
+ 'https://github.com/dude/bar.git'],
['https://github.com/ceph/ceph', 'ceph',
- 'https://github.com/ceph/ceph'],
+ 'https://github.com/ceph/ceph.git'],
+ ['https://github.com/ceph/ceph/', 'ceph',
+ 'https://github.com/ceph/ceph.git'],
+ ['https://github.com/ceph/ceph.git', 'ceph',
+ 'https://github.com/ceph/ceph.git'],
['https://github.com/ceph/ceph', 'ceph-ci',
- 'https://github.com/ceph/ceph-ci'],
+ 'https://github.com/ceph/ceph-ci.git'],
['https://github.com/ceph/ceph-ci', 'ceph',
- 'https://github.com/ceph/ceph'],
+ 'https://github.com/ceph/ceph.git'],
['git://git.ceph.com/ceph.git', 'ceph',
- 'git://git.ceph.com/ceph'],
+ 'git://git.ceph.com/ceph.git'],
['git://git.ceph.com/ceph.git', 'ceph-ci',
- 'git://git.ceph.com/ceph-ci'],
+ 'git://git.ceph.com/ceph-ci.git'],
['git://git.ceph.com/ceph-ci.git', 'ceph',
- 'git://git.ceph.com/ceph'],
+ 'git://git.ceph.com/ceph.git'],
+ ['https://github.com/ceph/ceph.git', 'ceph/ceph-ci',
+ 'https://github.com/ceph/ceph-ci.git'],
+ ['https://github.com/ceph/ceph.git', 'https://github.com/ceph/ceph-ci',
+ 'https://github.com/ceph/ceph-ci'],
+ ['https://github.com/ceph/ceph.git', 'https://github.com/ceph/ceph-ci/',
+ 'https://github.com/ceph/ceph-ci/'],
+ ['https://github.com/ceph/ceph.git', 'https://github.com/ceph/ceph-ci.git',
+ 'https://github.com/ceph/ceph-ci.git'],
]