Versions Compared

Key

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

...

Then run the source build script (Replacing the parameters: X.Y.Z.0=your official version number for the release; X.Y=the branch (can be master) that the release is coming from; CCCC=the GPG Key to sign both the artifacts and the git tag with):

No Format
tools/build/build_asf.sh -v X.Y.Z.0 -b X.Y -t -u CCCC -s /path/to/the/source/dir -c

( optionally specifying your local directory layout - see build_asf.sh -h for details )

...