Skip to content
Snippets Groups Projects
  1. Jun 23, 2015
  2. Mar 27, 2015
  3. Mar 09, 2015
  4. Mar 06, 2015
  5. Mar 05, 2015
  6. Mar 03, 2015
  7. Mar 02, 2015
  8. Feb 28, 2015
  9. Feb 17, 2015
  10. Feb 10, 2015
  11. Feb 04, 2015
    • Valery Sizov's avatar
      Merge branch 'changelog' into 'master' · 359e2fdb
      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
      359e2fdb
  12. Jan 28, 2015
  13. Jan 27, 2015
  14. Jan 23, 2015
  15. Jan 22, 2015
  16. Jan 13, 2015
  17. Jan 11, 2015
  18. Jan 08, 2015
    • Dmitriy Zaporozhets's avatar
      Merge branch 'specify-working-directory' into 'master' · 5b70bcee
      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
      5b70bcee
    • Dmitriy Zaporozhets's avatar
      Merge branch 'setup-needs-bundler' into 'master' · 694106ec
      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
      694106ec
Loading