dapp 0.22.13 → 0.22.14

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e36c3fb64502f0633441843f5c691c9c865532d6
4
- data.tar.gz: 3844c3e44040b7faf4a79dd9e67316da9f62f0be
3
+ metadata.gz: c2a7b9af7bc533b0ab816bf4b5a6ebc22a3fd596
4
+ data.tar.gz: 9fe197382aec5851bcf0bd49c615328633d44c6d
5
5
  SHA512:
6
- metadata.gz: b84b16c368ca5c727004a516d6fb3d499eb7da3f4499748bea228b1d018b225e6417bee653f8d8fdf6f3267790276b05020e55818f5be7ba3e16f6f44d61a98d
7
- data.tar.gz: ce8ba096db826404d1056b4e0c3ffc30f87e695015a95d8803a7c5eb536e0b69737fe892cbb126a25c0a6dea0eab7828134a4ca1a8fa6540e593a4930526c494
6
+ metadata.gz: f9a7cb1f32ff27e410723ce1b57558ff3ca02395d743c3dcecec1c5d408c2176ba5e557799f31cd8b41919f30c69fcaa29490c164d236636e493e4cc1a119bbd
7
+ data.tar.gz: bb9784a35025ffdd01cec49abbef022d76400f07772dd034066148d1a8619d91a79b66300a6c3c14cda825759882f6e8b148c73e146d424b961dec7c1eee864a
@@ -32,7 +32,7 @@ module Dapp
32
32
  def safe_cp(from, to, owner, group, include_paths = [], exclude_paths = [])
33
33
  ''.tap do |cmd|
34
34
  cmd << dimg.dapp.rsync_bin
35
- cmd << ' --archive --links'
35
+ cmd << ' --archive --links --inplace'
36
36
  cmd << " --chown=#{owner}:#{group}" if owner or group
37
37
 
38
38
  if include_paths.any?
@@ -87,7 +87,7 @@ module Dapp
87
87
  "#{builder.dimg.dapp.mkdir_bin} -p ~/.ssh",
88
88
  'echo "Host *" >> ~/.ssh/config',
89
89
  'echo " StrictHostKeyChecking no" >> ~/.ssh/config',
90
- *local_paths.map {|path| "#{builder.dimg.dapp.rsync_bin} --archive --relative #{path} /tmp/local_cookbooks"},
90
+ *local_paths.map {|path| "#{builder.dimg.dapp.rsync_bin} --inplace --archive --relative #{path} /tmp/local_cookbooks"},
91
91
  "cd /tmp/local_cookbooks/#{path}",
92
92
  "cp #{tmp_berksfile_path} Berksfile",
93
93
  "cp #{tmp_metadata_path} metadata.rb",
@@ -1,4 +1,4 @@
1
1
  module Dapp
2
- VERSION = '0.22.13'.freeze
2
+ VERSION = '0.22.14'.freeze
3
3
  BUILD_CACHE_VERSION = 26
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.13
4
+ version: 0.22.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Stolyarov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-21 00:00:00.000000000 Z
11
+ date: 2018-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout
@@ -719,7 +719,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
719
719
  version: 2.5.0
720
720
  requirements: []
721
721
  rubyforge_project:
722
- rubygems_version: 2.6.11
722
+ rubygems_version: 2.5.1
723
723
  signing_key:
724
724
  specification_version: 4
725
725
  summary: Build docker packaged apps using chef or shell