- Mar 02, 2015
-
-
Aleks Bunin authored
Added few CentOS related changes. Optimized some commands, which won't require changing current working directory.
-
- Feb 28, 2015
-
-
Robert Schilling authored
mac os fix Error: Cowardly refusing to
-
Robert Schilling authored
-
Robert Schilling authored
Typo in RUNNER_PID variable name
-
Robert Schilling authored
Fix upstart instructions in README.md
-
- Feb 17, 2015
-
-
Sid Sijbrandij authored
-
Sid Sijbrandij authored
-
Sid Sijbrandij authored
-
- Feb 10, 2015
-
-
arantir authored
This should be the same as in `lib/support/init.d/gitlab_ci_runner`.
-
- Feb 04, 2015
-
-
Valery Sizov authored
Send description and tag_list during registration If specified RUNNER_DESCRIPTION or RUNNER_TAG_LIST can be send during registration. By default hostname is used for description. See merge request !12
-
- Jan 28, 2015
-
-
Kamil Trzcinski authored
- 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
-
-
Valery Sizov authored
Send hostname to Coordinator Runner sends it's hostname during registration which allows for easier identification. See merge request !10
-
Kamil Trzcinski authored
-
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 13, 2015
-
-
Jan-Willem van der Meer authored
Upstart conf's should exist in /etc/init instead of /etc/init.d
-
- 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 22, 2014
-
-
Lytsing Huang 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).
-