Commit Graph

7 Commits

Author SHA1 Message Date
Jacob Vosmaer 8e2752f459 Be more selective when killing stray Sidekiqs
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'.
2014-06-12 15:32:47 +02:00
Marin Jankovski 2341cefd6f Move from script to bin directory. 2014-05-27 17:14:41 +02:00
Cyril Rohr 402361afff Setup default gitlab.yml with possibility to override default url via environment variable.
This only applies to packaging with https://pkgr.io.
2014-05-06 11:34:17 +01:00
Cyril Rohr b1d68b6e9b Add .pkgr.yml file for automated packaging on https://pkgr.io 2014-05-06 11:34:17 +01:00
Jeroen van Baarsen 055937c417 Added executable file permission to binstubs 2014-02-20 12:56:22 +01:00
Jeroen van Baarsen 99dc9c6fc9 Inserted spring in the binstubs
Now possible to run:
`bin/rails`
`bin/rspec`
`bin/spinach`
`bin/rake`
2014-02-16 11:22:03 +01:00
Jeroen van Baarsen c35036c091 Rails uses bin folder we forgot to create it when upgrading 2014-02-15 21:03:10 +01:00