From 5bec252b77410daa97ee89f09b2211fdf28da499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=98=8E?= <228520281@qq.com> Date: Sat, 25 Sep 2021 13:08:11 +0000 Subject: [PATCH] Upload optimized readme files. --- .../optimized-README/A-Ops.md | 31 +++++++++++ .../aarch32-rootfs-builder.md | 53 +++++++++++++++++++ .../optimized-README/bioinformatics.md | 28 ++++++++++ 3 files changed, 112 insertions(+) create mode 100644 translation-projects/README-optimization/optimized-README/A-Ops.md create mode 100644 translation-projects/README-optimization/optimized-README/aarch32-rootfs-builder.md create mode 100644 translation-projects/README-optimization/optimized-README/bioinformatics.md diff --git a/translation-projects/README-optimization/optimized-README/A-Ops.md b/translation-projects/README-optimization/optimized-README/A-Ops.md new file mode 100644 index 0000000..0d52f6c --- /dev/null +++ b/translation-projects/README-optimization/optimized-README/A-Ops.md @@ -0,0 +1,31 @@ +# A-Ops + +#### Description +A-Ops is the intelligent operations toolkit for openEuler. + +#### Software Architecture +* gala-gopher + + gala-gopher is a low-load probe framework based on eBPF. It provides the cloud observation engine for bare metal servers, virtual machines, and containers, helping businesses accelerate innovation. You can find more useful information in the A-Ops repo. + +#### Installation + +#### Instructions + +#### Contribution + +1. Fork the repo. +2. Create a *Feat_xxx* branch. +3. Commit your code. +4. Submit a pull request. + + +#### Gitee Features + +1. Readme\_XXX.md supports different languages, for example, Readme\_en.md, Readme\_zh.md. +2. Gitee official blog: [blog.gitee.com](https://blog.gitee.com) +3. Explore more open source projects at [https://gitee.com/explore](https://gitee.com/explore). +4. [GVP](https://gitee.com/gvp) stands for the most valuable project on Gitee. +5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) +6. You can find the most popular members at [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/). + diff --git a/translation-projects/README-optimization/optimized-README/aarch32-rootfs-builder.md b/translation-projects/README-optimization/optimized-README/aarch32-rootfs-builder.md new file mode 100644 index 0000000..67e232f --- /dev/null +++ b/translation-projects/README-optimization/optimized-README/aarch32-rootfs-builder.md @@ -0,0 +1,53 @@ +# aarch32-rootfs-builder + +#### Introduction +aarch32-rootfs-builder provides a set of tools and patches, so that openEuler rootfs software packages can support armv7hf. + +#### Scope of Work +- Provide Arm-based 32-bit versions for openEuler common software. +- Develop Arm-based 32-bit build process script for openEuler. +- Develop patches that are necessary for SRPM to adapt to aarch32-architecture compilation +- Manage aarch32 SIG related matters. +- Respond to user feedback in a timely manner and solve related problems. + +#### Introduction to this Repo +``` +. +├── conf +│ └── aarch32_support_list.yaml +├── patches +│ ├── gcc_secure +│ │ └── spec +│ │ └── 0001-support-for-arm32-compilation-on-mock.patch +│ └── glibc +│ └── spec +│ └── 0001-add-arm32-support.patch +├── tools +│ ├── auto_build_pkgs.sh +│ ├── auto_make_rootfs.sh +│ └── rpmmacros_openeuler +├── src +│ └── base-files +├── documents +│ └── mock_env_build.md +└── assets + └── aarch32-roadmap.png +``` +- [conf/aarch32_support_list.yaml](conf/aarch32_support_list.yaml) + - Maintained list of currently supported rpms. +- patches/*/\* + - Stores the aarch32 patches of the rpm package. +- tools/* + - [auto_build_pkgs.sh](tools/auto_build_pkgs.sh) Automated compilation tool. + - [auto_make_rootfs.sh](tools/auto_make_rootfs.sh) Auto make of arm32 rootfs tools. + - [rpmmacros_openeuler](tools/rpmmacros_openeuler) Compilation of required macros files. +- src/*/\* + - Stores packages not currently supported by openEuler (will be pushed into the main openEuler repository later). +- documents/* + - [mock_env_build.md](documents/mock_env_build.md) Guidance for building mock compilation environment. +- assets/* + - [aarch32-roadmap.png](assets/aarch32-roadmap.png) Roadmap pictures + +#### Roadmap +![aarch32-roadmap](./assets/aarch32-roadmap.png) + diff --git a/translation-projects/README-optimization/optimized-README/bioinformatics.md b/translation-projects/README-optimization/optimized-README/bioinformatics.md new file mode 100644 index 0000000..3ad470d --- /dev/null +++ b/translation-projects/README-optimization/optimized-README/bioinformatics.md @@ -0,0 +1,28 @@ +# bioinformatics + +#### Introduction +This repo stores bioinformatics research achievements of the BIO SIG, including list of software, process analysis scripts, and tutorials used in bioinformatics research. + +#### Directory +src: Stores the code and documents of specific bioinformatics scenarios. + +#### Organization + +bioinformatics-dev is one of the development teams of the openEuler/bioinformatcis repo. It is engaged in adapting bioinformatics software to the Arm platform, fixing bugs, developing and maintaining features. + +#### Contribution + +1. Fork the repository +2. Create Feat_xxx branch +3. Commit your code +4. Create Pull Request + + +#### Gitee Feature + +1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md +2. Gitee blog [blog.gitee.com](https://blog.gitee.com) +3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) +4. The most valuable open source project [GVP](https://gitee.com/gvp) +5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) +6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) \ No newline at end of file -- Gitee