Skip to content

Sync data/team.js with https://whimsy.apache.org/roster/committee/pulsar.json#792

Merged
lhotari merged 1 commit intoapache:mainfrom
lhotari:lh-update-team.js-2024-02-20
Feb 20, 2024
Merged

Sync data/team.js with https://whimsy.apache.org/roster/committee/pulsar.json#792
lhotari merged 1 commit intoapache:mainfrom
lhotari:lh-update-team.js-2024-02-20

Conversation

@lhotari
Copy link
Member

@lhotari lhotari commented Feb 20, 2024

Process used to update data/team.js file:

  1. Logged in to https://whimsy.apache.org/roster/committee/pulsar with browser
  2. Appended ".json" to URL so that browser goes to https://whimsy.apache.org/roster/committee/pulsar.json
  3. Clicked "Save as..." and stored the JSON as ~/Downloads/pulsar.json
  4. Ran this command in a bash shell: { echo -n "module.exports = " && cat ~/Downloads/pulsar.json | jq '{"pmc": [.roster| to_entries | sort_by(.key) | .[] | select(.value.role|startswith("PMC")) | {"name":.value.name, "apacheId": .key}], "committers": [.roster| to_entries | sort_by(.key) | .[] | select(.value.role=="Committer") | {"name":.value.name, "apacheId": .key}]}' } | perl -pe 's/$/;\n/ if eof' > data/team.js
  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@lhotari lhotari merged commit aaaffa8 into apache:main Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant