Versions Compared

Key

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

...

Copy the apache-flume-X.Y.Z-{bin,src}.tar.gz{,.{asc,sha512}} files to the distribution directory.

  1. Copy the distribution archive files from flume-ng-dist/target to where https://dist.apache.org/repos/dist/dev/flume is checked out on your machine. 

  2. Use "svn delete" to remove any files from prior releases in the directory.
  3. Use "svn commit" to update the new files.

Update the staging website

...

No Format
svn checkout https://dist.apache.org/repos/dist/release/flume dist-flume
cd dist-flume
mkdir 1{x.0y.0z}
cp <all release artifacts including asc/checksum files> 1{x.0y.0z}/
svn rm stable{x.?.?} # remove older version link
ln -s 1.0.0 stable # update stable version link
svn add stable 1.0.0
svn commitprior release(s)
svn commit -m "Release Flume {x.y.z}"

It may take up to 24 hours for all mirrors to sync up.

...