[
https://issues.apache.org/jira/browse/CALCITE-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stamatis Zampetakis updated CALCITE-7535:
-----------------------------------------
Summary: Unable to use asflike-release-enviroment for testing calcite
release process (was: For release calcite)
> Unable to use asflike-release-enviroment for testing calcite release process
> ----------------------------------------------------------------------------
>
> 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)