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 2aa88ee Temporarily disable exception
2aa88ee is described below
commit 2aa88ee4d53dc323e9b5579a87942d4529ee3181
Author: Sebb <[email protected]>
AuthorDate: Thu Feb 11 23:17:01 2021 +0000
Temporarily disable exception
Secretary users should have access!
---
lib/whimsy/asf/documents.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/documents.rb b/lib/whimsy/asf/documents.rb
index 5a33f7b..c95a797 100644
--- a/lib/whimsy/asf/documents.rb
+++ b/lib/whimsy/asf/documents.rb
@@ -104,7 +104,8 @@ module ASF
if filerev && svnrev # it worked
FileUtils.touch file # last time it was checked
else
- raise IOError.new("Failed to fetch iclas.txt: #{svnrev}")
+ # raise IOError.new("Failed to fetch iclas.txt: #{svnrev}")
+ Wunderbar.warn("User #{env.user}: failed to fetch iclas.txt:
#{svnrev}")
end
end
@@tag, list = ASF::SVN.getlisting(iclas, @@tag, false, false, cache_dir)