zabetak commented on issue #104: WIP: CALCITE-3158: Avatica: migrate build 
system to Gradle
URL: https://github.com/apache/calcite-avatica/pull/104#issuecomment-540660714
 
 
   It would be nice to have somewhere in the doc a few instructions on which of 
these properties can be configured and how; how can we override the defaults if 
necessary. I spend ~10 minutes and didn't manage to understand how can this be 
done by `gradle.properties`. 
   
   Other than that it seems that `asflike-release-environment` might need some 
tweaking. After starting the container as you indicated I am running the 
following command:
   
   `gradle prepareVote -PasfTestGitSourceUsername=test 
-PasfTestGitSourcePassword=test -Prc=0 -PuseGpgCmd`
   
   and I get the following output. From the error I assume that the svn-server 
is missing some info.
   
   ```
   > Configure project :
   Building Apache Calcite Avatica 1.16.0
   
   > Task :pushRcTag
   Pushing tag to Git remote release-origin-test: git://127.0.0.1/calcite.git
   Message from release-origin-test: 
   Updated remote ref 
Ref[refs/heads/asf-site=4b66da1846d5efdf1665cb29439a44a0174dc5a0(-1)]: null
   Updated remote ref 
Ref[refs/heads/gh-pages=4b66da1846d5efdf1665cb29439a44a0174dc5a0(-1)]: null
   Updated remote ref 
Ref[refs/heads/master=4b66da1846d5efdf1665cb29439a44a0174dc5a0(-1)]: null
   Updated remote ref 
Ref[refs/tags/avatica-1.16.0-rc0=12708c58848f7a7d63d86c43b70a58caf429c415(-1)]: 
RemoteRefUpdate[remoteName=refs/tags/avatica-1.16.0-rc0, UP_TO_DATE, 
(null)...12708c58848f7a7d63d86c43b70a58caf429c415, 
srcRef=refs/tags/avatica-1.16.0-rc0, message=null]
   
   > Task :noop-driver:initializeNexusStagingRepository
   Initialized stagingRepositoryId orgapachecalcite-1570723739049 for 
repository nexus
   
   > Task :stageSvnDist FAILED
   Unable to check existence of http://127.0.0.1/svn/dist/dev. Error: svn: 
E170013: Unable to connect to a repository at URL 
'http://127.0.0.1/svn/dist/dev'
   svn: E120108: Error running context: The server unexpectedly closed the 
connection.
   
   Unable to check existence of http://127.0.0.1/svn/dist/dev/calcite. Error: 
svn: E170013: Unable to connect to a repository at URL 
'http://127.0.0.1/svn/dist/dev/calcite'
   svn: E120108: Error running context: The server unexpectedly closed the 
connection.
   
   Unable to check existence of 
http://127.0.0.1/svn/dist/dev/calcite/apache-calcite-avatica-1.16.0-rc0. Error: 
svn: E170013: Unable to connect to a repository at URL 
'http://127.0.0.1/svn/dist/dev/calcite/apache-calcite-avatica-1.16.0-rc0'
   svn: E120108: Error running context: The server unexpectedly closed the 
connection.
   
   Svnmucc: executing mkdir
   dev
   mkdir
   dev/calcite
   mkdir
   dev/calcite/apache-calcite-avatica-1.16.0-rc0
   svnmucc: E170013: Unable to connect to a repository at URL 
'http://127.0.0.1/svn/dist'
   svnmucc: E120108: Error running context: The server unexpectedly closed the 
connection.
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to