Activity log for bug #1185382

Date Who What changed Old value New value Message
2013-05-29 11:25:15 Sylvain Pineau bug added bug
2013-05-29 11:25:28 Sylvain Pineau checkbox: importance Undecided High
2013-05-29 11:25:42 Sylvain Pineau description I've found this error when looking at SRU results for raring: https://certification.canonical.com/hardware/201206-11401/submission/91581/test/892/result/6758447/ to eval local jobs, the trusted launcher use Popen(shell=True). It should use ['bash', '-c', 'viajon.command'] instead to avoid such issue where for instance shopt are not available with bin/sh. I've found this error when looking at SRU results for raring: https://certification.canonical.com/hardware/201206-11401/submission/91581/test/892/result/6758447/ to eval local jobs, the trusted launcher use Popen(shell=True). It should use ['bash', '-c', 'viajob.command'] instead to avoid such issue where for instance shopt are not available with bin/sh.
2013-05-29 11:38:26 Sylvain Pineau branch linked lp:~sylvain-pineau/checkbox/trusted_launcher_via_bash
2013-06-05 16:21:28 Daniel Manrique checkbox: status In Progress Fix Committed
2013-06-10 08:26:42 Brendan Donegan checkbox: status Fix Committed Fix Released