nixenvironment 0.0.113 → 0.0.114
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d682469fa3cd6063da39dbe2d7453d1d0c55d69
|
|
4
|
+
data.tar.gz: f87f3bd9ec9acda9bfb6c8619a876627bd679ee3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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://
|
|
5
|
-
'swift' => 'https://
|
|
6
|
-
'unity' => 'https://
|
|
7
|
-
'macos' => 'https://
|
|
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@
|
|
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@
|
|
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}/
|
|
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
|
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.
|
|
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-
|
|
12
|
+
date: 2017-01-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: cocoapods
|