Project

General

Profile

Download (502 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
3636aecb 09/21/2023 09:37 AM Evgeni Golov

Fixes #36767 - use runuser instead of su to run rake

foreman-rake is designed to be run as root (and switch to foreman) or by
foreman directly. any other user can't use it as it is installed in sbin
and the foreman user has no password set, making switching users as non...

eb714e7d 03/03/2019 09:39 AM John Mitsch

Fixes #26194 - Silence ruby warnings for foreman-rake

This commit adds the `-W 0` to ruby for foreman-rake

This will silence warnings for ruby. We already use the production
rails environment, which prevents rails warnings, but we don't alter
the logging for ruby, so ruby warnings are still visible...

91cfc0ca 10/19/2016 08:18 AM Michael Moll

fixes #17011 - refactor BUNDLER_CMD in foreman-rake

aa9f27e3 07/21/2016 08:54 AM Ranjan Kumar

Fixes #15684 - foreman-rake without options raise an error

9fd99121 05/24/2016 11:42 AM Stijn Tintel

Fixes #14541 - foreman-rake must preserve environment variables

Signed-off-by: Stijn Tintel <>

e28614c0 08/19/2015 02:31 PM Dominic Cleal

fixes #11170 - pass quoted args through foreman-rake

Use the special "$@" to correctly pass quoted arguments through
foreman-rake, through su and to the underlying rake command. Ensures
the JSON in this command is unharmed:

foreman-rake config -- -k trusted_puppetmaster_hosts -v '["foo.bar.com"]'...
86df2a8a 07/22/2013 08:57 AM Dominic Cleal

fixes #2684 - add foreman-rake script to /usr/sbin