← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~smoser/maas/lp1103716 into lp:maas

 

The proposal to merge lp:~smoser/maas/lp1103716 into lp:maas has been updated.

Commit Message changed to:

fix typo in commiss template causing ipmi to always be passed.

  - if [ ! -z "power_settings" ]; then
  + if [ ! -z "$power_settings" ]; then
The literal string 'power_settings' will never be zero length.

For more details, see:
https://code.launchpad.net/~smoser/maas/lp1103716/+merge/146863
-- 
https://code.launchpad.net/~smoser/maas/lp1103716/+merge/146863
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~smoser/maas/lp1103716 into lp:maas.


References