Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Set ENV["HOME"] to make resque work with SSH keysMarius Mathiesen2012-10-041-0/+1
|
* Oh, and we'll need bin/bundle too!Marius Mathiesen2012-10-041-0/+5
|
* Add bin/console and bin/create_user which runs with the correct environmentMarius Mathiesen2012-10-042-0/+30
| | | | | Also put deprecation warning in script/create_user, as we have a replacement now.
* Make Rake happy by chdir-ing to RAILS_ROOTMarius Mathiesen2012-10-041-0/+1
|
* Introducing $GITORIOUS_ROOT/bin for CLI work with GitoriousMarius Mathiesen2012-10-043-0/+72
| | | | | | | | | | | | | | | | In order to make it easier to run Gitorious CLI tools directly, without dealing with switching users, running `bundle exec` and so, we're now shipping some preconfigured scripts inside bin/. These scripts will load a functional Gitorious environment and (if running in production mode) require that either the user configured in gitorious.yml is used or switch to that user before running the scripts. This means these scripts can be run either as the configured user (usually "git") or by root (in which case the scripts will switch to that user. The first two CLI tools included are rake (which lets you invoke Rake) and unicorn (which lets you run Unicorn).
* Added bin/gts-whats-new to see what all the clones of a given repo are up toJohan Sørensen2009-01-081-0/+48