smartcloud 0.0.124 → 0.0.125
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d9e21f11efd822c03a3b2acfa03a9c30390f4f6002c9bb308d51fe9ff4b0f2e
|
4
|
+
data.tar.gz: 8656d56aacd6a57da62fd9877a597e4d8934638c13b3895fb535972d353fbd15
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ed9f436f8ef0f544c7b64bc17f9a26b3653975e568e3eb546b35c50eea75993eda6374975f1c33e9e4982eb8c54d406aa6fe0cf05be254c3106b7bb1bad825d
|
7
|
+
data.tar.gz: 77d03005d5f5dab660a2cc0fb1ab3485db189fb9011aadd3093561301dfb765498e99a3d2c8020f120bc2bf54ac9f9354651c7eaa139f6dbcab8ae09d8aeaf6d
|
@@ -6,8 +6,7 @@ begin
|
|
6
6
|
# Do stuff with the output here. Just printing to show it works
|
7
7
|
stdout.each { |line| print line }
|
8
8
|
rescue Errno::EIO
|
9
|
-
puts "Errno:EIO error, but this probably just means "
|
10
|
-
"that the process has finished giving output"
|
9
|
+
# puts "Errno:EIO error, but this probably just means that the process has finished giving output"
|
11
10
|
end
|
12
11
|
end
|
13
12
|
rescue PTY::ChildExited
|
@@ -34,8 +34,7 @@ module Smartcloud
|
|
34
34
|
--workdir='#{Smartcloud.config.user_home_path}/.smartcloud/grids/grid-runner/apps' \
|
35
35
|
--restart='always' \
|
36
36
|
--network='nginx-network' \
|
37
|
-
smartcloud/runner
|
38
|
-
ruby #{Smartcloud.config.user_home_path}/.smartcloud/grids/grid-runner/spawner.rb", out: File::NULL)
|
37
|
+
smartcloud/runner", out: File::NULL)
|
39
38
|
puts "done"
|
40
39
|
|
41
40
|
print "-----> Starting container runner ... "
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: smartcloud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.125
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Timeboard
|
@@ -41,6 +41,7 @@ files:
|
|
41
41
|
- lib/smartcloud/grids/grid-runner/fcgiwrap/packages/main/x86_64/fcgiwrap-1.1.1-r4.apk
|
42
42
|
- lib/smartcloud/grids/grid-runner/fcgiwrap/packages/main/x86_64/fcgiwrap-doc-1.1.1-r4.apk
|
43
43
|
- lib/smartcloud/grids/grid-runner/fcgiwrap/packages/main/x86_64/fcgiwrap-openrc-1.1.1-r4.apk
|
44
|
+
- lib/smartcloud/grids/grid-runner/spawner.rb
|
44
45
|
- lib/smartcloud/grids/grid-solr/docker-entrypoint-initdb.d/.keep
|
45
46
|
- lib/smartcloud/grids/grid-solr/sunspot/conf/schema.xml
|
46
47
|
- lib/smartcloud/grids/grid-solr/sunspot/conf/solrconfig.xml
|
@@ -57,7 +58,6 @@ files:
|
|
57
58
|
- lib/smartcloud/templates/dotsmartcloud/grids/grid-runner/apps/containers/.keep
|
58
59
|
- lib/smartcloud/templates/dotsmartcloud/grids/grid-runner/apps/repositories/.keep
|
59
60
|
- lib/smartcloud/templates/dotsmartcloud/grids/grid-runner/pre-receive
|
60
|
-
- lib/smartcloud/templates/dotsmartcloud/grids/grid-runner/spawner.rb
|
61
61
|
- lib/smartcloud/templates/dotsmartcloud/grids/grid-solr/data/.keep
|
62
62
|
- lib/smartcloud/templates/dotsmartcloud/grids/grid-solr/data/README.txt
|
63
63
|
- lib/smartcloud/templates/dotsmartcloud/grids/grid-solr/data/configsets/_default/conf/lang/contractions_ca.txt
|