This is an automated email from the ASF dual-hosted git repository.
sebb 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 a13d819 want the text for the date
a13d819 is described below
commit a13d819d465cba6ae5f34d87d33e7a3b2022bd85
Author: Sebb <[email protected]>
AuthorDate: Sat Nov 2 22:21:40 2019 +0000
want the text for the date
---
lib/whimsy/asf/podling.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/podling.rb b/lib/whimsy/asf/podling.rb
index f55c427..41829de 100644
--- a/lib/whimsy/asf/podling.rb
+++ b/lib/whimsy/asf/podling.rb
@@ -314,7 +314,7 @@ module ASF
hash[:sga] = rawYaml[:sga].strftime('%Y-%m-%d') if rawYaml[:sga]
hash[:asfCopyright] = rawYaml[:asfCopyright].strftime('%Y-%m-%d') if
rawYaml[:asfCopyright]
hash[:distributionRights] =
rawYaml[:distributionRights].strftime('%Y-%m-%d') if
rawYaml[:distributionRights]
- hash[:ipClearance] = rawYaml[:ipClearance]
+ hash[:ipClearance] = rawYaml[:ipClearance].strftime('%Y-%m-%d') if
rawYaml[:ipClearance]
hash[:sourceControl] = rawYaml[:sourceControl]
hash[:wiki] = rawYaml[:wiki]
hash[:jira] = rawYaml[:jira]