Skip to content

Commit

Permalink
Merge pull request #148 from Nordstrom/securechecksum
Browse files Browse the repository at this point in the history
Related to #146
  • Loading branch information
oifland authored Aug 16, 2016
2 parents be304a4 + 46d056d commit fdb03a8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Revision History for chefdk_bootstrap

## 2.0.1
* Partial fix for [#146](https://github.com/Nordstrom/chefdk_bootstrap/issues/146)

## 2.0.0
* Fix [#96](https://github.com/Nordstrom/chefdk_bootstrap/issues/96)
Consider rewriting bootstrap shell script in Ruby
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
maintainer_email '[email protected]'
license 'Apache 2.0'
description 'Bootstrap a developer workstation for local Chef development using the ChefDK'
version '2.0.0'
version '2.0.1'

supports 'windows'
supports 'mac_os_x'
Expand Down
1 change: 0 additions & 1 deletion recipes/conemu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@
# installation script and we don't want to touch it
not_if '(& "C:\Program Files\ConEmu\ConEmu\ConEmuC.exe" /IsConEmu); $LASTEXITCODE -eq 1'
guard_interpreter :powershell_script
options '--allow-empty-checksums'
end
2 changes: 0 additions & 2 deletions recipes/git.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
when 'windows'
# chocolatey_package %w(git git-credential-manager-for-windows poshgit)
chocolatey_package 'git' do
options '--allow-empty-checksums'
end
chocolatey_package 'git-credential-manager-for-windows' do
options '--allow-empty-checksums'
end
# chocolatey_package 'poshgit'
when 'mac_os_x'
Expand Down
4 changes: 1 addition & 3 deletions recipes/gitextensions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@
# limitations under the License.
#

chocolatey_package 'gitextensions' do
options '--allow-empty-checksums'
end
chocolatey_package 'gitextensions'
4 changes: 1 addition & 3 deletions recipes/poshgit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@
# limitations under the License.
#

chocolatey_package 'poshgit' do
options '--allow-empty-checksums'
end
chocolatey_package 'poshgit'

0 comments on commit fdb03a8

Please sign in to comment.