libenchao commented on code in PR #3517:
URL: https://github.com/apache/calcite/pull/3517#discussion_r1390242666
##########
site/_docs/howto.md:
##########
@@ -806,7 +806,7 @@ git clean -xn
./gradlew prepareVote -Prc=0
# Push release candidate to ASF servers
-./gradlew prepareVote -Prc=0 -Pasf -Pasf.git.pushRepositoryProvider=GITBOX
Review Comment:
Throws following exception with `GITBOX`:
```
> Task :pushRcTag FAILED
Build calcite FAILURE reason:
Execution failed for task ':pushRcTag':
Caused by: org.eclipse.jgit.api.errors.TransportException:
https://gitbox.apache.org/repos/asf/calcite.git: not authorized
at org.eclipse.jgit.api.PushCommand.call(PushCommand.java:147)
at
com.github.vlsi.gradle.release.jgit.dsl.GitExtensionsKt.push(GitExtensions.kt:132)
at
com.github.vlsi.gradle.release.GitPushTask$pushTag$1.invoke(GitPushTask.kt:54)
at
com.github.vlsi.gradle.release.GitPushTask$pushTag$1.invoke(GitPushTask.kt:30)
at
com.github.vlsi.gradle.release.DefaultGitTask.jgit(DefaultGitTask.kt:45)
at
com.github.vlsi.gradle.release.GitPushTask.pushTag(GitPushTask.kt:50)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]