Cleanup copyrights and naming
* Update copyrights to the template we use everywhere * Remove references to "laos" Change-Id: I1bce474c3a95d09356f8c43ef4be1027f1f03bf8
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Copyright (c) 2016, The Lineage Android Distribution Project
|
Copyright (c) 2017, The LineageOS Project
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|||||||
42
README.md
42
README.md
@@ -1,28 +1,26 @@
|
|||||||
laos-contributors-cloud-generator
|
# LineageOS contributors cloud generator
|
||||||
========================
|
|
||||||
|
|
||||||
The LineageOS contributors cloud scripts.
|
To generate the code, open a linux console and type:
|
||||||
|
|
||||||
> To generate the code, open a linux console and type:
|
./generate_wordcloud.sh
|
||||||
>
|
|
||||||
> ./generate_laos_wordcloud.sh
|
This will fetch all LineageOS repos (around 110Gb), parse the commits
|
||||||
>
|
logs, mix the data and generate a cloud.zip in the output
|
||||||
> This will fetch all LineageOS repos (around 110Gb), parse the commits
|
folder. This will take look long time the first time.
|
||||||
> 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
|
||||||
> The file resources/well-known-accounts.txt was left willfully empty. The
|
of known emails for the account
|
||||||
> 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|...
|
||||||
>
|
|
||||||
> Name on Gerrit|nick|email1|email2|...
|
To re-build the java class if needing to make changes type:
|
||||||
>
|
|
||||||
> To re-build the java class if needing to make changes type:
|
cd source/
|
||||||
> cd source/
|
mvn package
|
||||||
> mvn package
|
cp target/contributors-cloud-generator-1.0.jar ../lib/
|
||||||
> cp target/laos-contributors-cloud-generator-1.0.jar ../lib/
|
|
||||||
|
|
||||||
This project is based in a modified version of the
|
This project is based in a modified version of the
|
||||||
[kumo](https://github.com/kennycason/kumo) library.
|
[kumo](https://github.com/kennycason/kumo) library.
|
||||||
|
|
||||||
Copyright © 2015 The Lineage Android Distribution Project
|
Copyright © 2017 The LineageOS Project
|
||||||
|
|||||||
Binary file not shown.
@@ -5,7 +5,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>org.lineageos</groupId>
|
<groupId>org.lineageos</groupId>
|
||||||
<artifactId>laos-contributors-cloud-generator</artifactId>
|
<artifactId>contributors-cloud-generator</artifactId>
|
||||||
<name>${project.artifactId}</name>
|
<name>${project.artifactId}</name>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user