Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2014-09-10 15:17:43 +0400
committerJacob Vosmaer <jacob@gitlab.com>2014-09-10 15:17:43 +0400
commit622520490460891391a4212f8fc94baaec79f5c2 (patch)
tree33ac8d8f475407144756eab546c22eaa949cad48 /db
parentf2007e748890a2b818b4f3b0dceea0a5158df539 (diff)
parent07061b672ca97ec703b7041473024859585ec9c1 (diff)
Merge branch 'use-canonical-repos' into 'master'
Use canonical repos /cc @dzaporozhets See merge request !1079
Diffstat (limited to 'db')
-rw-r--r--db/fixtures/development/04_project.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/db/fixtures/development/04_project.rb b/db/fixtures/development/04_project.rb
index e8418042263..fef9666c6cb 100644
--- a/db/fixtures/development/04_project.rb
+++ b/db/fixtures/development/04_project.rb
@@ -4,9 +4,9 @@ Sidekiq::Testing.inline! do
Gitlab::Seeder.quiet do
project_urls = [
'https://github.com/documentcloud/underscore.git',
- 'https://github.com/gitlabhq/gitlabhq.git',
- 'https://github.com/gitlabhq/gitlab-ci.git',
- 'https://github.com/gitlabhq/gitlab-shell.git',
+ 'https://gitlab.com/gitlab-org/gitlab-ce.git',
+ 'https://gitlab.com/gitlab-org/gitlab-ci.git',
+ 'https://gitlab.com/gitlab-org/gitlab-shell.git',
'https://gitlab.com/gitlab-org/testme.git',
'https://github.com/twitter/flight.git',
'https://github.com/twitter/typeahead.js.git',