summaryrefslogtreecommitdiff
path: root/bin/install
Commit message (Collapse)AuthorAgeFilesLines
* Manage authorized_keys permissions continuouslykeys-chmodJacob Vosmaer2016-08-011-2/+0
| | | | | | We can lazily create authorized_keys and set its permissions. This adds negligible overhead and it allows us to remove a setup step from GitLab both on source and in omnibus-gitlab.
* Refactor repository paths handling to allow multiple git mount pointsshardsAlejandro Rodríguez2016-06-291-2/+6
|
* Revert "Merge branch 'use-load-path' into 'master' "Dmitriy Zaporozhets2015-11-121-2/+1
| | | | | This reverts commit ae498b6cd4122d3d7f35e6b73b50c53615ca3488, reversing changes made to 79fdf65c71e90773fbf52d6832b74cf5a7124755.
* use load path instead of require_relativePirate Praveen2015-11-101-1/+2
|
* Remove recursive commands from bin/installJacob Vosmaer2015-02-261-2/+1
| | | | | | | | | | It is not clear what we need these for anymore. Because these commands would recurse once through all existing files in all Git repositories, and then another time through all directories these commands could take very long on a server with a lot of repositories. We keep the 'chmod' on config.repos_path, to deny world access to all files and directories beneath it.
* Use safer shell invocations in bin/installJacob Vosmaer2014-03-071-9/+9
|
* Allow bin/install to signal failure on exitJacob Vosmaer2013-11-191-1/+7
|
* Fix permissions for SSH with StricModes onnJavier Castro2013-04-041-0/+2
| | | | | | I've installed following the instructions on Fedora 18, and would be nice to leave the permissions nicely for SSH daemons configured with StrictModes On (cause u can get as I got this... http://www.daveperrett.com/articles/2010/09/14/ssh-authentication-refused/) Cheers!
* Fixed install scriptFumiya Nakamura2013-02-081-1/+1
|
* Replace hardcoded commands with data from config.ymlAndrey Kumanyaev2013-02-081-5/+8
|
* add check binDmitriy Zaporozhets2013-02-051-0/+1
|
* gitlab-initDmitriy Zaporozhets2013-02-051-1/+2
|
* install scriptDmitriy Zaporozhets2013-02-041-0/+19