- 22 Jun, 2017 4 commits
-
-
Seth Chisamore authored
Signed-off-by:
Seth Chisamore <schisamo@chef.io>
-
Seth Chisamore authored
S3 cache: fix bug using access_key_id/secret_access_key
-
Stephan Renatus authored
Signed-off-by:
Stephan Renatus <srenatus@chef.io>
-
Stephan Renatus authored
The comma causes `config[:access_key_id]` to end up having _both_ the value of `Config.s3_access_key` AND the following line, i.e., `Config.s3_secret_key`. The added tests test a private method. But I think this is still better than mocking all the things between s3_configuration and the public method making use of this. Signed-off-by:
Stephan Renatus <srenatus@chef.io>
-
- 21 Jun, 2017 2 commits
-
-
Seth Chisamore authored
5.6.0 Release
-
Ryan Hass authored
Signed-off-by:
Ryan Hass <rhass@users.noreply.github.com>
-
- 20 Jun, 2017 2 commits
-
-
Lamont Granquist authored
fixes for chefstyle release
-
Lamont Granquist authored
Signed-off-by:
Lamont Granquist <lamont@scriptkiddie.org>
-
- 19 Jun, 2017 4 commits
-
-
Ryan Hass authored
Add new build option to populate S3 cache and add AWS shared credentials support.
-
Ryan Hass authored
Signed-off-by:
Ryan Hass <rhass@users.noreply.github.com>
-
Ryan Hass authored
This adds support for AWS Shared Credentials via `~/.aws/config` and `~/.aws/credentials` files for the S3 Cache and S3 Publisher. Signed-off-by:
Ryan Hass <rhass@users.noreply.github.com>
-
Ryan Hass authored
This new build option allows us to automatically upload missing cache items to S3 at build time. This is especially useful for binary dependencies which are platform specific as it allows use to leverage the running/existing build matrix across platforms and architectures to ensure the artifacts are properly cached in S3. Resolves internal issue JEX-518. Signed-off-by:
Ryan Hass <rhass@users.noreply.github.com>
-
- 16 Jun, 2017 1 commit
-
-
Kartik Null Cating-Subramanian authored
Add a strip BuildCommand
-
- 15 Jun, 2017 1 commit
-
-
Eric G. Wolfe authored
Add a strip build command to allow symbol stripping on binaries. This is a cleanup build command to help produce smaller omnibus artifacts. Example usage: `strip install_dir` Signed-off-by:
Eric G. Wolfe <eric.wolfe@gmail.com>
-
- 14 Jun, 2017 1 commit
-
-
Eric G. Wolfe authored
Signed-off-by:
Eric G. Wolfe <eric.wolfe@gmail.com>
-
- 02 Jun, 2017 1 commit
-
-
Lamont Granquist authored
expose overrides to software defns
-
- 01 Jun, 2017 2 commits
-
-
Lamont Granquist authored
Signed-off-by:
Lamont Granquist <lamont@scriptkiddie.org>
-
Lamont Granquist authored
Signed-off-by:
Lamont Granquist <lamont@scriptkiddie.org>
-
- 11 May, 2017 5 commits
-
-
Seth Chisamore authored
Fix documentation links in README
-
Seth Chisamore authored
-
Seth Chisamore authored
Fix Travis CI Label
-
Paul Chobert authored
-
Paul Chobert authored
-
- 06 Apr, 2017 1 commit
-
-
Stephan Renatus authored
git_cache: core.ignorecase=false
-
- 05 Apr, 2017 4 commits
-
-
Isa authored
obvious fix? Signed-off-by:
Isa <ifarnik@llnw.com>
-
Isa authored
obvious fix? Signed-off-by:
Isa <ifarnik@llnw.com>
-
Adam Leff authored
Ignore paths with braces in the BFF packager
-
Adam Leff authored
Gems like thor include files that have braces in the pathname: ``` /opt/chef/embedded/lib/ruby/gems/2.4.0/gems/thor-0.19.1/spec/fixtures/app{1}/README ``` ... which fail to install on AIX: ``` sysck: 3001-008 The attribute name is not valid for the file /opt/chef/embedded/lib/ruby/gems/2.4.0/gems/thor-0.19.1/spec/fixtures/app{1}/README. ``` This change skips filenames with braces in the pathname much like we already do for paths with spaces in them. Signed-off-by:
Adam Leff <adam@leff.co>
-
- 29 Mar, 2017 2 commits
-
-
Seth Chisamore authored
Fix table rendering in README.md
-
Mikhail Zholobov authored
Signed-off-by:
Mikhail Zholobov <legal90@gmail.com>
-
- 21 Mar, 2017 2 commits
-
-
Scott Hain authored
Switch from single to double quotes in git config
-
Scott Hain authored
Signed-off-by:
Scott Hain <shain@chef.io>
-
- 20 Mar, 2017 6 commits
-
-
Thom May authored
Ensure that Windows Paths are correctly frontwhacked
-
Thom May authored
Signed-off-by:
Thom May <thom@chef.io>
-
Thom May authored
Dir.glob only handles forward slashes in paths, so mixed or backwhacked paths return nothing. Signed-off-by:
Thom May <thom@may.lt>
-
Seth Chisamore authored
Update pedump to latest released (ksubrama's patch was merged!)
-
Stephan Renatus authored
Adopted work from John Keiser <john@johnkeiser.com>. Signed-off-by:
Stephan Renatus <srenatus@chef.io>
-
Seth Chisamore authored
include architecture as part of appx file names
-
- 17 Mar, 2017 1 commit
-
-
Patrick Wright authored
Signed-off-by:
Patrick Wright <patrick@chef.io>
-
- 07 Mar, 2017 1 commit
-
-
Ryan Hass authored
Add support for building against omnibus-toolchain on Windows
-