[TIMOB-16611] Add tag_release.py to check if generated zip is correct
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2014-05-27T21:17:39.000+0000 |
Affected Version/s | Release 3.2.1 |
Fix Version/s | 2014 Sprint 10 |
Components | n/a |
Labels | n/a |
Reporter | Allen Yeung |
Assignee | Allen Yeung |
Created | 2014-03-11T21:00:58.000+0000 |
Updated | 2017-03-02T18:14:42.000+0000 |
Description
During the release process, we've run into scenarios where we generate an invalid zip file during the tagging phase. This happens if you quit the tag_release.py script half way through and you re-run it. It could be related to the fact that it uses the same temp directory on subsequent runs.
We should add a check in the script to validate the final zip with the original:
https://github.com/appcelerator/titanium_distribution/blob/master/tag_releases.py
Resolving as invalid since we have a different method of tagging the builds now.
Closing as invalid.