diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 582: Add an extra line for clarity

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

Commit Message

Fathi Boudra April 17, 2013, 5:08 p.m. UTC
------------------------------------------------------------
revno: 582
committer: Fathi Boudra <fathi.boudra@linaro.org>
branch nick: lava-dispatcher
timestamp: Wed 2013-04-17 20:07:26 +0300
message:
  Add an extra line for clarity
modified:
  lava_dispatcher/device/target.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 'lava_dispatcher/device/target.py'
--- lava_dispatcher/device/target.py	2013-04-17 13:39:40 +0000
+++ lava_dispatcher/device/target.py	2013-04-17 17:07:26 +0000
@@ -186,6 +186,7 @@ 
                         os_release_id = line[(len('ID=')):]
                         os_release_id = os_release_id.strip('\"\n')
                         break
+
             if os_release_id == 'debian' or os_release_id == 'ubuntu' or \
                     os.path.exists('%s/etc/debian_version' % mnt):
                 self._customize_ubuntu(mnt)