File: _instructions.html.haml

package info (click to toggle)
gitlab 17.6.5-19
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 629,368 kB
  • sloc: ruby: 1,915,304; javascript: 557,307; sql: 60,639; xml: 6,509; sh: 4,567; makefile: 1,239; python: 406
file content (17 lines) | stat: -rw-r--r-- 1,742 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.gl-mt-3.gl-mb-3.gl-bg-gray-10.gl-border.gl-p-3.gl-rounded-base
  %ul.gl-pl-5.gl-mb-0
    %li
      = html_escape(_('The repository must be accessible over %{code_open}http://%{code_close},
      %{code_open}https://%{code_close}, %{code_open}ssh://%{code_close} or %{code_open}git://%{code_close}.')) % { code_open: '<code>'.html_safe, code_close: '</code>'.html_safe }
    %li= html_escape(_('When using the %{code_open}http://%{code_close} or %{code_open}https://%{code_close} protocols, please provide the exact URL to the repository. HTTP redirects will not be followed.')) % { code_open: '<code>'.html_safe, code_close: '</code>'.html_safe }
    %li= html_escape(_('Do not include the username in the URL, use the username field below if required: %{code_open}https://gitlab.company.com/group/project.git%{code_close}.')) % { code_open: '<code>'.html_safe, code_close: '</code>'.html_safe }
    %li= html_escape(_('When using the %{code_open}ssh://%{code_close} protocol, please use the following format: %{code_open}ssh://username@example.com/group/project.git%{code_close}.')) % { code_open: '<code>'.html_safe, code_close: '</code>'.html_safe }
    %li
      - minutes = Gitlab.config.gitlab_shell.git_timeout / 60
      = _("The update action will time out after %{number_of_minutes} minutes. For big repositories, use a clone/push combination.") % { number_of_minutes: minutes }
    %li= pull_mirror_lfs_sync_message
    %li= push_mirror_lfs_sync_message
    %li= push_mirror_lfs_ssh_sync_message
    %li
      = _('In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update,
      like new branches being created or new commits being pushed to existing branches.')