[Qa-jenkins-scm] [jenkins.debian.net] 08/12: lvc: sort out indetation

Holger Levsen holger at layer-acht.org
Wed Jun 1 22:09:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit cea6a22376abb43839a025a24dcf156db2d333b3
Author: Philip Hands <phil at hands.com>
Date:   Wed Jun 1 15:23:32 2016 +0200

    lvc: sort out indetation
---
 cucumber/features/step_definitions/snapshots.rb | 44 ++++++++++++-------------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/cucumber/features/step_definitions/snapshots.rb b/cucumber/features/step_definitions/snapshots.rb
index 6ba5c92..09d8a9a 100644
--- a/cucumber/features/step_definitions/snapshots.rb
+++ b/cucumber/features/step_definitions/snapshots.rb
@@ -6,20 +6,20 @@ def checkpoints
         :description => "I have started Debian Installer in #{m} mode and stopped at the Tasksel prompt",
         :parent_checkpoint => nil,
         :steps => [
-      "I intend to use #{m} mode",
-	  'I create a 6 GiB disk named "'+JOB_NAME+'"',
-	  'I plug ide drive "'+JOB_NAME+'"',
-	  'I start the computer',
-	  'I select the install mode',
-	  'I select British English',
-	  'I accept the hostname, using "example.com" as the domain',
-	  'I set the root password to "rootme"',
-	  'I set the password for "Philip Hands" to be "verysecret"',
-	  'I select full-disk, single-filesystem partitioning',
-	  'I note that the Base system is being installed',
-	  'I accept the default mirror',
-	  'I ignore Popcon',
-	  'we reach the Tasksel prompt',
+          "I intend to use #{m} mode",
+          'I create a 6 GiB disk named "'+JOB_NAME+'"',
+          'I plug ide drive "'+JOB_NAME+'"',
+          'I start the computer',
+          'I select the install mode',
+          'I select British English',
+          'I accept the hostname, using "example.com" as the domain',
+          'I set the root password to "rootme"',
+          'I set the password for "Philip Hands" to be "verysecret"',
+          'I select full-disk, single-filesystem partitioning',
+          'I note that the Base system is being installed',
+          'I accept the default mirror',
+          'I ignore Popcon',
+          'we reach the Tasksel prompt',
         ]
     }
 
@@ -28,14 +28,14 @@ def checkpoints
           :description => "I install a #{de} Debian system, in #{m} mode",
           :parent_checkpoint => "boot-d-i-#{m}-to-tasksel",
           :steps => [
-        "I intend to use #{m} mode",
-	    "I select the #{de} task",
-	    'I wait while the bulk of the packages are installed',
-	    'I install GRUB',
-	    'I allow reboot after the install is complete',
-	    'I wait for the reboot',
-	    'I power off the computer',
-	    'the computer is set to boot from ide drive "'+JOB_NAME+'"',
+            "I intend to use #{m} mode",
+            "I select the #{de} task",
+            'I wait while the bulk of the packages are installed',
+            'I install GRUB',
+            'I allow reboot after the install is complete',
+            'I wait for the reboot',
+            'I power off the computer',
+            'the computer is set to boot from ide drive "'+JOB_NAME+'"',
           ]
         }
     end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list