Skip to content
Snippets Groups Projects

Fix gl-setup PATH warning when executing gl-system-install.

Merged gitlab-qa-bot requested to merge github/fork/abevoelker/patch-1 into master

Created by: abevoelker

My git user uses bash (so .profile), but I think it should work the same for sh shell.

Full warning message:

                ***** WARNING *****
gl-setup is not in your $PATH.

Since gl-setup MUST be run from the PATH (and not as src/gl-setup or such),
you must fix this before running gl-setup.  The simplest way is to add

    PATH=/home/git/bin:$PATH

to the end of your bashrc or similar file.  You can even simply run that
command manually each time you log in and want to run a gitolite command.

Run /home/git/gitolite/src/gl-system-install -h for a detailed usage message.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Created by: abevoelker

    Forgot to mention this fixes #326 (closed)

    By Administrator on 2012-04-01T18:23:31 (imported from GitLab project)

    By Administrator on 2012-04-01T18:23:31 (imported from GitLab)

  • Created by: vsizov

    done

    By Administrator on 2012-04-01T18:25:04 (imported from GitLab project)

    By Administrator on 2012-04-01T18:25:04 (imported from GitLab)

Please register or sign in to reply
Loading