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/02/25 12:57:37 UTC

[whimsy] branch master updated: Fix order to match with directory list

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 803491b  Fix order to match with directory list
803491b is described below

commit 803491b7d4e8cb8ed2d7f75307f74d36bb60f0f6
Author: Sebb <se...@apache.org>
AuthorDate: Thu Feb 25 12:57:29 2021 +0000

    Fix order to match with directory list
---
 www/public/README.html |  8 ++++----
 www/test/dataflow.json | 16 ++++++++--------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/www/public/README.html b/www/public/README.html
index c309091..f7432b3 100644
--- a/www/public/README.html
+++ b/www/public/README.html
@@ -1,5 +1,5 @@
 <h2>Public JSON files</h2><dl>
-<!-- DO NOT EDIT THIS FILE - manually regenerated editing dataflow.json and by running: ruby www/test/dataflow.cgi -->
+<!-- DO NOT EDIT THIS FILE - manually regenerated by editing dataflow.json and then running: ruby www/test/dataflow.cgi -->
 <dt>committee-info.json</dt>
   <dd>Committee (PMC) names and membership (<a href="https://whimsy.apache.org/test/dataflow.cgi#https://whimsy.apache.org/public/committee-info.json">docs</a>)</dd>
 <dt>icla-info.json</dt>
@@ -8,6 +8,8 @@
   <dd>Names of people who have submitted ICLAs who don't (yet) have uids (commiter accounts) (<a href="https://whimsy.apache.org/test/dataflow.cgi#https://whimsy.apache.org/public/icla-info_noid.json">docs</a>)</dd>
 <dt>member-info.json</dt>
   <dd>ASF Member name listing (<a href="https://whimsy.apache.org/test/dataflow.cgi#https://whimsy.apache.org/public/member-info.json">docs</a>)</dd>
+<dt>pods-scan.json</dt>
+  <dd>Current status of Incubator podling websites relating to required navigation links (<a href="https://whimsy.apache.org/test/dataflow.cgi#https://whimsy.apache.org/public/pods-scan.json">docs</a>)</dd>
 <dt>public_ldap_authgroups.json</dt>
   <dd>Membership of LDAP auth groups. Membership of an LDAP auth group is used to grant commit karma for sub-project and other resources (<a href="https://whimsy.apache.org/test/dataflow.cgi#https://whimsy.apache.org/public/public_ldap_authgroups.json">docs</a>)</dd>
 <dt>public_ldap_committees.json</dt>
@@ -28,7 +30,5 @@
   <dd>Listings of podling data TODO? (<a href="https://whimsy.apache.org/test/dataflow.cgi#https://whimsy.apache.org/public/public_podlings.json">docs</a>)</dd>
 <dt>site-scan.json</dt>
   <dd>Current status of project websites relating to required navigation links (<a href="https://whimsy.apache.org/test/dataflow.cgi#https://whimsy.apache.org/public/site-scan.json">docs</a>)</dd>
-<dt>pods-scan.json</dt>
-  <dd>Current status of Incubator podling websites relating to required navigation links (<a href="https://whimsy.apache.org/test/dataflow.cgi#https://whimsy.apache.org/public/pods-scan.json">docs</a>)</dd>
 </dl><br/>For more information <a href="https://whimsy.apache.org/docs/">see API docs</a>
-and the <a href="https://github.com/apache/whimsy/blob/master/DEPLOYMENT.md#configuration-locations">public JSON generator scripts</a>.
\ No newline at end of file
+and the <a href="https://github.com/apache/whimsy/blob/master/DEPLOYMENT.md#configuration-locations">public JSON generator scripts</a>.
diff --git a/www/test/dataflow.json b/www/test/dataflow.json
index 3cef310..e146973 100644
--- a/www/test/dataflow.json
+++ b/www/test/dataflow.json
@@ -37,6 +37,14 @@
       "/lib/whimsy/asf/member.rb"
     ]
   },
+  "https://whimsy.apache.org/public/pods-scan.json": {
+    "description": "Current status of Incubator podling websites relating to required navigation links",
+    "format": "hash of hashes['airflow']['display_name'] = 'Airflow'",
+    "maintainer": "/tools/site-scan.rb",
+    "sources": [
+      "https://www.apache.org/foundation/marks/pmcs"
+    ]
+  },
   "https://whimsy.apache.org/public/public_ldap_authgroups.json": {
     "description": "Membership of LDAP auth groups. Membership of an LDAP auth group is used to grant commit karma for sub-project and other resources",
     "format": "hash of hashes['auth']['apachecon']['roster'][11] = 'rbowen'",
@@ -117,14 +125,6 @@
       "https://www.apache.org/foundation/marks/pmcs"
     ]
   },
-  "https://whimsy.apache.org/public/pods-scan.json": {
-    "description": "Current status of Incubator podling websites relating to required navigation links",
-    "format": "hash of hashes['airflow']['display_name'] = 'Airflow'",
-    "maintainer": "/tools/site-scan.rb",
-    "sources": [
-      "https://www.apache.org/foundation/marks/pmcs"
-    ]
-  },
   "https://www.apache.org/foundation/marks/pmcs": {
     "description": "Policy for display of Apache PMC websites",
     "maintainer": "vp-brand"