Add fetch-remote command for repo mirroring
Also exits import-repository
with non-zero status when import fails.
Merge request reports
Activity
Reassigned to @rspeicher
Also a new version of gitlab-shell needs to be released and the docs need to be updated after this MR. @DouweM Can you add a changelog entry for the new gitlab-shell version?
Edited by Robert SchillingAdded 1 commit:
- a228ac75 - Add changelog entries
@razer6 Done.
128 129 url 129 130 end 130 131 132 def fetch_remote 133 @name = ARGV.shift 134 135 # timeout for fetch 136 timeout = (ARGV.shift || 120).to_i 137 $logger.info "Fetching remote #{@name} for project #{@project_name}." 138 cmd = %W(git --git-dir=#{full_path} fetch #{@name} --tags) mentioned in commit 08f94e6c
mentioned in commit coderhugo/gitlab-ee@6967bad3
mentioned in commit coderhugo/gitlab-ee@834e440f
mentioned in commit cvd/gitlab-ce@6967bad3
mentioned in commit cvd/gitlab-ce@834e440f
Mentioned in commit pfjason/gitlab-ce@6967bad3
Mentioned in commit pfjason/gitlab-ce@834e440f
Please register or sign in to reply