- Jan 23, 2015
-
-
Valery Sizov authored
-
- 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
-
- 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
-
- 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
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Merge branch 'ansynchronous-build' of https://github.com/gucki/gitlab-ci-runner into gucki-ansynchronous-build
-
hanneskaeufler authored
-
- Apr 14, 2014
-
-
Job van der Voort authored
-
- Apr 04, 2014
-
-
Sytse Sijbrandij authored
Dockerfile fixed to avoid error on Upstart workaround
-
Jorge Barnaby authored
-