Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

attempt to re-enable chefstyle #1324

Merged
merged 2 commits into from
Aug 25, 2017
Merged

attempt to re-enable chefstyle #1324

merged 2 commits into from
Aug 25, 2017

Conversation

thommay
Copy link
Contributor

@thommay thommay commented Jul 14, 2017

No description provided.

Signed-off-by: Thom May <thom@chef.io>
@@ -310,7 +310,7 @@ def git!(cmd)

git!("init .")
git!("add .")
git!("commit -m \"initial commit\"")
git!("commit --no-gpg-sign -m \"initial commit\"")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's really, really annoying to have git prompt for a gpg sig for every single rspec test.

@@ -107,6 +107,7 @@ def edit_repo
edit_repo
system_command('git config --local user.name "Alice"', cwd: cookbook_path).error!
system_command('git config --local user.email "alice@example.com"', cwd: cookbook_path).error!
system_command('git config --local commit.gpgsign "false"', cwd: cookbook_path).error!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

@tas50
Copy link
Contributor

tas50 commented Jul 15, 2017

I assume with our new Gemlock stuff that we're not longer going to be bundling this with ChefDK if we turn it back on?

@thommay
Copy link
Contributor Author

thommay commented Jul 15, 2017

I assume with our new Gemlock stuff that we're not longer going to be bundling this with ChefDK if we turn it back on?

I assume that too, but I'm gonna do a build on monday to test it.

@thommay
Copy link
Contributor Author

thommay commented Aug 3, 2017

Fixes: #1170

@tas50
Copy link
Contributor

tas50 commented Aug 24, 2017

@thommay Care to rebase and merge?

@thommay thommay merged commit d37ffac into master Aug 25, 2017
@@ -94,6 +94,8 @@ group(:ruby_shadow) do
gem "ruby-shadow", platform: :ruby
end

gem "chefstyle", group: :test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could also consider just doing a gem install in travis and then not using bundle exec if this winds up ultimately not working for some reason...

@lamont-granquist lamont-granquist deleted the tm/enable_chefstyle branch August 25, 2017 19:13
@chef-boneyard chef-boneyard locked and limited conversation to collaborators Feb 14, 2018
@tas50 tas50 added Expeditor: Skip Changelog Used to skip built_in:update_changelog. and removed Expeditor: Exclude From Changelog labels Jan 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Expeditor: Skip Changelog Used to skip built_in:update_changelog.
Development

Successfully merging this pull request may close these issues.

4 participants