GitHub user prabhjyotsingh opened a pull request:

    https://github.com/apache/incubator-zeppelin/pull/620

    fix for "The git-clone command failed."

    ### What is this PR for?
    This PR is fix for 
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61335169#PreparingZeppelinRelease(Draft)-Bumpupversion,createtaganduploadmavenartifacttostagingrepo
    `mvn -DperformRelease=true release:perform -Darguments="-DskipTests 
-Dgpg.passphrase=..." -Dtag=v0.6.0 -DreleaseVersion=0.6.0-incubating 
-DdevelopmentVersion=0.6.1-incubating-SNAPSHOT -DpushChanges=false 
-DconnectionUrl=scm:git:https://github.com/[your forked 
repo]/incubator-zeppelin.git` 
    
    https://github.com/apache/incubator-zeppelin/pull/612 where the above 
command fails with following error.
        
        [INFO] Checking out the project to perform the release ...
        [INFO] Executing: /bin/sh -c cd 
/Users/[user-directory]/incubator-zeppelin/target && git clone --branch 
https://github.com/[your forked repo]/incubator-zeppelin.git 
/Users/[user-directory]/incubator-zeppelin/target/checkout
        [INFO] Working directory: 
/Users/[user-directory]/incubator-zeppelin/target
        [ERROR] The git-clone command failed.
    
    ### What type of PR is it?
    Fix 
    
    ### Is there a relevant Jira issue?
    N/A
    


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

    $ git pull https://github.com/prabhjyotsingh/incubator-zeppelin 
fix/release-using-gpg-maven-release-plugin

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

    https://github.com/apache/incubator-zeppelin/pull/620.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 #620
    
----
commit b69c5ef9c66a671c6afe3d414f4d0f0fee68bc35
Author: Prabhjyot Singh <[email protected]>
Date:   2016-01-11T09:37:11Z

    fix for "The git-clone command failed."

----


---
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.
---

Reply via email to