Versions Compared

Key

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

...

The script pauses to allow the changes to be committed. Once the commits are completed, update the .externals file (all projects) to r52308 in preparation for cutting the final release tag.

No Format

sed -e "s/ -r [0-9]*/ -r 52308/" <.externals >.externals.tmp

...


cp .externals.tmp .externals

...


rm -f .externals.tmp

...




svn propset -F .externals svn:externals .

...


svn propget svn:externals

...


svn commit -m "tag prep for next release"

Resume script run.

5. tar up the source code (samigo-audio jar is not signed)

...