- Jan 27, 2015
-
-
Achilleas Pipinellis authored
Default file for gitlab ci runner
-
Wachiwi authored
* Added default file for init script to allow configuration for the runner * Updated install area inside ReadMe.md * Adapted the indention of the switch-case to match the rest of the script **EDIT:** * Fixed description of line 17 * Edited defaultfile variables to match init.d-script variables
-
- Jan 23, 2015
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Init.d clean See merge request !15
-
Valery Sizov authored
-
Dmitriy Zaporozhets authored
Update ruby The old version of ruby can be installed on the recent ubunntu releases because of incompatibility with readline. http://stackoverflow.com/questions/23488790/compile-ruby-2-0-errors-without-rvm-or-rbenv-readline-c188626-error-func See merge request !16
-
Valery Sizov authored
-
Valery Sizov authored
Exposed project directory and project id to the build environment Exposing the project directory and ID will help with automating Docker integration, for example, mapping a directory in a Docker to the build directory, etc. See merge request !5
-
Valery Sizov authored
Repo url in build script See merge request !7
-
- Jan 22, 2015
-
-
Sid Sijbrandij authored
-
- Jan 11, 2015
-
-
Sid Sijbrandij authored
-
- Jan 08, 2015
-
-
Dmitriy Zaporozhets authored
Add `-C` option to specify the working directory The concrete goal of adding this switch is to be able to start a runner as: ``` /opt/gitlab-runner/bin/runner -C /home/gitlab-runner ``` This way we can keep the runner's executable code under `/opt/gitlab-runner`, owned by root, and have `/home/gitlab-runner` (or whatever we come up with) as a writable, working area for the gitlab-ci-runner user. This new switch does not change the default behavior of the runner. See merge request !14
-
Dmitriy Zaporozhets authored
bin/setup needs bundler too By adding `require 'bundler/setup'` we remove the need for `bundle exec`. This is already done in the other scripts in bin/; this change adds the missing require to bin/setup. See merge request !13
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
By adding `require 'bundler/setup'` we remove the need for `bundle exec`. This is already done in the other scripts in bin/; this change adds the missing require to bin/setup.
-
- Dec 18, 2014
-
-
Dmitriy Zaporozhets authored
Add HOME to the Upstart config example This seems to be a good idea. See merge request !12
-
- Dec 17, 2014
-
-
Jacob Vosmaer authored
-
- Dec 11, 2014
-
-
Dmitriy Zaporozhets authored
Add Upstart config Upstart takes care of respawning and logging. This only works for distributions that use Upstart, such as Ubuntu 12.04, Ubuntu 14.04 and Centos 6. See merge request !11
-
Jacob Vosmaer authored
-
- Nov 17, 2014
-
-
artur authored
-
- Aug 26, 2014
-
-
Sytse Sijbrandij authored
Dockerfile update
-
Stefan Schweter authored
-
- Aug 25, 2014
-
-
Stefan Schweter authored
-
Stefan Schweter authored
Moves mysql, redis and postgresql to optional dependencies section. Postgresql version number was updated from 9.1 to 9.3 (Available in Ubuntu 14.04).
-
Stefan Schweter authored
-
- Jul 11, 2014
-
-
Antonio Lobato authored
-
- May 08, 2014
-
-
Dmitriy Zaporozhets authored
-
- May 07, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- May 06, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Drop ssh keygen
-
Dmitriy Zaporozhets authored
Runner use http to clone repo from source so its no need in ssh key for it Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
-
- May 05, 2014
-
-
Dmitriy Zaporozhets authored
Tempfile permissions
-
Jacob Vosmaer authored
-
- May 03, 2014
-
-
Sytse Sijbrandij authored
Fix typos in Dockerfile
-
- Apr 29, 2014
-
-
Dmitriy Zaporozhets authored
Make sure we submit completed build to coordinator.
-
Dmitriy Zaporozhets authored
-
- Apr 25, 2014
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Apr 24, 2014
-
-
Dmitriy Zaporozhets authored
-