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 03f4ca0 Don't keep retrying on error
03f4ca0 is described below
commit 03f4ca0dab6b7b7f03d6410c93d915cd473fd24b
Author: Sebb <[email protected]>
AuthorDate: Fri May 4 16:40:33 2018 +0100
Don't keep retrying on error
---
lib/whimsy/asf/podling.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/whimsy/asf/podling.rb b/lib/whimsy/asf/podling.rb
index bdfd200..21bdec6 100644
--- a/lib/whimsy/asf/podling.rb
+++ b/lib/whimsy/asf/podling.rb
@@ -360,6 +360,7 @@ module ASF
File.write cache, res.body
rescue => e
Wunderbar.warn "ASF::Podling.namesearch: " + e.message
+ FileUtils.touch cache # Don't try again for a while
end
end
--
To stop receiving notification emails like this one, please contact
[email protected].