This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 505e0c2 add digests to executive officer reports too
505e0c2 is described below
commit 505e0c2f8c2a3c06e5cfb1b984cf866514118913
Author: Sam Ruby <[email protected]>
AuthorDate: Tue Jun 12 13:30:29 2018 -0400
add digests to executive officer reports too
---
lib/whimsy/asf/agenda/exec-officer.rb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/whimsy/asf/agenda/exec-officer.rb
b/lib/whimsy/asf/agenda/exec-officer.rb
index 795b28a..1b4ac2a 100644
--- a/lib/whimsy/asf/agenda/exec-officer.rb
+++ b/lib/whimsy/asf/agenda/exec-officer.rb
@@ -31,6 +31,8 @@ class ASF::Board::Agenda
if report.empty? or report[0..12] == 'Additionally,'
attrs['missing'] = true
end
+
+ attrs['digest'] = Digest::MD5.hexdigest(attrs['report'])
end
end
end
--
To stop receiving notification emails like this one, please contact
[email protected].