Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checksum of grafana 2.1.2 appears to be wrong #79

Closed
tas50 opened this issue Aug 24, 2015 · 2 comments
Closed

checksum of grafana 2.1.2 appears to be wrong #79

tas50 opened this issue Aug 24, 2015 · 2 comments

Comments

@tas50
Copy link
Contributor

tas50 commented Aug 24, 2015

remote_file("/var/chef/cache/grafana-2.1.2.deb") do
  provider Chef::Provider::RemoteFile
  action [:create]
  retries 0
  retry_delay 2
  default_guard_interpreter :default
  path "/var/chef/cache/grafana-2.1.2.deb"
  backup 5
  atomic_update true
  source ["https://grafanarel.s3.amazonaws.com/builds/grafana_2.1.2_amd64.deb"]
  use_etag true
  use_last_modified true
  declared_type :remote_file
  cookbook_name "grafana"
  recipe_name "_install_file"
  checksum "34d6ae0e81db559bbfb71f1cee811469407eb197b9e8717e73930dceb47d4278"
  not_if "dpkg -l | grep '^ii' | grep grafana | grep 2.1.2"
end

Downloading the file and checking the checksum gives me 57f52cc8e510f395f7f15caac841dc31e67527072fcbf5cc2d8351404989b298

@JonathanTron
Copy link
Contributor

Thanks for reporting it. I'm not sure how this is possible, unless the packages have been regenerated.

@lock
Copy link

lock bot commented Jul 24, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jul 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants