lxd-common 0.9.2 → 0.9.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/nexussw/lxd/transport/mixins/cli.rb +1 -1
- data/lib/nexussw/lxd/version.rb +1 -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: 3d370f2a0d394ae017169a22a2f9cc3e6b173834c699b203aef1bd4f64173157
|
4
|
+
data.tar.gz: 6d0f71ceb65f7d44d0d0376f1ccdf47173446bb376bb29d1b30d6b317d64ce7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: debddb37688051f6171038e804348e661e301bf6d082a53dc29929c4c33dc2cd85d7a3507d11342764a1b295ff65ab6d2febe1c15c88d3ebe7387e0065be9b2e
|
7
|
+
data.tar.gz: 61ca12709d9a1160f68a20eb4d19c622dcfa377c985db7afd6cda38ed6e6101e8bd736572c6c138b8c6fc70cb19d3fe78f42086c03629f9c0762366990169033
|
@@ -79,7 +79,7 @@ module NexusSW
|
|
79
79
|
execute("-r #{local_path} #{container_name}#{path}", subcommand: "file push#{perms}", capture: false).error!
|
80
80
|
end
|
81
81
|
|
82
|
-
def download_folder(path, local_path)
|
82
|
+
def download_folder(path, local_path, options = {})
|
83
83
|
return super unless config[:info] && config[:info]['api_extensions'] && config[:info]['api_extensions'].include?('directory_manipulation')
|
84
84
|
|
85
85
|
execute("-r #{container_name}#{path} #{local_path}", subcommand: 'file pull', capture: false).error!
|
data/lib/nexussw/lxd/version.rb
CHANGED