From 2326db0fe30abb20a46680f8a8b916a2591d4671 Mon Sep 17 00:00:00 2001 From: lizhai06 Date: Tue, 19 Oct 2021 15:37:48 +0000 Subject: [PATCH] update translation-projects/README-optimization/1-README-optimization-20210926.md. --- .../bishengjdk-11.README.ch.md | 27 ++++++++ .../bishengjdk-11.README.en.md | 27 ++++++++ .../bishengjdk-8.README.ch.md | 27 ++++++++ .../bishengjdk-8.README.en.md | 27 ++++++++ .../optimized-README/ci-bot.README.ch.md | 61 +++++++++++++++++ .../optimized-README/ci-bot.README.en.md | 65 +++++++++++++++++++ 6 files changed, 234 insertions(+) create mode 100644 translation-projects/README-optimization/optimized-README/bishengjdk-11.README.ch.md create mode 100644 translation-projects/README-optimization/optimized-README/bishengjdk-11.README.en.md create mode 100644 translation-projects/README-optimization/optimized-README/bishengjdk-8.README.ch.md create mode 100644 translation-projects/README-optimization/optimized-README/bishengjdk-8.README.en.md create mode 100644 translation-projects/README-optimization/optimized-README/ci-bot.README.ch.md create mode 100644 translation-projects/README-optimization/optimized-README/ci-bot.README.en.md diff --git a/translation-projects/README-optimization/optimized-README/bishengjdk-11.README.ch.md b/translation-projects/README-optimization/optimized-README/bishengjdk-11.README.ch.md new file mode 100644 index 0000000..d4744eb --- /dev/null +++ b/translation-projects/README-optimization/optimized-README/bishengjdk-11.README.ch.md @@ -0,0 +1,27 @@ +## 毕昇JDK 11 + +毕昇JDK是华为内部OpenJDK定制版Huawei JDK的开源版本,是一个高性能、可用于生产环境的OpenJDK发行版。Huawei JDK运行在华为内部500多个产品上,积累了大量使用场景和java开发者反馈的问题和诉求,解决了业务实际运行中遇到的多个问题,并在ARM架构上进行了性能优化,毕昇JDK运行在大数据等场景下可以获得更好的性能。毕昇JDK 11目前支持Linux/AArch64、Linux/x86_64平台。毕昇JDK同时是OpenJDK的下游,现在和未来也会持续稳定为OpenJDK社区做出贡献。 + +最新二进制版本可以从[这里](https://www.hikunpeng.com/developer/devkit/compiler?data=JDK)下载。 + +用户指南和安装指南, 请见[wiki](https://gitee.com/openeuler/bishengjdk-11/wikis/Home?sort_id=2879167) + +## 平台支持 + +毕昇JDK 当前支持 `Linux/AArch64、Linux/x86_64` 平台。 + +## 源码构建说明 + +毕昇JDK源码构建说明,请见[wiki](https://gitee.com/openeuler/bishengjdk-11/wikis/毕昇JDK%2011%20源码构建说明?sort_id=3919527) + +## 许可声明 + +毕昇JDK 使用 GPLv2 with Classpath Exception协议,请见 [许可声明](https://gitee.com/openeuler/bishengjdk-11/blob/master/LICENSE)。 + +## 安装指南 + +请见 [安装指南](https://gitee.com/openeuler/bishengjdk-11/wikis/%E6%AF%95%E6%98%87JDK%2011%20%E5%AE%89%E8%A3%85%E6%8C%87%E5%8D%97?sort_id=2891160)。 + +## 如何提交贡献 + +我们非常欢迎开发者提交贡献, 如果您发现了bug或者有一些想法想要交流,欢迎[发邮件到dev列表](https://openeuler.org/zh/community/mailing-list) 或者 [提交一个issue](https://gitee.com/openeuler/bishengjdk-11/issues) 。 \ No newline at end of file diff --git a/translation-projects/README-optimization/optimized-README/bishengjdk-11.README.en.md b/translation-projects/README-optimization/optimized-README/bishengjdk-11.README.en.md new file mode 100644 index 0000000..668e356 --- /dev/null +++ b/translation-projects/README-optimization/optimized-README/bishengjdk-11.README.en.md @@ -0,0 +1,27 @@ +## Bisheng JDK 11 + +Bisheng JDK is a high-performance, production-ready downstream distribution of OpenJDK. As the in-house OpenJDK implementation of Huawei, Bisheng JDK runs on more than 500 products within Huawei, accumulating a large number of usage scenarios and problems and demands from Java developers. Bisheng JDK solves many problems encountered in the actual operation of business and is typically optimized on the ARM architecture. Bisheng JDK can run in big data applications with better performance. As a "friendly fork" project under the same license as the upstream OpenJDK project, Bisheng JDK continues to contribute to the OpenJDK community all along. + +The latest binary builds can be downloaded from [releases](https://www.hikunpeng.com/en/developer/devkit/compiler?data=JDK). + +User Guide & Installation Guide, see [wiki](https://gitee.com/openeuler/bishengjdk-11/wikis/Home?sort_id=2879167). + +## Platform + +Bisheng JDK currently supports `Linux/AArch64、Linux/x86_64`. + +## Build platforms + +Build platforms for Bisheng JDK, see [wiki](https://gitee.com/openeuler/bishengjdk-11/wikis/Bisheng%20JDK%2011%20Source%20Code%20Building%20Description?sort_id=3919529). + +## License + +Bisheng JDK is licensed under GPLv2 with Classpath Exception, see [License](https://gitee.com/openeuler/bishengjdk-11/blob/master/LICENSE). + +## Installation + +See [Installation Guide](https://gitee.com/openeuler/bishengjdk-11/wikis/Bisheng%20JDK%2011%20Installation%20Guide?sort_id=2879162). + +## How to contribute + +Contributions are welcomed, please [send an email to dev](https://openeuler.org/zh/community/mailing-list) or [create a new issue](https://gitee.com/openeuler/bishengjdk-11/issues) if you find a bug or have new ideas. \ No newline at end of file diff --git a/translation-projects/README-optimization/optimized-README/bishengjdk-8.README.ch.md b/translation-projects/README-optimization/optimized-README/bishengjdk-8.README.ch.md new file mode 100644 index 0000000..323fde1 --- /dev/null +++ b/translation-projects/README-optimization/optimized-README/bishengjdk-8.README.ch.md @@ -0,0 +1,27 @@ +## 毕昇JDK 8 + +毕昇JDK是华为内部OpenJDK定制版Huawei JDK的开源版本,是一个高性能、可用于生产环境的OpenJDK发行版。Huawei JDK运行在华为内部500多个产品上,积累了大量使用场景和java开发者反馈的问题和诉求,解决了业务实际运行中遇到的多个问题,并在ARM架构上进行了性能优化,毕昇JDK运行在大数据等场景下可以获得更好的性能。毕昇JDK 8与Java SE标准兼容,目前支持Linux/AArch64、Linux/x86_64平台。毕昇JDK同时是OpenJDK的下游,现在和未来也会持续稳定为OpenJDK社区做出贡献。 + +最新的二进制版本可以从[这里](https://www.hikunpeng.com/developer/devkit/compiler?data=JDK)下载。 + +用户指南和新特性, 请见[wiki](https://gitee.com/openeuler/bishengjdk-8/wikis/Home?sort_id=2879418) + +## 平台支持 + +毕昇JDK 当前支持 `Linux/AArch64、Linux/x86_64` 平台。 + +## 源码构建说明 + +毕昇JDK源码构建说明,请见[wiki](https://gitee.com/openeuler/bishengjdk-8/wikis/毕昇JDK%208%20源码构建说明?sort_id=3919289) + +## 许可声明 + +毕昇JDK 使用 GPLv2 with Classpath Exception协议,请见 [许可声明](https://gitee.com/openeuler/bishengjdk-8/blob/master/LICENSE)。 + +## 安装指南 + +请见 [安装指南](https://gitee.com/openeuler/bishengjdk-8/wikis/%E6%AF%95%E6%98%87JDK%208%20%E5%AE%89%E8%A3%85%E6%8C%87%E5%8D%97?sort_id=2891179)。 + +## 如何提交贡献 + +我们非常欢迎开发者提交贡献, 如果您发现了bug或者有一些想法想要交流,欢迎[发邮件到dev列表](https://openeuler.org/zh/community/mailing-list) 或者 [提交一个issue](https://gitee.com/openeuler/bishengjdk-8/issues) 。 \ No newline at end of file diff --git a/translation-projects/README-optimization/optimized-README/bishengjdk-8.README.en.md b/translation-projects/README-optimization/optimized-README/bishengjdk-8.README.en.md new file mode 100644 index 0000000..2c67b73 --- /dev/null +++ b/translation-projects/README-optimization/optimized-README/bishengjdk-8.README.en.md @@ -0,0 +1,27 @@ +## Bisheng JDK 8 + +Bisheng JDK is a high-performance, production-ready downstream distribution of OpenJDK. As the in-house OpenJDK implementation of Huawei, Bisheng JDK runs on more than 500 products within Huawei, accumulating a large number of usage scenarios and problems and demands from Java developers. Bisheng JDK solves many problems encountered in the actual operation of the business and is typically optimized on the ARM architecture. Bisheng JDK can run in big data applications with better performance. Bisheng JDK 8 is compatible with the Java SE standard. As a "friendly fork" project under the same license as the upstream OpenJDK project, Bisheng JDK continues to contribute to the OpenJDK community all along. + +The latest binary builds can be downloaded from [releases](https://www.hikunpeng.com/en/developer/devkit/compiler?data=JDK). + +User Guide & Installation Guide, see [wiki](https://gitee.com/openeuler/bishengjdk-8/wikis/Home?sort_id=2879418). + +## Platform + +Bisheng JDK currently supports `Linux/AArch64、Linux/x86_64`. + +## Build platforms + +Build platforms for Bisheng JDK, see [wiki](https://gitee.com/openeuler/bishengjdk-8/wikis/Bisheng%20JDK%208%20Source%20Code%20Building%20Description?sort_id=3919536). + +## License + +Bisheng JDK is licensed under GPLv2 with Classpath Exception, see [License](https://gitee.com/openeuler/bishengjdk-8/blob/master/LICENSE). + +## Installation + +See [Installation Guide](https://gitee.com/openeuler/bishengjdk-8/wikis/Bisheng%20JDK%208%20Installation%20Guide?sort_id=2879414). + +## How to contribute + +Contributions are welcomed, please [send an email to dev](https://openeuler.org/zh/community/mailing-list) or [create a new issue](https://gitee.com/openeuler/bishengjdk-8/issues) if you find a bug or have new ideas. \ No newline at end of file diff --git a/translation-projects/README-optimization/optimized-README/ci-bot.README.ch.md b/translation-projects/README-optimization/optimized-README/ci-bot.README.ch.md new file mode 100644 index 0000000..dad4e8a --- /dev/null +++ b/translation-projects/README-optimization/optimized-README/ci-bot.README.ch.md @@ -0,0 +1,61 @@ +# ci-bot + +## 产品介绍 + +ci-bot代码仓库用于处理欧拉开源ci-bot的代码。 + +## 构架试图 + + + +## 先决条件 + +运行前需安装MySQL数据库,创建数据库实例可参考以下步骤。 + +* 通过华为云数据库RDS(Relational Database Service)安装MySQL +* 使用账号密码登录MySQL +* 运行下列命令创建数据库实例 + ``` + CREATE DATABASE cibot; + ``` + 数据库实例信息将会在后续安装步骤中使用。 + +## 配置 +### 环境变量 +一些机密数据支持从环境变量中读取,您可以在操作系统中设置下列环境变量: + +* GITEE_TOKEN +* WEBHOOK_SECRET +* DATABASE_HOST +* DATABASE_PORT +* DATABASE_USERNAME +* DATABASE_PASSWORD +### 标签配置 +如果您想在Pull Request分支发生变化时清除一些标记,您可以在配置文件(config.yaml)中设置。请见配置文件delLabels字段说明: + + * kind,sig,openeuler-cla,priority。删除以kind、sig、openeuler-cla或priority开头的标签 + * lgtm。删除“lgtm”或以“lgtm”开头的标签 + * 除以上说明项外,其他标签将被视为等同 +### extraLgtmCountRequired配置 +如果您想为单独的代码仓库或是组织设置lgtm数量,您可以在extraLgtmCountRequired配置中设置。该配置项列表包含了以下配置: + + * lcrType。说明该配置是代码仓库还是组织。 + * lcrName。配置代码仓库或组织的空间地址。 + * lcrCount。 说明lgtm标签数。 + +**如果您是为特殊的代码仓库进行配置,您应该配置完整的路径而不只是地址空间。例如 lcrName:openEuler/ci-bot** + +## 运行指南 + +* [本地运行](deploy/locally/README.md) +* [CCE运行](deploy/cce/README.md) + +## 命令帮助 + +英文版请见 [Command Help](https://gitee.com/openeuler/community/blob/master/en/sig-infrastructure/command.md) 。 +> 中文版请见 [命令帮助](https://gitee.com/openeuler/community/blob/master/zh/sig-infrastructure/command.md)。 + +## 许可说明 + +详见 [许可说明](LICENSE)。 + diff --git a/translation-projects/README-optimization/optimized-README/ci-bot.README.en.md b/translation-projects/README-optimization/optimized-README/ci-bot.README.en.md new file mode 100644 index 0000000..da512d4 --- /dev/null +++ b/translation-projects/README-optimization/optimized-README/ci-bot.README.en.md @@ -0,0 +1,65 @@ +# ci-bot + +## Introduction + +This repository is used to address the code of openEuler ci-bot. + +## Architecture + + + +## Prerequisites + +You'll need to setup a MySQL Database before you are getting started. +This is an example to create Database instance. + +* Setup MySQL instance by the Huawei Cloud Relational Database Service (RDS) +* Login in MySQL with your account and password +* Create database instance by running the following command + ``` + CREATE DATABASE cibot; + ``` + The information of database instance will be used in the following Installation. + +## Config +### environment variables +Some sensitive configurations items support reading from environment variables. +you can set the following environment variables in your OS: +* GITEE_TOKEN +* WEBHOOK_SECRET +* DATABASE_HOST +* DATABASE_PORT +* DATABASE_USERNAME +* DATABASE_PASSWORD +### label config +If you want to clear some tags when the pull request source branch changes, + you can configure it in the configuration file(config.yaml). + for example see config.yaml delLabels fields.Description: + + * kind,sig,openeuler-cla,priority Delete labels beginning with kind,sig,openeuler-cla or priority. + * lgtm Delete labels lgtm or beginning with lgtm-. + * Except for the above description items, other labels will be judged as equal. +### extraLgtmCountRequired config + If you want to set the number of lgtm tags for a separate repository or organization, + you can configure this configuration item.The configuration item is a list, and the + list element contains the following configuration items: + + * lcrType Indicates whether the configuration is for the repository or the organization + * lcrName Configure the spatial address of the repository or organization + * lcrCount Number of lgtm tags + +**If your configuration is for a specific repository, you should configure the full path instead of just the repository address space. For example: lcrName:openEuler/ci-bot** + +## Getting Started + +* [Getting Started on Locally](deploy/locally/README.md) +* [Getting Started on CCE](deploy/cce/README.md) + +## Command Help + +See the [Command Help](https://gitee.com/openeuler/community/blob/master/en/sig-infrastructure/command.md) file for details. +> For Chinese version, please refer to [命令帮助](https://gitee.com/openeuler/community/blob/master/zh/sig-infrastructure/command.md). + +## License + +See the [LICENSE](LICENSE) file for details. \ No newline at end of file -- Gitee