diff options
| author | Angus MacArthur <amacarthur@blackberry.com> | 2013-04-16 00:24:11 -0400 |
|---|---|---|
| committer | Angus MacArthur <amacarthur@blackberry.com> | 2013-04-16 00:24:11 -0400 |
| commit | e104bdf13f66319b450243c6dcb1d199e554b431 (patch) | |
| tree | 0b3b957341dff6aa7eea7eea0a16acfeff47f881 /bin/gitlab-projects | |
| parent | a471d5526249654f93dae8d88b92c2cddb287178 (diff) | |
| download | gitlab-shell-e104bdf13f66319b450243c6dcb1d199e554b431.tar.gz | |
fork fixes for upstream pull
Change-Id: Ia48a93ccbfea6fdc0791ce25cf3e6291bfe7fa08
Diffstat (limited to 'bin/gitlab-projects')
| -rwxr-xr-x | bin/gitlab-projects | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/gitlab-projects b/bin/gitlab-projects index 95d0475..8803931 100755 --- a/bin/gitlab-projects +++ b/bin/gitlab-projects @@ -13,6 +13,8 @@ require_relative '../lib/gitlab_init' # # /bin/gitlab-projects mv-project gitlab/gitlab-ci.git randx/fork.git # +# /bin/gitlab-projects fork-project gitlab/gitlab-ci.git randx +# # /bin/gitlab-projects import-project randx/six.git https://github.com/randx/six.git # require File.join(ROOT_PATH, 'lib', 'gitlab_projects') |
