You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2021/08/27 14:38:11 UTC

[whimsy] branch master updated: Deprecated list merged with mail_list_autosub

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 0713138  Deprecated list merged with mail_list_autosub
0713138 is described below

commit 0713138a0e995a19dd01956e43e0504053692573
Author: Sebb <se...@apache.org>
AuthorDate: Fri Aug 27 15:38:04 2021 +0100

    Deprecated list merged with mail_list_autosub
---
 lib/whimsy/asf/mail.rb | 4 ++--
 repository.yml         | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/lib/whimsy/asf/mail.rb b/lib/whimsy/asf/mail.rb
index 17ddd7e..d9173d0 100644
--- a/lib/whimsy/asf/mail.rb
+++ b/lib/whimsy/asf/mail.rb
@@ -72,8 +72,8 @@ module ASF
 
     # list of mailing lists that aren't actively seeking new subscribers
     def self.deprecated
-      apmail_bin = ASF::SVN['apmail_bin']
-      YAML.load_file(File.join(apmail_bin, 'deprecated_mailing_lists.yml'))
+      self._load_auto()
+      @auto[:deprecated]
     end
 
     def self.cannot_sub
diff --git a/repository.yml b/repository.yml
index a5741c1..7955434 100644
--- a/repository.yml
+++ b/repository.yml
@@ -45,7 +45,6 @@
     depth: empty
     files:
       - .archives
-      - deprecated_mailing_lists.yml
       - mail_list_autosub.yml
 
   attic-xdocs: