You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2020/02/01 02:30:47 UTC

[whimsy] branch master updated: stub out auth parsing

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 0b8be7d  stub out auth parsing
0b8be7d is described below

commit 0b8be7daf678465c0d856fdd2fedf2b30d2a0331
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Fri Jan 31 21:30:09 2020 -0500

    stub out auth parsing
---
 lib/whimsy/asf/auth.rb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/whimsy/asf/auth.rb b/lib/whimsy/asf/auth.rb
index ea9506d..6d665e7 100644
--- a/lib/whimsy/asf/auth.rb
+++ b/lib/whimsy/asf/auth.rb
@@ -68,6 +68,9 @@ module ASF
     private
 
     def read_auth
+      # these files were removed:
+      # https://github.com/apache/infrastructure-puppet/pull/1713
+      return ''
       File.read("#{@auth}/#{@file}-authorization-template")
     end
   end