diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 509: release 0.28

Message ID 20121219210611.8878.80955.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson Dec. 19, 2012, 9:06 p.m. UTC
------------------------------------------------------------
revno: 509
tags: release-0.28
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Thu 2012-12-20 10:04:39 +1300
message:
  release 0.28
modified:
  doc/changes.rst
  lava_dispatcher/__init__.py


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'doc/changes.rst'
--- doc/changes.rst	2012-12-16 21:52:16 +0000
+++ doc/changes.rst	2012-12-19 21:04:39 +0000
@@ -5,7 +5,9 @@ 
 
 Version 0.28
 ============
-* Unreleased
+* lava-test-case should not return non-zero exit code for --shell false
+* Replace all usage of shutil.rmtree with a shell call to `rm -rf`
+* add support for ARM Energy Probe
 
 .. _verison_0_27:
 

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-12-16 21:52:16 +0000
+++ lava_dispatcher/__init__.py	2012-12-19 21:04:39 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 28, 0, "dev", 0)
+__version__ = (0, 28, 0, "final", 0)