summaryrefslogtreecommitdiff
path: root/omnibus
Commit message (Collapse)AuthorAgeFilesLines
* build ohai from gitlcg/ohai-from-gitLamont Granquist2017-03-063-1/+49
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* forgot to run the rake task to update depsLamont Granquist2017-03-031-10/+10
| | | | | | now the build should be fixed. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bump omnibus gems and change protocol to httpsLamont Granquist2017-03-032-32/+31
| | | | | | | | | | | | the `github:` argument gets translated to git:// urls, which are insecure and i have a .gitconfig which translates those to https:// urls, and the effect of that is that when _I_ bump the Gemfile.lock the urls don't match and `bundle install` with the `--deployment` flag gets all pissy and I break the build, and since i don't habitually `bundle install --deployment` locally I never see the failures. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump chef version to 13.0.0Lamont Granquist2017-02-281-14/+14
| | | | | | | | | | | This requires pulling in master of several gems, bumps all the other gems, plus pulls in new kitchen-appbundle-updater which supports pulling master of ohai. Note that kitchen-windows is disabled because it turns out it was broken and red on 12.19 all along. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Revert "updating dependencies"Lamont Granquist2017-02-161-11/+11
| | | | | | This reverts commit bd45e8360cf233cbadba17c4ee9870d450a610f8. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* updating dependenciesLamont Granquist2017-02-151-11/+11
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-1/+1
| | | | | | department of redundancy department Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Remove a lot of old restraintsTom Duffield2017-02-091-8/+8
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Bump deps to avoid corrupt Gemfile.lock warningTim Smith2017-02-071-12/+12
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update depstduffield/fix-syntaxTom Duffield2017-01-241-3/+3
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Bump depsTom Duffield2017-01-231-6/+6
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Ruby 2.3 doesn't have casecmp?. Use casecmp insteadTom Duffield2017-01-231-1/+1
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Use new `fips_mode` variable to define whether to build with FIPSCOOL-663/tduffield/use-fips_mode-variableTom Duffield2017-01-202-5/+1
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Revert omnibus-software to ruby_windows_monster branchrhass/COOL-657_ecc-algorithm-supportTom Duffield2017-01-192-3/+3
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Pin version of rainbow gem and update deps.Ryan Hass2017-01-192-4/+4
| | | | | | | We need to pin rainbow until the next version of rubygems is released as it is causing build failures in travis. Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>
* Clarify platform constraints for ios and solarisTom Duffield2017-01-192-6/+8
| | | | | | Based on feedback. Signed-off-by: Tom Duffield <tom@chef.io>
* Fix chefstyleTom Duffield2017-01-191-1/+0
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Add gems for ECC algorithm support to omnibus.Ryan Hass2017-01-184-33/+60
| | | | | | | | | | | | | | | | | These definitions have been added to resolve build issues with ECC algorithm support on Solaris and Cisco IOS-XR. The bcyrpt_pbkdf gem currently link against shared libs which are not installed on Cisco IOS-XR. The rbnacl gems currently fail to compile on Solaris for both x86-64 and SPARC. Adding these definitions will allow us to selectively define the supported platforms as well as provide a simple means to itterate on patches as needed. Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>
* use the same task name used by the chef-client cookbook so that the task can ↵task_nameMatt Wrock2016-12-171-2/+2
| | | | | | be managed by its task recipie Signed-off-by: Matt Wrock <matt@mattwrock.com>
* Fixed minor UI issues with Chef's MSI.aliasgar162016-12-091-4/+6
| | | | Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Changed Chef service/task options feature name and did re-alignment of the ↵aliasgar162016-12-092-14/+32
| | | | | | title, text messages, box, buttons, etc. Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Removed ST attribute as its absense will make schtasks utility to fetch the ↵aliasgar162016-12-091-1/+1
| | | | | | current time as the start time for scheduled task. Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Fixed embedded Ruby code issue in source.wxs file.aliasgar162016-12-091-1/+1
| | | | Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Fixed bug to handle binary paths while creating scheduled task for Chef.aliasgar162016-12-091-1/+1
| | | | Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Combined source_ui.wxs into source.wxs as per the requirements of the Chef's ↵aliasgar162016-12-092-97/+88
| | | | | | build tool. Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Embedded and modified WixUI_FeatureTree module in Chef's WIX config as per ↵aliasgar162016-12-093-34/+130
| | | | | | the requirement for Chef_Service_Options. Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Fixed some bugs in the WIX config.aliasgar162016-12-091-9/+3
| | | | Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Resolved bugs and added custom actions to remove service and sch_task, and ↵aliasgar162016-12-091-3/+31
| | | | | | also added code to handle transition scenarios between service, sch_task and none options. Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Added support in WIX to install chef-client as a scheduled task.aliasgar162016-12-092-2/+26
| | | | Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* fix Style/SpaceInsideStringInterpolationLamont Granquist2016-12-061-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Cherry Pick omnibus commitsjsinha/cherrypick-omnibusJaymala Sinha2016-11-041-8/+8
| | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Merge pull request #5485 from chef/jsinha/BEN-123-IPSFIXThom May2016-11-011-0/+6
|\ | | | | [BEN-123] Fix IPS package must create symlinks to package commands
| * [BEN-123] Fix IPS package must create symlinks to package commandsjsinha/BEN-123-IPSFIXJaymala Sinha2016-10-241-0/+6
| | | | | | | | | | | | | | Create symlinks.erb template to exists in local project directory structure to enable IPS package to create required symlinks for installed commands Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* | Bump deps to pull in latest Ohaitas50/deps2Tim Smith2016-10-311-9/+9
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* More Opscode -> Chef updatesTim Smith2016-10-201-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump omnibus deps once more.rhass/COOL-595_omnibus-dep-bumpRyan Hass2016-10-181-6/+6
| | | | Signed-off-by: Ryan Hass <rhass@chef.io>
* Update omnibus Gemfile.lockRyan Hass2016-10-181-9/+9
| | | | | | | | Update Gemfile.lock for omnibus to pull in latest OpenSSL 1.0.1 version. Relates to internal issue COOL-595. Signed-off-by: Ryan Hass <rhass@chef.io>
* fix the rubygems version generated by rake dependenciesThiago Oliveira2016-10-131-6/+6
| | | | Signed-off-by: Thiago Oliveira <thiagoo@yahoo-inc.com>
* update openssl to 1.0.2j to address vulnerabilitiesThiago Oliveira2016-10-131-3/+4
| | | | Signed-off-by: Thiago Oliveira <thiagoo@yahoo-inc.com>
* Cherry pick omnibus commitshain/test_deps2Scott Hain2016-10-071-7/+7
| | | | Signed-off-by: Scott Hain <shain@chef.io>
* Update omnibus pinningshain/test_bumpScott Hain2016-10-041-1/+1
| | | | Signed-off-by: Scott Hain <shain@chef.io>
* update dependenciesMatt Wrock2016-10-031-1/+1
| | | | Signed-off-by: Matt Wrock <matt@mattwrock.com>
* update omnibus branch sha to get new autoloading commitMatt Wrock2016-10-031-10/+10
|
* Add branch off of lcg/ruby23 that includes some openssl solaris fixes (#5396)Scott Hain2016-09-282-4/+4
|
* update dependencies (#5384)Matt Wrock2016-09-261-10/+10
|
* update deps, pull in chefspecLamont Granquist2016-09-211-1/+1
| | | | | | necessary to get travis green again Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update pedump to latest released; update all dependenciesjk/updateJohn Keiser2016-09-202-25/+17
|
* Merge pull request #5338 from chef/jk/updateJohn Keiser2016-09-201-1/+1
|\ | | | | Update all dependencies
| * Update all dependenciesJohn Keiser2016-09-191-1/+1
| |
* | Actually clean up bundler filesjk/cleanup-bundlerJohn Keiser2016-09-194-42/+31
|/