Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Nov 20, 2023

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 requested a review from tisonkun November 20, 2023 09:52
@lhotari lhotari merged commit 876c90d into apache:main Nov 20, 2023
3 checks passed
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