-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.5
-
Fix Version/s: 5.5.0-HF20, 5.6.0-HF26, 5.8
-
Component/s: Dev Tools
The clone script manages as well "online" repository URLs (http, https, git://, git@) as local filesystem paths (/path/to/repository).
It currently checks on "nuxeo.git" ending breaking the clone of "https://github.com/nuxeo/nuxeo". Look instead for the above prefixes to determine the "online" kind.
$ git clone https://github.com/nuxeo/nuxeo ; cd nuxeo; ./clone.py Cloning into 'nuxeo'... (...) Using Maven introspection of the POM file to find the list of modules... [addons] $> git clone https://github.com/nuxeo/nuxeo/addons Cloning into 'addons'... fatal: repository 'https://github.com/nuxeo/nuxeo/addons/' not found