- Jun 23, 2015
-
-
Valery Sizov authored
-
Valery Sizov authored
-
- Mar 27, 2015
-
-
Valery Sizov authored
-
- Mar 09, 2015
-
-
Dmitriy Zaporozhets authored
Unlink runner from coordinator gitlab/omnibus-gitlab-runner#1 See merge request !18
-
- Mar 06, 2015
-
-
Valery Sizov authored
-
- Mar 05, 2015
-
-
Sid Sijbrandij authored
Update readme for easily installing runners Related to https://gitlab.com/gitlab-org/omnibus-gitlab-runner/merge_requests/3 See merge request !15
-
Marin Jankovski authored
-
Valery Sizov authored
-
Valery Sizov authored
-
- Mar 03, 2015
-
-
Robert Schilling authored
Deleted port 3000 in example
-
- Mar 02, 2015
-
-
Valery Sizov authored
#8 install doc gitlab-ci-runner seems to be less document project, so here are some updates I've made while installing fresh runner today on Centos 6.5. See merge request !13
-
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
-