nixenvironment 0.0.113 → 0.0.114

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ba5b4369112f7ec89f2efaf86e88da2d8769e5b0
4
- data.tar.gz: 75cc5858086934c6d6acec15a8dc637b54be82fa
3
+ metadata.gz: 4d682469fa3cd6063da39dbe2d7453d1d0c55d69
4
+ data.tar.gz: f87f3bd9ec9acda9bfb6c8619a876627bd679ee3
5
5
  SHA512:
6
- metadata.gz: fc7e17222a50019f0fece515e884861ffe9e942df8fd631698af03d6cb3f94d7440974be0a6a4a860d09f0e811ab85dc89d9f1120bda5844b7fb86d2995e0da9
7
- data.tar.gz: 284e1806585cde79ea1632dc1f4e272b9fbc9dc901edb2f636c4ddd8116a29e0be9fa933acbf0c6006838c4121e85a4d14350bfd3194df2ebda64f951d72d09a
6
+ metadata.gz: 1bbd70cff456af735659680992abe9ea0b5e4cc40c593c05ca1ee431e6c49ccce79417ad3167a2fcfc61333e451a79c6df61576ec9ec623bf7732b6f4956a27e
7
+ data.tar.gz: 37eb471fa0a4f67a916b417f74687122cab64291ac483caa44fc0df3aa11196ae6d8aa20406a8d244bf08428c210cc479004a0bf6a6a909de961dd186af4cbae
@@ -1,10 +1,10 @@
1
1
  module Nixenvironment
2
2
  # template peojects repositories
3
3
  TEMPLATES_REPO_LIST = {
4
- 'objc' => 'https://bitbucket.org/nixsolutions/np.git',
5
- 'swift' => 'https://bitbucket.org/nixsolutions/nps.git',
6
- 'unity' => 'https://bitbucket.org/nixsolutions/nup.git',
7
- 'macos' => 'https://bitbucket.org/nixsolutions/nmp.git'
4
+ 'objc' => 'https://nix.githost.io/NIX_iPhone_Internal/NP.git',
5
+ 'swift' => 'https://nix.githost.io/NIX_iPhone_Internal/nps.git',
6
+ 'unity' => 'https://nix.githost.io/NIX_Unity_Internal/NUP.git',
7
+ 'macos' => 'https://nix.githost.io/NIX_iPhone_Internal/nmp.git'
8
8
  }
9
9
 
10
10
  # config
@@ -13,13 +13,13 @@ 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@bitbucket.org:nixsolutions/ije.git .` }
16
+ Dir.chdir(path_to_environment) { `git clone git@nix.githost.io:NIX_iPhone_Internal/IJE.git .` }
17
17
  end
18
18
 
19
19
  def clone_provisioning_updater
20
20
  FileUtils.mkdir_p(path_to_provisioning_updater)
21
21
 
22
- Dir.chdir(path_to_provisioning_updater) { `git clone git@bitbucket.org:nixsolutions/npu.git .` }
22
+ Dir.chdir(path_to_provisioning_updater) { `git clone git@nix.githost.io:NIX_iPhone_Internal/NPU.git .` }
23
23
  end
24
24
 
25
25
  def set_git_hook(&hook_block)
@@ -27,7 +27,8 @@ module SshHelper
27
27
 
28
28
  def copy_jenkins_ssh
29
29
  FileUtils::cp_r("#{path_to_jenkins_ssh}/.", path_to_ssh)
30
- FileUtils::chmod(0700, "#{path_to_ssh}/id_rsa_ololo")
30
+ FileUtils::chmod(0700, "#{path_to_ssh}/id_rsa_git")
31
+ FileUtils::chmod(0700, "#{path_to_ssh}/id_rsa_mds")
31
32
  end
32
33
 
33
34
  def remove_local_ssh
@@ -1,3 +1,3 @@
1
1
  module Nixenvironment
2
- VERSION = '0.0.113'
2
+ VERSION = '0.0.114'
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.113
4
+ version: 0.0.114
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-13 00:00:00.000000000 Z
12
+ date: 2017-01-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cocoapods