- 19 Jul, 2017 2 commits
-
-
Marin Jankovski authored
Add Debian (.deb) package signing to Omnibus See merge request !7
-
-
- 05 Jul, 2017 1 commit
-
-
Marin Jankovski authored
Add complete license text to LICENSE file See merge request !3
-
- 03 Jul, 2017 2 commits
-
-
Balasankar C authored
Accidentally removed in 61d9e3b7
-
Balasankar C authored
-
- 26 Jun, 2017 1 commit
-
-
Marin Jankovski authored
Dependency license categorization See merge request !2
-
- 23 Jun, 2017 2 commits
-
-
Balasankar C authored
We were generating a flat JSON file with license information of all dependencies. However, with https://gitlab.com/gitlab-org/omnibus-gitlab/issues/2517 , we want to categorize them based on dependencies. We can do this either using a separate file (which has additional dependency relationship) or we can modify the existing code to generate a single file that has all the necessary information. This commit does the latter and can be reverted in case it is not needed.
-
Balasankar C authored
-
- 01 Jun, 2017 1 commit
-
-
- 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 8 commits
-
-
Ryan Hass authored
Add support for building against omnibus-toolchain on Windows
-
Tom Duffield authored
* Add OMNIBUS_INSTALL_DIR environment variable * OMNIBUS_INSTALL_DIR is used by msys2 bashrc to recreate proper embedded path * Fix some failing tests * Add compiler_safe_path & compiler_safe_command to DSL * Revert LDFLAGS to a known working state. * Bump git cache serial number * Reverted tweaks to windows compile flags These tweaks were made in order to get builds working with the custom MSYS2 toolchain. Now that we are using omnibus-toolchain, we can revert them back to what they were before. * Refactored `path_key` method. Put the Windows logic for `path_key` into a closure and makes it easier to read and understand. Signed-off-by:
Tom Duffield <tom@chef.io> Signed-off-by:
Ryan Hass <rhass@users.noreply.github.com>
-
Steven Danna authored
Don't require build user to have a configured Git identity
-
Sam Thursfield authored
I got this failure running `omnibus build`: The following shell command exited with status 128: $ git -c core.autocrlf=false --git-dir=./local/cache/git_cache/opt/codethink-toolchain --work-tree=/opt/codethink-toolchain commit -q -m "Backup of gcc-648708f4a353b91baa1e5cb62cccc3140495d09efa783d22e44e88ef0104f670-1" Output: (nothing) Error: *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: unable to auto-detect email address (got 'builduser@oracle-1.(none)') Running a package builder shouldn't require me to configure a Git identity for the account that's being used. This failure comes from the git_cache module. This uses Git purely as versioned local storage, none of the commits made there are ever pushed or shared. So the logical fix is to set up a dummy local identity in the repo it creates. This should also fix https://github.com/chef/omnibus/issues/512 Signed-off-by:
Sam Thursfield <sam.thursfield@codethink.co.uk>
-
Seth Chisamore authored
Add support for S3 transfer acceleration for S3 Cache
-
Gabriel Mazetto authored
Signed-off-by:
Gabriel Mazetto <brodock@gmail.com>
-
Gabriel Mazetto authored
Signed-off-by:
Gabriel Mazetto <brodock@gmail.com>
-
Steven Danna authored
Update test URL for net fetcher tests to use S3 bucket
-
- 06 Mar, 2017 1 commit
-
-
Scott Hain authored
Signed-off-by:
Scott Hain <shain@chef.io>
-
- 28 Feb, 2017 1 commit
-
-
Steven Danna authored
add more whitelist items
-