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
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-11-15 18:46:08 +0300
committerDouwe Maan <douwe@selenight.nl>2017-11-23 18:59:50 +0300
commit0e6beaf50c9233ca03083691856dea2883f71773 (patch)
tree44e8f6d85ab86f747cf5ec88c42a85782fb33a8e /lib/gitlab/legacy_github_import
parent7084c096732dcd041fbdcd22ba17233941683c04 (diff)
Clean up repository fetch and mirror methods
Diffstat (limited to 'lib/gitlab/legacy_github_import')
-rw-r--r--lib/gitlab/legacy_github_import/importer.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gitlab/legacy_github_import/importer.rb b/lib/gitlab/legacy_github_import/importer.rb
index 4d096e5a741..0e5425d01fd 100644
--- a/lib/gitlab/legacy_github_import/importer.rb
+++ b/lib/gitlab/legacy_github_import/importer.rb
@@ -3,6 +3,10 @@ module Gitlab
class Importer
include Gitlab::ShellAdapter
+ def self.fetch_refs
+ Gitlab::GithubImport.fetch_refs
+ end
+
attr_reader :errors, :project, :repo, :repo_url
def initialize(project)