← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~mwhudson/launchpad/ec2-land-instance-type-option into lp:launchpad

 

Michael Hudson-Doyle has proposed merging lp:~mwhudson/launchpad/ec2-land-instance-type-option into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~mwhudson/launchpad/ec2-land-instance-type-option/+merge/82349

This was even more trivial than I expected it to be.
-- 
https://code.launchpad.net/~mwhudson/launchpad/ec2-land-instance-type-option/+merge/82349
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~mwhudson/launchpad/ec2-land-instance-type-option into lp:launchpad.
=== modified file 'lib/devscripts/ec2test/builtins.py'
--- lib/devscripts/ec2test/builtins.py	2011-09-07 13:38:46 +0000
+++ lib/devscripts/ec2test/builtins.py	2011-11-16 04:26:26 +0000
@@ -334,6 +334,7 @@
 
     takes_options = [
         debug_option,
+        instance_type_option,
         Option('dry-run', help="Just print the equivalent ec2 test command."),
         Option('print-commit', help="Print the full commit message."),
         Option(


Follow ups