debian-mirror-gitlab/app/views/projects/mirrors/_instructions.html.haml

14 lines
889 B
Text
Raw Normal View History

2018-10-15 14:42:47 +05:30
.account-well.prepend-top-default.append-bottom-default
%ul
%li
2018-11-18 11:00:15 +05:30
= _('The repository must be accessible over <code>http://</code>,
<code>https://</code>, <code>ssh://</code> and <code>git://</code>.').html_safe
%li= _('Include the username in the URL if required: <code>https://username@gitlab.company.com/group/project.git</code>.').html_safe
2018-11-20 20:47:30 +05:30
%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 }
2018-11-18 11:00:15 +05:30
%li= _('The Git LFS objects will <strong>not</strong> be synced.').html_safe
%li
= _('This 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.')