Skip to content

Conversation

@prabhjyotsingh
Copy link
Contributor

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

#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

@prabhjyotsingh prabhjyotsingh force-pushed the fix/release-using-gpg-maven-release-plugin branch from b69c5ef to c1cbeb2 Compare January 12, 2016 03:53
@prabhjyotsingh prabhjyotsingh force-pushed the fix/release-using-gpg-maven-release-plugin branch from c1cbeb2 to 84bf964 Compare January 13, 2016 03:34
@prabhjyotsingh
Copy link
Contributor Author

Ready for review.

@felixcheung
Copy link
Member

@bzz @Leemoonsoo could you check this out regarding release build?

@bzz
Copy link
Member

bzz commented Jan 19, 2016

I could not reproduce this issue.

@prabhjyotsingh
Copy link
Contributor Author

I just tried following command on my master

mvn -DperformRelease=true release:perform -Darguments="-DskipTests" -Dtag=v0.6.0 -DreleaseVersion=0.6.0-incubating -DdevelopmentVersion=0.6.1-incubating-SNAPSHOT -DpushChanges=false -DconnectionUrl=scm:git:https://github.com/prabhjyotsingh/incubator-zeppelin.git

It fails with following error https://gist.github.com/prabhjyotsingh/0ca05096f30a6f176074

But after applying the patch it works. Or I could be missing out on some prerequisite.

@prabhjyotsingh prabhjyotsingh deleted the fix/release-using-gpg-maven-release-plugin branch June 1, 2016 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants