justinmclean commented on code in PR #159: URL: https://github.com/apache/otava/pull/159#discussion_r3255783745
########## docs/RELEASE.md: ########## @@ -66,6 +73,32 @@ In general, the community prefers to have a rotating set of 3-5 Release Managers Before your first release, you should perform one-time configuration steps. This will set up your security keys for signing the release and access to various release repositories. +## Paths + +For clarity, we will use the following environment variables when referring to different paths and repositories. You are free to use any path you desire for the values of these repositories: + +```bash +# This is the main development repository, that you cloned from github.com/apache/otava +export OTAVA_GIT_REPO=$HOME/git/apache/otava + +# This is an ASF subversion repository where you can publish preview/release candidate packages before the vote +# https://dist.apache.org/repos/dist/dev/incubator/otava/ +export OTAVA_SVN_DEV=$HOME/svn/apache/otava-dist-dev-repo + +# This is an ASF subversion repository where you publish the tar files, images, etc. after the vor Review Comment: after the vote? -- 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]
