diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-12 11:03:07 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-12 11:03:07 +0200 |
| commit | c8a713cbde5c9149539bba51917bd094ef2b5189 (patch) | |
| tree | 12bfe1042f16aeaf4f444543e6b239f6d440b183 /README.md | |
| parent | 3df553676aca6f07864c3c7bbd4422e4d70b454c (diff) | |
| download | gitlab-shell-c8a713cbde5c9149539bba51917bd094ef2b5189.tar.gz | |
Add support for import repo timeout
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -36,7 +36,11 @@ Remove repo Import repo - ./bin/gitlab-projects import-project randx/six.git https://github.com/randx/six.git + # Default timeout is 2 minutes + ./bin/gitlab-projects import-project randx/six.git https://github.com/randx/six.git + + # Override timeout in seconds + ./bin/gitlab-projects import-project randx/six.git https://github.com/randx/six.git 90 Fork repo |
