rbbt-util 5.21.29 → 5.21.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/share/rbbt_commands/system/clean +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bac8d854771a571b0b8f4a9b6ecaf77653ab5543
|
|
4
|
+
data.tar.gz: b13cd5016af5baf493c09909951b741c09b3563a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3217c47747123e766e33c70de6c6e4fd44f4f5f069fdb11ea50694ceb0cebb87babcc6be4c7c239e45cd6807f17506c0ca21addada0dfbeb406fc6baa03e36ff
|
|
7
|
+
data.tar.gz: 681abda04e033061384d039e51a2b092b932c5e3f1bb76aabcad17844bc26adadaeccda9b441133e56b004fc4067765b702bd72299d8b1ccff61e90f632a2496
|
|
@@ -99,7 +99,7 @@ TSV.traverse jobs, :_bar => "Checking job status" do |file,i|
|
|
|
99
99
|
status = status.to_s
|
|
100
100
|
end
|
|
101
101
|
|
|
102
|
-
next unless (force and status =~ /done/) status =~ /\bnopid/ or status =~ /\berror$/ or status =~ /\bmissing$/ or status =~ /\baborted$/ or status =~ /\bdead$/ or status =~ /\bsync$/ or status == "" or (force and status == 'noinfo')
|
|
102
|
+
next unless (force and status =~ /done/) and status =~ /\bnopid/ or status =~ /\berror$/ or status =~ /\bmissing$/ or status =~ /\baborted$/ or status =~ /\bdead$/ or status =~ /\bsync$/ or status == "" or (force and status == 'noinfo')
|
|
103
103
|
puts " Removing #{ file } - #{status}"
|
|
104
104
|
Step.clean(file)
|
|
105
105
|
end
|