diff --git a/content/en/news/20200101.md b/content/en/news/20200101.md new file mode 100644 index 0000000000000000000000000000000000000000..a3927d842a2fc31b606cd98aea82722a52a9ffa6 --- /dev/null +++ b/content/en/news/20200101.md @@ -0,0 +1,20 @@ ++++ +title = "openEuler source is open officially" +date = "2020-01-01" +tags = ["theme"] +banner = "img/banners/banner-20200101.png" +author = "openEuler infrastructure team" +summary = "After more than three months of development, openEuler community publish its first release and open all relative source." ++++ + +### openEuler is open + +After more than three months of development, openEuler community publish its first release and open all relative source. + +As the chair Mr.Fred said "it is so excited to finish the aims, you cannot image there are near one thound repositories was created, much thanks for everyone who made much effort " The biggest challenge to build this community was to manage so many repositories, that will make the whole infrastucture under high load. + +As gitee showing, openEuler community contians two orgainzations, one house the code repositories, the number of this one is near to 24 repositories, in which, the most important two are iSulad, A-Tune. iSulad is a umbrella project for gRPC-services based Lightweight Container Runtime Daemon, in contrast to runc, iSulad was written in C, but it is compatible to the OCI. Another on is A-Tune which is a system software to auto-optimize the system adaptively to multiple scenarios with embedded AI-engine. other more you may find serveral projects that support the who community runtime, according to the infrastructure team commit history, the whole system are automatically created on huaweicloud via scripts include the website now you are browering. + +Another orgainzation is src-openeuler which house the packages, that consists of the openEuler iso and rpms, according the shown on gitee, there are nearly one thound packages. each one is a package that must runs well on ARM64 and X86. this is a big project beyond one's imagine. + +According the gitee statics, there are more than 50 contributors, 600 commits are made util now, and 18 SIGs are defined on website. As said by Mr.Fred, "this communit currently is at very beggining, much effort would be made in coming days, and we appriciate your contribution" diff --git a/content/zh/news/20200101.md b/content/zh/news/20200101.md new file mode 100644 index 0000000000000000000000000000000000000000..2b555662888cafc427f2dc72dcacf4acad6b11fb --- /dev/null +++ b/content/zh/news/20200101.md @@ -0,0 +1,20 @@ ++++ +title = "openEuler源代码正式开源" +date = "2020-01-01" +tags = ["theme"] +banner = "img/banners/banner-20200101.png" +author = "openEuler infrastructure team" +summary = "历经3个多月的开发,openEuler最终发布了第一个版本,并开放相关的源代码。" ++++ + +### openEuler操作系统源代码正式开源 + +历经3个多月的开发,openEuler最终发布了第一个版本,并开放相关的源代码。 + +正如Fred先生介绍:“我们能达成这样的成就,这是一件非常激动的事,很难想象的是我们要构建将近1000个代码仓库,并保证它们能编译通过,在这里要非常感谢所有参与贡献的人”,构建这个社区最大的挑战在于要管理如此多的代码仓库,这个数量的仓库会对整个基础设施系统带来很大的负载。 + +如gitee展示,openEuler主要包含两个组织仓库,一个用于源代码存放,当前显示该仓库有20+仓库,在这里,被重点推荐的有两个项目:iSulad, A-Tune。iSulad是一个轻量级基于gRPC服务的容器运行时,相比runc来讲,iSulad是用C语言编写但所有接口兼容OCI。另一个项目是A-Tune, A-Tune是一个基于AI技术能自动优化的基础系统软件。除此之外,你还将能看到几个支持基础设施的项目,它们组建起了社区的运行系统,从这些项目的提交记录来看,这些系统是通过脚本自动化在华为云上构建而成。 + +另一个组织是src-openeuler,主要是用来存放软件包,这些软件包构建起了openEuler操作系统的ISO和安装包,从码云的统计来看,这里当前存放了将近1000个软件包,每一个软件包都提供了ARM64 和X86上,这样数量的工程超出了任何人的想象。 + +从gitee的统计来看,目前社区有超过50个贡献者,近600次commit,网站上也定义了将近18个兴趣组,如Fred先生说,“目前社区还处于非常早期,后续还将有更多的工作要做,我们希望更多的人加入社区参与贡献”