Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-13008

Clone script should work with HTTP URL not ending with .git

    XMLWordPrintable

    Details

      Description

      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

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: