smart_proxy_dynflow_core 0.2.0 → 0.2.1
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
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: '08a1626af21a13a55a6cd092d7aa9f8d65e21db8'
|
|
4
|
+
data.tar.gz: 8ca74216c0cb587d61b7c0049454b9a1204fa8c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 72a360aa24771a1bc0fc6d01a6aac0aa92e526c127487b7ff33d0afc80d53b72d1a83f3f585e0fe507ba846a9c50d58840369d464b5e9913b709591c6651154f
|
|
7
|
+
data.tar.gz: f67485e909fedc9b7651c46cf5a9d16ae521cc6cadb78688a4a38a570b0f6889d336d254030d065fdff6ee126514b760b9677da9f1eb6f317993e567ad70856c
|
|
@@ -8,6 +8,7 @@ Type=forking
|
|
|
8
8
|
User=foreman-proxy
|
|
9
9
|
PIDFile=/var/run/foreman-proxy/smart_proxy_dynflow_core.pid
|
|
10
10
|
ExecStart=/usr/bin/smart_proxy_dynflow_core -d -p /var/run/foreman-proxy/smart_proxy_dynflow_core.pid
|
|
11
|
+
EnvironmentFile=-/etc/sysconfig/smart_proxy_dynflow_core
|
|
11
12
|
|
|
12
13
|
[Install]
|
|
13
14
|
WantedBy=multi-user.target
|
|
@@ -47,17 +47,7 @@ module SmartProxyDynflowCore
|
|
|
47
47
|
super(@fd, rest)
|
|
48
48
|
end
|
|
49
49
|
|
|
50
|
-
def add(*args)
|
|
51
|
-
handle_log_rolling if @roll_log
|
|
52
|
-
super(*args)
|
|
53
|
-
end
|
|
54
|
-
|
|
55
50
|
def roll_log
|
|
56
|
-
@roll_log = true
|
|
57
|
-
end
|
|
58
|
-
|
|
59
|
-
def handle_log_rolling
|
|
60
|
-
@roll_log = false
|
|
61
51
|
unless @file.kind_of? IO
|
|
62
52
|
@fd.reopen @file, 'a'
|
|
63
53
|
@fd.sync = true
|
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
|
|
|
20
20
|
'bin/smart_proxy_dynflow_core', 'deploy/*', 'smart_proxy_dynflow_core.gemspec']
|
|
21
21
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
22
22
|
gem.require_paths = ["lib"]
|
|
23
|
-
gem.license = '
|
|
23
|
+
gem.license = 'GPL-3.0'
|
|
24
24
|
|
|
25
25
|
gem.add_development_dependency "bundler", "~> 1.7"
|
|
26
26
|
gem.add_development_dependency "rake", "~> 10.0"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smart_proxy_dynflow_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ivan Nečas
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-09-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -235,7 +235,7 @@ files:
|
|
|
235
235
|
- smart_proxy_dynflow_core.gemspec
|
|
236
236
|
homepage: https://github.com/theforeman/smart_proxy_dynflow
|
|
237
237
|
licenses:
|
|
238
|
-
-
|
|
238
|
+
- GPL-3.0
|
|
239
239
|
metadata: {}
|
|
240
240
|
post_install_message:
|
|
241
241
|
rdoc_options: []
|
|
@@ -253,7 +253,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
253
253
|
version: '0'
|
|
254
254
|
requirements: []
|
|
255
255
|
rubyforge_project:
|
|
256
|
-
rubygems_version: 2.
|
|
256
|
+
rubygems_version: 2.6.12
|
|
257
257
|
signing_key:
|
|
258
258
|
specification_version: 4
|
|
259
259
|
summary: Dynflow runtime for Foreman smart proxy
|