nixenvironment 0.0.121 → 0.0.122

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: aefeef0307f072a1da8d1001f9127186eae6f62f
4
- data.tar.gz: 1f2aca62d0d12ac9323ee2f4100cef67fcb460f3
3
+ metadata.gz: 461cba94a54020aa9dcfbe397bab0e9d62407b6f
4
+ data.tar.gz: b6f1dd1938604115cf2c9676717a3f150b3924e8
5
5
  SHA512:
6
- metadata.gz: 19800e25d1726c1ef3040b37fa11d531719af8209b8d3b235baf1e3634cbfc496d28e923449219cb20766357fa0f919cf2395b9ad159458481411064d338ec59
7
- data.tar.gz: 017b18dc2c29faa4fc6e21d3563cc43c1a7419db15d3f07ecfe0a506ce9b162b0d1c422744b6a5b3e47833ce9cdc8956ec43139f8ba61aba2b93260b8ecac50f
6
+ metadata.gz: da624d17965ae10338e0e5cc92d28121d113ceae575744e239b4d4a2c07a905a060444d0ca654e81ee46253ab38678d6ad382c3dccb3acc6edae3438594bac3e
7
+ data.tar.gz: ce71c6e125d66f239414bd2e635d446149b7ce2e35eeca171588f3084eabb8fc2b262d42553ffb5cf36ef572f410b5e4179a8f87d3eecaaa143e086e54ab1a28
@@ -13,7 +13,7 @@ module GitHelper
13
13
  def clone_environment
14
14
  FileUtils.mkdir_p(path_to_environment)
15
15
 
16
- Dir.chdir(path_to_environment) { `git clone git@nix.githost.io:NIX_iPhone_Internal/IJE.git .` }
16
+ Dir.chdir(path_to_environment) { `git clone git@nix.githost.io.write:NIX_iPhone_Internal/IJE.git .` }
17
17
  end
18
18
 
19
19
  def clone_provisioning_updater
@@ -28,6 +28,7 @@ module SshHelper
28
28
  def copy_jenkins_ssh
29
29
  FileUtils::cp_r("#{path_to_jenkins_ssh}/.", path_to_ssh)
30
30
  FileUtils::chmod(0700, "#{path_to_ssh}/id_rsa_git")
31
+ FileUtils::chmod(0700, "#{path_to_ssh}/id_rsa_git_write")
31
32
  FileUtils::chmod(0700, "#{path_to_ssh}/id_rsa_mds")
32
33
  end
33
34
 
@@ -1,3 +1,3 @@
1
1
  module Nixenvironment
2
- VERSION = '0.0.121'
2
+ VERSION = '0.0.122'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nixenvironment
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.121
4
+ version: 0.0.122
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-01-19 00:00:00.000000000 Z
12
+ date: 2017-02-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cocoapods