[
https://issues.apache.org/jira/browse/CALCITE-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18081752#comment-18081752
]
Stamatis Zampetakis commented on CALCITE-7535:
----------------------------------------------
If you encounter issues with
https://github.com/vlsi/asflike-release-environment feel free to open a ticket
there in the respective repo. The maintainer is usually very responsive when
the problem is well explained.
> For release calcite
> -------------------
>
> Key: CALCITE-7535
> URL: https://issues.apache.org/jira/browse/CALCITE-7535
> Project: Calcite
> Issue Type: Wish
> Reporter: Zhen Chen
> Priority: Trivial
>
> I used the following parameters in ~/.gradle/gradle.properties and executed
> "./gradlew clean publish -Pasf". The package was successfully uploaded to
> [https://repository.apache.org/#stagingRepositories]. Is this correct?
> Shouldn't it be uploaded to the test environment
> ([https://github.com/vlsi/asflike-release-environment)?]
> {code:java}
> useGpgCmd=true
> signing.gnupg.executable=gpg
> signing.gnupg.useLegacyGpg=false
> signing.gnupg.keyName=0xXXX
> signing.gnupg.passphrase={passphrase}
> asfSvnUsername=zhenchen
> asfSvnPassword={apache account password}
> asfGitSourceUsername=xiedeyantu
> asfGitSourcePassword={github token}
> asfNexusUsername=zhenchen
> asfNexusPassword={apache account password}
> asfCommitterId=zhenchen
> asfTestSvnPassword=test
> asfTestSvnUsername=test
> asfTestGitSourceUsername=test
> asfTestGitSourcePassword=test
> asfTestNexusUsername=test
> asfTestNexusPassword=test {code}
>
> Is it okay to delete a misposted package in stagingRepositories? Are packages
> in stagingRepositories already published? Can someone tell me?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)