Verify release package
This step sanity checks package file contents. Verify scripts shows you
- removed files
- added files
- changed files (and their new size)
cd ~ cd toolkit # unpack previous release wget http://toolkit.itmill.com/itmill-toolkit-4.0.0.zip # unpack current release unpack 4.0.1/build/release/itmill-toolkit-4.0.1-rc1.zip # execute package diff tool /doc/product-management/tools/package-diff.pl itmill-toolkit-4.0.0 itmill-toolkit-4.0.1-rc1
Inspect package-diff.pl tool output carefully
- if issues found
- resolve them inplace or create tickets and stop release process
