This is an automated email from the ASF dual-hosted git repository. weichiu pushed a commit to branch HDDS-9225-website-v2 in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/HDDS-9225-website-v2 by this push: new 6f061c07 HDDS-12673. Streamline pre-vote Subversion instructions (#137) 6f061c07 is described below commit 6f061c07d361faa89258f6806f35105f02a47b36 Author: Doroszlai, Attila <6454655+adorosz...@users.noreply.github.com> AuthorDate: Mon Mar 24 22:29:18 2025 +0100 HDDS-12673. Streamline pre-vote Subversion instructions (#137) --- docs/08-developer-guide/04-project/02-release-guide.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/08-developer-guide/04-project/02-release-guide.md b/docs/08-developer-guide/04-project/02-release-guide.md index 7c48efc7..ee130ead 100644 --- a/docs/08-developer-guide/04-project/02-release-guide.md +++ b/docs/08-developer-guide/04-project/02-release-guide.md @@ -341,11 +341,11 @@ Before uploading the artifacts, run some basic tests on them, similar to what ot 1. Upload everything from the `$RELEASE_DIR` to the dev staging area. ```bash - svn mkdir https://dist.apache.org/repos/dist/dev/ozone/"$VERSION-rc$RC" - svn co https://dist.apache.org/repos/dist/dev/ozone/"$VERSION-rc$RC" - cp "$RELEASE_DIR"/* "$VERSION-rc$RC" - cd "$VERSION-rc$RC" - svn add * + svn checkout https://dist.apache.org/repos/dist/dev/ozone + cd ozone + mkdir "$VERSION-rc$RC" + cp -v "$RELEASE_DIR"/* "$VERSION-rc$RC"/ + svn add "$VERSION-rc$RC" svn commit -m "Ozone $VERSION RC$RC" ``` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@ozone.apache.org For additional commands, e-mail: commits-h...@ozone.apache.org