* doc/release:

Document having clean test run.
	* morituri/common/encode.py:
	  Catch and properly stop on gst.QueryError.
	  Don't set peak in stop if we had an error.
	* morituri/test/test_common_encode.py:
	* morituri/test/test_common_renamer.py:
	* morituri/test/test_image_cue.py:
	  Clean up after tests.
This commit is contained in:
Thomas Vander Stichele
2010-04-06 00:02:56 +00:00
parent f978907fcf
commit 98213c4196
6 changed files with 53 additions and 14 deletions

View File

@@ -1,6 +1,11 @@
Release procedure for morituri
------------------------------
- Verify that all tests run.
- Verify that test run doesn't leave anything around in /tmp:
ls /tmp/*morituri*
- Verify that all buildbots are green.
- Pick a new version number and set it:
export VERSION=0.1.0
- Update configure.ac