GitHub user hstaudacher opened a pull request:

    https://github.com/apache/cordova-lib/pull/141

    CB-8239 Add support for git urls to 'cordova platform add'

    A function called 'cordova_custom_git' was added to lazy_load.js. When
    invoking 'cordova platform add GIT_REPO' this function will now be
    invoked. It clones the repo if accessible into a tmp directory and
    forwards the location of this directory to handle it as ordinary folder
    after the cloning.
    
    Also two hooks were added: 'before_library_clone' and
    'after_library_clone'. They work the same way as the
    'before_library_download' and 'after_library_download' hooks.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hstaudacher/cordova-lib master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-lib/pull/141.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #141
    
----
commit 76d5b8e675732dccb2d36b12b265c1a365a4b66e
Author: hstaudacher <[email protected]>
Date:   2015-01-05T08:45:02Z

    CB-8239 Add support for git urls to 'cordova platform add'
    
    A function called 'cordova_custom_git' was added to lazy_load.js. When
    invoking 'cordova platform add GIT_REPO' this function will now be
    invoked. It clones the repo if accessible into a tmp directory and
    forwards the location of this directory to handle it as ordinary folder
    after the cloning.
    
    Also two hooks were added: 'before_library_clone' and
    'after_library_clone'. They work the same way as the
    'before_library_download' and 'after_library_download' hooks.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to