Closed kddnewton closed 8 years ago
thanks!
Just need to make sure to run the process! before the next release so commit_sha gets populated. @schneems
Just got a link to https://github.com/rails/rails/blob/a7379ce9efb01fb3cd6d9cf6b09b698995377d5a/actionpack/lib/action_dispatch/http/response.rb/#L310 but it is supposed to be ActionDispatch::Response#merge_default_headers
but instead it is
Any ideas?
@schneems Yeah some of the links that I'm getting are right and some of them are off. Any chance that between the time the git clone is executed and the sha is saved there's a delay? Rails gets stuff merged pretty quickly.
Also, interestingly, all of my ruby repo links are correct, but the rails ones are not.
@schneems After some further investigation, that file hasn't been updated in a while, so my initial theory can't be right. I'll do some more investigation after work today.
Store the commit sha of the time the repo was last processed. Ensures the emails point to the correct location in source. Fixes issue #39.