diff options
author | Kevin F. Haggerty <haggertk@lineageos.org> | 2019-06-13 19:37:47 -0600 |
---|---|---|
committer | Kevin F. Haggerty <haggertk@lineageos.org> | 2019-06-13 20:56:49 -0600 |
commit | 6bdb683551f3e4b0bd0757c5e084f59f92c1aa8b (patch) | |
tree | 4d6488f1c6db22ab3d2ee938a4d82a353b75f425 | |
parent | 6b335d776818b2abed2dff4f214470041e74079f (diff) | |
download | contributors-cloud-generator-6bdb683551f3e4b0bd0757c5e084f59f92c1aa8b.tar.gz contributors-cloud-generator-6bdb683551f3e4b0bd0757c5e084f59f92c1aa8b.tar.bz2 contributors-cloud-generator-6bdb683551f3e4b0bd0757c5e084f59f92c1aa8b.zip |
Actually start filling-out well-known-accounts.txt
* The whole oauth mess caused people to create brand new accounts.
We shouldn't have to go and recreate this file every time we build
the cloud.
Change-Id: Ia36b0cd569576141d3c4772e2a7753b495e5f2cc
-rw-r--r-- | README.md | 9 | ||||
-rw-r--r-- | resources/well-known-accounts.txt | 3 |
2 files changed, 8 insertions, 4 deletions
@@ -16,13 +16,14 @@ This will fetch all LineageOS repos (around 110Gb), parse the commits logs, mix the data and generate a cloud.zip in the output folder. This will take look long time the first time. -The file resources/well-known-accounts.txt was left willfully empty. The -format of this file should match the name of the account and the list -of known emails for the account +The file resources/well-known-accounts.txt allows merging multiple +Gerrit accounts into a single cloud entry. The format of this file +should match the name of the account and the list of known emails for +the account Name on Gerrit|nick|email1|email2|... This project is based in a modified version of the [kumo](https://github.com/kennycason/kumo) library. -Copyright © 2017 The LineageOS Project +Copyright © 2017-2019 The LineageOS Project diff --git a/resources/well-known-accounts.txt b/resources/well-known-accounts.txt index e69de29..92e272f 100644 --- a/resources/well-known-accounts.txt +++ b/resources/well-known-accounts.txt @@ -0,0 +1,3 @@ +Joey|linuxx|joey@lineageos.org|joey@lineageos.it +Nicholas Lim|nicknitewolf|nicknitewolf@lineageos.org|nickradiantwtf@gmail.com +dianlujitao|dianlujitao|dianlujitao@lineageos.org|dianlujitao@gmail.com |