diff options
author | Philip Hands <phil@hands.com> | 2016-06-02 17:23:50 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-06-03 00:02:26 +0200 |
commit | 5e6bee5e9acfea7242298f4cb5e7e6a5a49a423c (patch) | |
tree | d6295a705495b57b213a4ffa761ec1bcbe6b35cc /cucumber/features/step_definitions | |
parent | 3d2cbb8c58953a39237f9af2c854e75edd61c32d (diff) | |
download | jenkins.debian.net-5e6bee5e9acfea7242298f4cb5e7e6a5a49a423c.tar.xz |
lvc: discard only outdated snapshots
Diffstat (limited to 'cucumber/features/step_definitions')
-rw-r--r-- | cucumber/features/step_definitions/snapshots.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/features/step_definitions/snapshots.rb b/cucumber/features/step_definitions/snapshots.rb index 0f4b49a8..bbd66d1a 100644 --- a/cucumber/features/step_definitions/snapshots.rb +++ b/cucumber/features/step_definitions/snapshots.rb @@ -26,7 +26,7 @@ def checkpoints ['minimal', 'non-GUI', 'Gnome', 'XFCE', 'LXDE', 'KDE'].each do |de| cp["debian-#{m}-#{de}-install"] = { - :temporary => 'XFCE' != de, + #:temporary => 'XFCE' != de, :description => "I install a #{de} Debian system, in #{m} mode", :parent_checkpoint => "boot-d-i-#{m}-to-tasksel", :steps => [ |