File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
This cookbook will deploy gitlab; a free project and repository management
6
6
application.
7
7
8
- Gitlab code hosted on github [ here] ( https://github .com/gitlabhq/gitlabhq ) .
8
+ Gitlab code is hosted [ here] ( https://gitlab .com/gitlab-org/gitlab-ce ) .
9
9
10
10
## Important changes
11
11
@@ -74,7 +74,7 @@ Attributes
74
74
- Gitlab email from, default ` gitlab@ + node.fqdn `
75
75
76
76
* ` gitlab['git_url'] `
77
- - Github gitlab address, default https://github .com/gitlabhq/gitlabhq .git
77
+ - Gitlab repository address, default https://gitlab .com/gitlab-org/gitlab-ce .git
78
78
79
79
* ` gitlab['git_branch'] `
80
80
- Defaults to stable GitlabHQ branch matching the major version of this cookbook. e.g. 6.1.x => 6-1-stable
Original file line number Diff line number Diff line change 33
33
default [ 'gitlab' ] [ 'username_changing_enabled' ] = true
34
34
35
35
# Set github URL for gitlab
36
- default [ 'gitlab' ] [ 'git_url' ] = 'https://github .com/gitlabhq/gitlabhq .git'
36
+ default [ 'gitlab' ] [ 'git_url' ] = 'https://gitlab .com/gitlab-org/gitlab-ce .git'
37
37
default [ 'gitlab' ] [ 'git_branch' ] = '10-1-stable'
38
38
39
39
# gitlab-shell attributes
40
40
default [ 'gitlab' ] [ 'shell' ] [ 'home' ] = node [ 'gitlab' ] [ 'home' ] + '/gitlab-shell'
41
- default [ 'gitlab' ] [ 'shell' ] [ 'git_url' ] = 'https://github .com/gitlabhq /gitlab-shell.git'
41
+ default [ 'gitlab' ] [ 'shell' ] [ 'git_url' ] = 'https://gitlab .com/gitlab-org /gitlab-shell.git'
42
42
default [ 'gitlab' ] [ 'shell' ] [ 'git_branch' ] = 'v5.9.3'
43
43
default [ 'gitlab' ] [ 'shell' ] [ 'gitlab_host' ] = nil
44
44
You can’t perform that action at this time.
0 commit comments