rbbt-util 5.17.69 → 5.17.70
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/share/rbbt_commands/workflow/prov +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb7786a8a1320ebdd5ba42434c814bc3cfeb758b
|
4
|
+
data.tar.gz: d6ea4ec9b859a9d5773c17c734547e313eddd99e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b57cd1832c8088500cc9d3717558709f66ac658795e5c1df10640d88769a24bf66d50a1de7de9525385f65ee24df9ddabf04031c168c115cd9b0e0aeb6f6e155
|
7
|
+
data.tar.gz: b3887676ccf5dee6600b87f831745fc6318860118f55bdb91e33d8d19a0bb1b702514b9378d57fdb7a4f62db4efcf52b1609a026255882818c8444c83711e12e
|
@@ -53,7 +53,7 @@ def report_msg(status, name, path)
|
|
53
53
|
task = Log.color(:yellow, parts.pop)
|
54
54
|
workflow = Log.color(:magenta, parts.pop)
|
55
55
|
|
56
|
-
if $main_mtime and ($main_mtime - File.mtime(path)) < 0
|
56
|
+
if not Open.remote?(path) and $main_mtime and ($main_mtime - File.mtime(path)) < 0
|
57
57
|
status_msg(status) << " " << [workflow, task, path] * " " << " (#{Log.color(:red, "Mtime out of sync") })\n"
|
58
58
|
else
|
59
59
|
status_msg(status) << " " << [workflow, task, path] * " " << "\n"
|
@@ -64,6 +64,7 @@ def report(step, offset = 0)
|
|
64
64
|
info = step.info || {}
|
65
65
|
path = step.path
|
66
66
|
status = info[:status] || :missing
|
67
|
+
status = :remote if Open.remote?(path)
|
67
68
|
name = info[:name] || File.basename(path)
|
68
69
|
status = :unsync if status == :done and not File.exists? path
|
69
70
|
str = " " * offset
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rbbt-util
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.17.
|
4
|
+
version: 5.17.70
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Miguel Vazquez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-08-
|
11
|
+
date: 2015-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|