summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-1/+1
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Use new way of defining services on packager.ioCyril Rohr2015-01-181-3/+0
|
* Revert "Delete mailer queue"Marin Jankovski2014-09-101-1/+1
|
* Wrap arguments for `[ -z` in double quotesJacob Vosmaer2014-09-082-2/+2
|
* Merge pull request #7258 from presto53/fix_init_scripts_interpreterJacob Vosmaer2014-09-082-14/+14
|\ | | | | change bash to sh in web, background_jobs scripts
| * fix bash-ismPavel Novitskiy2014-07-041-1/+1
| |
| * change bash to shPavel Novitskiy2014-07-042-13/+13
| |
* | Delete mailer queue because we don't use sidekiq_mailer gem and now the ↵ling.su2014-07-041-1/+1
|/ | | | mailer queue doesn't exist any more.
* Be more selective when killing stray SidekiqsJacob Vosmaer2014-06-121-1/+1
| | | | | | Avoid the background_jobs script killing every process with 'sidekiq' in its argument string (e.g. 'rake gitlab:sidekiq start') by also catching the number (2) in 'sidekiq 2.14'.
* Move from script to bin directory.Marin Jankovski2014-05-274-0/+134
|
* Setup default gitlab.yml with possibility to override default url via ↵Cyril Rohr2014-05-061-1/+8
| | | | | | environment variable. This only applies to packaging with https://pkgr.io.
* Add .pkgr.yml file for automated packaging on https://pkgr.ioCyril Rohr2014-05-061-0/+16
|
* Added executable file permission to binstubsJeroen van Baarsen2014-02-206-0/+0
|
* Inserted spring in the binstubsJeroen van Baarsen2014-02-165-0/+40
| | | | | | | | Now possible to run: `bin/rails` `bin/rspec` `bin/spinach` `bin/rake`
* Rails uses bin folder we forgot to create it when upgradingJeroen van Baarsen2014-02-153-0/+11