summaryrefslogtreecommitdiff
path: root/omnibus
Commit message (Collapse)AuthorAgeFilesLines
...
* update dependenciesMatt Wrock2016-05-271-11/+19
|
* Add licenses to all software defsjk/licensesJohn Keiser2016-05-1811-0/+37
|
* update omnibus dependency with appx fixMatt Wrock2016-05-161-2/+2
|
* Bump version of chef to 12.10.55 by Chef Versioner.v12.10.55Chef Versioner2016-05-161-5/+5
|
* add appx block with signing key to omnibus projectMatt Wrock2016-05-131-0/+4
|
* Bump version of chef to 12.10.47 by Chef Versioner.v12.10.47Chef Versioner2016-05-121-15/+7
|
* Merge pull request #4891 from chef/praj/FLOW-355/yahoo_rpmKartik Null Cating-Subramanian2016-05-101-0/+1
|\ | | | | Updating chef-complete to include gem-permissions update dependency in omnibus-software
| * Updating chef-complete to include gem-permissions update dependency in ↵Prajakta Purohit2016-05-091-0/+1
| | | | | | | | omnibus-software
* | Rescue julia bot by whiltelisting rubocop and stoveKartik Null Cating-Subramanian2016-05-091-9/+9
|/
* Automatic dependency update by Chef VersionerChef Versioner2016-05-051-18/+18
|
* Merge pull request #4864 from chef/shain/fix_dependency_pathScott Hain2016-04-261-1/+4
|\ | | | | Update override path
| * Update override pathshain/fix_dependency_pathScott Hain2016-04-261-1/+4
| |
* | Run the intergration tests in FIPS modeKartik Null Cating-Subramanian2016-04-251-49/+0
|/
* Set `node[‘omnibus’][‘install_dir’]` to the correct valueSeth Chisamore2016-04-221-1/+1
|
* Update the README with updated `load-omnibus-toolchain.*` usageSeth Chisamore2016-04-221-5/+13
|
* Ignore the `omnibus/Berksfile.lock`Seth Chisamore2016-04-221-47/+0
|
* Update the `.kitchen.vmware.yml` usageSeth Chisamore2016-04-222-3/+5
|
* Create platform-specific synced folder configSeth Chisamore2016-04-221-9/+21
| | | | | Without these changes `kitchen` cannot properly SSH into the instance when running under the VirtualBox.
* Refreeze windowsjk/unfreeze-windowsJohn Keiser2016-04-191-4/+1
|
* Don't update fips serverspec Gemfile.lockJohn Keiser2016-04-184-16/+16
|
* Remove Gemfile.windows and put both platforms in Gemfile.lockJohn Keiser2016-04-183-20/+10
|
* Allow Windows to freezeJohn Keiser2016-04-184-9/+5
|
* Make gemfile_util capable of copying groups overJohn Keiser2016-04-186-48/+49
|
* Simplify external tests and make them work with Gemfile.lockJohn Keiser2016-04-183-38/+35
|
* Use locked dependencies to build chefJohn Keiser2016-04-1820-48/+728
|
* Pin everything down with Gemfile.lock, add rake dependencies to updateJohn Keiser2016-04-182-0/+304
|
* Ignore the `omnibus/Berksfile.lock`Seth Chisamore2016-04-151-0/+1
|
* Update platform list to match Chef’s actual build matrixSeth Chisamore2016-04-151-28/+13
|
* Updating version after Chef 12.9 release12_10_0tyler-ball2016-04-131-1/+1
|
* Merge pull request #4785 from chef/cperry/remove-workers-overrideLamont Granquist2016-04-131-4/+0
|\ | | | | Remove override of number of workers to be used.
| * Remove override of number of workers to be used.cperry/remove-workers-overrideCarl Perry2016-04-011-4/+0
| | | | | | | | | | | | | | This should be set in the make scripts and cookbooks for the esoteric platforms that need it. Overriding this to 10 workers on all platforms is slowing things down and causing massive resource constrains and failures on smaller platforms (like ARM).
* | Preparing 12.9 releasetyler-ball2016-04-111-1/+1
| |
* | Omnibus is now using ffi_yajl so we no longer need to pin the JSON gem in ↵tyler-ball2016-04-111-6/+0
| | | | | | | | our Gemfile
* | Point to the right license file for chef.sersut/build-fixSerdar Sutay2016-04-071-1/+1
| |
* | add omnibus license metadatapw/chef_licensePatrick Wright2016-04-061-0/+2
| |
* | Explicitly pin json gemScott Hain2016-04-051-0/+6
| |
* | use latest released test-kitchen in chef-acceptancetk_17Matt Wrock2016-04-041-2/+2
| |
* | Revert https://github.com/chef/chef/pull/4781 because jmespath wasrevert_pinstyler-ball2016-04-041-4/+0
| | | | | | | | relased with an update to prevent loading issues with json vs json_pure
* | fix rubocopMatt Wrock2016-04-011-1/+1
|/
* Merge pull request #4778 from chef/new_tkMatt Wrock2016-04-011-2/+2
|\ | | | | use test-kitchen from master for acceptance tests
| * use test-kitchen from master for acceptance testsnew_tkMatt Wrock2016-03-311-2/+2
| |
* | Don't bring in json_pure (jmespath 1.2 brings it in) because it breaks us.jk/no-json-pureJohn Keiser2016-04-011-0/+4
| |
* | Revert "bump to ruby 2.2.4"salam/ruby-21Salim Alam2016-03-311-1/+1
|/ | | | This reverts commit 3cb10016d142c45d5b2409ecb337b1b7bc295046.
* bump to ruby 2.2.4Lamont Granquist2016-03-231-1/+1
| | | | the ffi branch is necessary for AIX until that patch is merged.
* Pin all lower-level libs to latest versionsupdate-omnibus-libsdanielsdeleo2016-03-221-0/+24
|
* revert bumping to 2.2.4Lamont Granquist2016-03-181-1/+1
| | | | that escaped accidentally, we're not quite there yet...
* use rb-readlin on unix as well as windowsLamont Granquist2016-03-171-2/+2
| | | | necessary for ruby-2.2.4
* Use ruby 2.1.8 on both windows and unixjk/ruby-2.1.8John Keiser2016-03-091-11/+4
|
* Cleanup static libs at build timesalam/chef-cleanupSalim Alam2016-03-031-0/+2
|
* Build ruby from source on all platforms.Jay Mundrawala2016-02-232-14/+14
|