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 ce02c3af Get Attic details from c-i.yaml
ce02c3af is described below

commit ce02c3afe94a1cd942de58536121d6ad508ae12e
Author: Sebb <[email protected]>
AuthorDate: Fri Apr 11 17:56:45 2025 +0100

    Get Attic details from c-i.yaml
---
 repository.yml     | 5 -----
 www/roster/main.rb | 3 +--
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/repository.yml b/repository.yml
index 05f492c6..fd59a659 100644
--- a/repository.yml
+++ b/repository.yml
@@ -33,11 +33,6 @@
     files:
       - apacheconhistory.csv
 
-  attic-xdocs:
-    url: asf/attic/site/xdocs/projects
-    depth: delete
-    list: true
-
   board:
     url: private/committers/board
     depth: empty
diff --git a/www/roster/main.rb b/www/roster/main.rb
index b489d95e..9c87df55 100755
--- a/www/roster/main.rb
+++ b/www/roster/main.rb
@@ -379,8 +379,7 @@ end
 
 # complete podling list
 get '/podlings' do
-  _, attic = ASF::SVN.getlisting('attic-xdocs')
-  @attic = attic.select { |file| file.end_with? '.xml'}.map {|file| 
File.basename(file, '.xml')}
+  @attic = ASF::Committee.load_committee_metadata[:tlps].filter {|k,v| 
v[:retired]}.keys
   @committees = ASF::Committee.pmcs.map(&:id) # Use list of PMCs from CI.txt
   @podlings = ASF::Podling.list
 

Reply via email to