Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Upload the artifacts to somewhere

...

  •  Upload everything from the $RELEASE_DIR to your apache home with sftp

...

sftp home.apache.org

...

Code Block
languagebash
themeRDark
titleFTP to the apache server
sftp home.apache.org
  • Create a directory called "public_html" if it does not exist.
Code Block
languagebash
themeRDark
titleCreate public_html
mkdir public_html
  • Create the Release Directory
Code Block
languagebash
themeRDark
titleCreate the Release Directory under public_html
mkdir public_html/ozone-0.4.0-alpha-

...

rc0/
  • Change directory into the new release directory
Code Block
languagebash
themeRDark
titleMove into the release directory
cd 

...

public_html/ozone-0.4.0-alpha-

...

rc0
  • Upload the release artifacts to this release directory
Code Block
languagebash
themeRDark
titleUpload Release Artifacts
mput 

...

*


  • Check the results

...

...

Push the tag to github

git push ozone-0.4.0-alpha-RC0

...