summaryrefslogtreecommitdiff
path: root/ci/dependency_update.sh
Commit message (Collapse)AuthorAgeFilesLines
* remove bundle_install.shLamont Granquist2017-05-101-1/+1
| | | | | | | doesn't matter, and if it did we should use the actual bundler trampolining. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* simplify omnibus config and greenify builds againLamont Granquist2017-05-091-0/+2
| | | | | | | | | | | | | | this is also necessary for bundler-1.14.x i'm still not entirely clear why we ever needed all the fussy software gem configs or what the build-chef / build-chef-gem infrastructure ever did for us. it seems to have been mostly micro-optimization around building the software gems before bundle installing the project in order to take advantage of git caching. i aggressively don't care about that, this is quite fast enough. we can install nokogiri and libgecode early and that should take care of 98% of the build optimization issue. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Don't futz with bundle configThom May2017-04-281-2/+0
| | | | Signed-off-by: Thom May <thom@chef.io>
* Make it so you can actually run rake:dependencies locallyTom Duffield2017-02-091-1/+1
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Install fewer binary dependencies and dependencies in generaljk/install-less-stuffJohn Keiser2016-06-061-0/+2
| | | | when bumping version and updating dependencies
* Add set -evx to shell scriptsJohn Keiser2016-06-011-0/+2
|
* adding shell scripts for the bump bot that will ensure the correct bundler ↵Matt Wrock2016-06-011-0/+5
version is installed