petasos 0.3.2 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/petasos/node.rb +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d78e509dced8c616d311efe6774f29b29c5cb1148a855eda3dbae9036474bf4a
|
4
|
+
data.tar.gz: 0d3606dbd0f2dbae2a77a6b15c788cbd273c1b7b24e916715b79f7a3c363f04f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d360b3e52e138aa204d9b7425aa209bb649bfb11186eae0b3fe4fdf643666906b7c031c01a85a86072f619572a9eb894de190e8f20f63a158adae05dd05bcfb1
|
7
|
+
data.tar.gz: 3bd8e35d8bf352524c14951921d487b1f5ee8212ddf1e218fed4bf83841c5dd4bc7f7eea58f6d8cda32594504276914372677bc1deeda62867a47d5ce64014ed
|
data/lib/petasos/node.rb
CHANGED
@@ -24,7 +24,8 @@ class Petasos::Node
|
|
24
24
|
|
25
25
|
def grab_manifest_and_exports
|
26
26
|
`rsync #{config["host"]}:#{config["path"]}/manifest* #{config["name"]}/`
|
27
|
-
|
27
|
+
rsync_path = "--rsync-path=#{config["rsync_path"]}"
|
28
|
+
`rsync --ignore-missing-args #{rsync_path} --ignore-existing #{config["host"]}:#{config["path"]}/exports* #{config["name"]}/`
|
28
29
|
end
|
29
30
|
|
30
31
|
def grab_seen_file_for_location(location_name, pool_name)
|