redhat-cip / config-tools

Config Tools
8 stars 11 forks source link

In download.sh, why are we using `sudo` to install gems and launch rake tasks? #56

Open joehakimrahme opened 9 years ago

joehakimrahme commented 9 years ago

From download.sh:

    # Build Puppetfile & modules with Rake which is the same way as the
    # module CI in OpenStack Infra
    $SUDO bundle install
    $SUDO bundle exec rake spec_prep

Can you please explain why is sudo necessary here and maybe we can remove it?