Skip to content

Commit ae81ed9

Browse files
committed
Use GitLab repository URLs rather than GitHub
Makes sense, right? Plus gitlab-shell is not up-to-date on GitHub.
1 parent 0e2d7f2 commit ae81ed9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This cookbook will deploy gitlab; a free project and repository management
66
application.
77

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).
99

1010
## Important changes
1111

@@ -74,7 +74,7 @@ Attributes
7474
- Gitlab email from, default `gitlab@ + node.fqdn`
7575

7676
* `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
7878

7979
* `gitlab['git_branch']`
8080
- Defaults to stable GitlabHQ branch matching the major version of this cookbook. e.g. 6.1.x => 6-1-stable

attributes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
default['gitlab']['username_changing_enabled'] = true
3434

3535
# 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'
3737
default['gitlab']['git_branch'] = '10-1-stable'
3838

3939
# gitlab-shell attributes
4040
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'
4242
default['gitlab']['shell']['git_branch'] = 'v5.9.3'
4343
default['gitlab']['shell']['gitlab_host'] = nil
4444

0 commit comments

Comments
 (0)