Versions Compared

Key

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

...

Code Block
# Staged artifacts built by "release:perform" are in target/checkout

cd target/checkout/zookeeper-assembly/target

sftp home.apache.org
> cd public_html
> mkdir zookeeper-$VERSION-candidate-0
> cd zookeeper-$VERSION-candidate-0
> put *-bin.tar.gz
> put *-bin.tar.gz.asc
> put *-bin.tar.gz.sha512
> put *-lib.tar.gz
> put *-lib.tar.gz.asc
> put *-lib.tar.gz.sha512
> bye

cd ../target
# pwd should be target/checkout/target
cp parent-$VERSION-SNAPSHOT-source-release.zip apache-zookeeper-$VERSION.zip
cp parent-$VERSION-SNAPSHOT-source-release.zip.asc apache-zookeeper-$VERSION.zip.asc
cp parent-$VERSION-SNAPSHOT-source-release.zip.sha512 apache-zookeeper-$VERSION.zip.sha512
sftp home.apache.org
> cd public_html
> cd zookeeper-$VERSION-candidate-0
> put apache-zookkeper-$VERSION.zip
> put apache-zookkeper-$VERSION.zip.asc
> put apache-zookkeper-$VERSION.zip.sha512
> bye

cd ../zookeeper-docs/target/site/html
sftp home.apache.org
> cd public_html
> cd zookeeper-$VERSION-candidate-0
> upload website...


Call for VOTE

...