socotra-build 0.3.19 → 0.3.20
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 +4 -4
- data/lib/socotra-build.rb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 29953de664d9653420f9fd9ac27ba490455dd621
|
|
4
|
+
data.tar.gz: 99daabd2d082d93c0df43d2fa87b9b968f9864d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cddc28aeaacb5bbed64e9a1a01f84b4e63ce1b8db05ea8122b9a0ea99a4e73f2527e3910433699a5777d35cef7148f8f2da2584d85321961a3cf83b34434683a
|
|
7
|
+
data.tar.gz: e61d9d383d0e017d7facd973bddd172757c8ac7964770822aed18c3c72d5741e349a81fb6516bc89018d5f2d6e08839db5a49807e614d52872b5daa6491ddd7d
|
data/lib/socotra-build.rb
CHANGED
|
@@ -126,24 +126,24 @@ def self.install_socotra_py_modules(environment)
|
|
|
126
126
|
cmd = "sudo pip list |grep socotra; if [ $? -eq 0 ];then /usr/bin/yes|sudo pip uninstall socotra;fi"
|
|
127
127
|
system_safe(cmd, "uninstall_socotra_py_module", "Failed to uninstall socotra")
|
|
128
128
|
|
|
129
|
-
cmd = "/usr/bin/yes|sudo pip install --
|
|
129
|
+
cmd = "/usr/bin/yes|sudo pip install --trusted-host socotra-pypi-euw1.s3-website-eu-west-1.amazonaws.com --extra-index-url=http://socotra-pypi-euw1.s3-website-eu-west-1.amazonaws.com/socotra/#{environment} socotra"
|
|
130
130
|
system_safe(cmd, "install_socotra_py_module", "Failed to install socotra")
|
|
131
131
|
|
|
132
132
|
cmd = "sudo pip list |grep provisioner; if [ $? -eq 0 ];then /usr/bin/yes|sudo pip uninstall provisioner;fi"
|
|
133
133
|
system_safe(cmd, "uninstall_provisioner_py_module", "Failed to uninstall provisioner")
|
|
134
134
|
|
|
135
|
-
cmd = "/usr/bin/yes|sudo pip install --
|
|
135
|
+
cmd = "/usr/bin/yes|sudo pip install --trusted-host socotra-pypi-euw1.s3-website-eu-west-1.amazonaws.com --extra-index-url=http://socotra-pypi-euw1.s3-website-eu-west-1.amazonaws.com/provisioner/#{environment} provisioner"
|
|
136
136
|
system_safe(cmd, "install_provisioner_py_module", "Failed to install provisioner")
|
|
137
137
|
|
|
138
138
|
cmd = "sudo pip list |grep e2e; if [ $? -eq 0 ];then /usr/bin/yes|sudo pip uninstall e2e;fi"
|
|
139
139
|
system_safe(cmd, "uninstall_e2e_py_module", "Failed to uninstall e2e")
|
|
140
140
|
|
|
141
|
-
cmd = "/usr/bin/yes|sudo pip install --
|
|
141
|
+
cmd = "/usr/bin/yes|sudo pip install --trusted-host socotra-pypi-euw1.s3-website-eu-west-1.amazonaws.com --extra-index-url=http://socotra-pypi-euw1.s3-website-eu-west-1.amazonaws.com/e2e/#{environment} e2e"
|
|
142
142
|
system_safe(cmd, "install_e2e_py_module", "Failed to install e2e")
|
|
143
143
|
|
|
144
144
|
cmd = "sudo pip list |grep smonitor; if [ $? -eq 0 ];then /usr/bin/yes|sudo pip uninstall smonitor;fi"
|
|
145
145
|
system_safe(cmd, "uninstall_smonitor_py_module", "Failed to uninstall smonitor")
|
|
146
146
|
|
|
147
|
-
cmd = "/usr/bin/yes|sudo pip install --
|
|
147
|
+
cmd = "/usr/bin/yes|sudo pip install --trusted-host socotra-pypi-euw1.s3-website-eu-west-1.amazonaws.com --extra-index-url=http://socotra-pypi-euw1.s3-website-eu-west-1.amazonaws.com/smonitor/#{environment} smonitor"
|
|
148
148
|
system_safe(cmd, "install_smonitor_py_module", "Failed to install smonitor")
|
|
149
149
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: socotra-build
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.20
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Antenesse
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-09-
|
|
11
|
+
date: 2015-09-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Common functions for build
|
|
14
14
|
email: chris.antenesse@socotra.com
|