summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* 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