redmine_with_git 0.6.1 → 0.6.2
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0602cccc98ef16f5cfe8d3278a8a983b895e2325ba7aa5bba00e5acecb09786b
|
|
4
|
+
data.tar.gz: 52f67cb862e0aab5a89e2cf63e453c0c8ea928417667feca235ecd168abc5055
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14c34bb2e8600f1683b50613472496660321c26b6f8c5976bf9948d93cd5a172e4883ec363df014fb6ffb36c59e3a0606bf863ddf2bd75bacc5551a59ed3dd07
|
|
7
|
+
data.tar.gz: f7ddc22f15b3ac8f6b0e2fc8e149b8eef10ad931b1690ea9116699f89e2f297896ccc4511cb97e5559a5edc5381170d17bf90da5baec551c330cf4d545f8471b
|
|
@@ -25,10 +25,6 @@ export address_https=false
|
|
|
25
25
|
export address_host=localhost
|
|
26
26
|
export address_port=
|
|
27
27
|
set_by_boolean address_https address_scheme https http
|
|
28
|
-
export address_server="$address_host"
|
|
29
|
-
if [ -n "$address_port" ]; then
|
|
30
|
-
export address_server="$address_server:$address_port"
|
|
31
|
-
fi
|
|
32
28
|
export git_repositories_hierarchical_organisation=true
|
|
33
29
|
set_by_boolean git_repositories_hierarchical_organisation git_repositories_unique_repo_identifier \
|
|
34
30
|
false true
|
|
@@ -15,7 +15,7 @@ gitolite_flush_cache: 'false'
|
|
|
15
15
|
gitolite_global_storage_dir: repositories/
|
|
16
16
|
gitolite_hooks_are_asynchronous: 'false'
|
|
17
17
|
gitolite_hooks_debug: 'false'
|
|
18
|
-
gitolite_hooks_url: "${address_scheme}://${
|
|
18
|
+
gitolite_hooks_url: "${address_scheme}://${address_authority}${address_path}"
|
|
19
19
|
gitolite_http_by_default: '1'
|
|
20
20
|
gitolite_identifier_prefix: redmine_
|
|
21
21
|
gitolite_identifier_strip_user_id: 'false'
|
|
@@ -43,9 +43,9 @@ gitolite_timeout: '10'
|
|
|
43
43
|
gitolite_user: ${gitolite_user}
|
|
44
44
|
gitolite_use_sidekiq: 'false'
|
|
45
45
|
hierarchical_organisation: '${git_repositories_hierarchical_organisation}'
|
|
46
|
-
http_server_domain: ${
|
|
46
|
+
http_server_domain: ${address_authority}
|
|
47
47
|
http_server_subdir: ''
|
|
48
|
-
https_server_domain: ${
|
|
48
|
+
https_server_domain: ${address_authority}
|
|
49
49
|
init_repositories_on_create: 'false'
|
|
50
50
|
redmine_has_rw_access_on_all_repos: 'true'
|
|
51
51
|
show_repositories_url: 'true'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: redmine_with_git
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Esquilo Azul Company
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-11-
|
|
11
|
+
date: 2019-11-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: avm-tools
|