From 78493bc05a8af3db673e831e3244b3895d20cbcc Mon Sep 17 00:00:00 2001 From: lipingEmmaSiguyi <1477412247@qq.com> Date: Wed, 12 Apr 2023 20:11:49 +0800 Subject: [PATCH] add source code --- README.en.md | 36 ------ README.md | 37 ------ oepkgs-compatible.repo | 119 +++++++++++++++++ oepkgs-contrib.repo | 287 +++++++++++++++++++++++++++++++++++++++++ oepkgs-extras.repo | 14 ++ oepkgs-release.spec | 31 +++++ 6 files changed, 451 insertions(+), 73 deletions(-) delete mode 100644 README.en.md delete mode 100644 README.md create mode 100644 oepkgs-compatible.repo create mode 100644 oepkgs-contrib.repo create mode 100644 oepkgs-extras.repo create mode 100644 oepkgs-release.spec diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 2964090..0000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# oepkgs-release - -#### Description -yum configuration for oepkgs repos - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### 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/) diff --git a/README.md b/README.md deleted file mode 100644 index 42186d4..0000000 --- a/README.md +++ /dev/null @@ -1,37 +0,0 @@ -# oepkgs-release - -#### 介绍 -yum configuration for oepkgs repos - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/oepkgs-compatible.repo b/oepkgs-compatible.repo new file mode 100644 index 0000000..f75ae55 --- /dev/null +++ b/oepkgs-compatible.repo @@ -0,0 +1,119 @@ +[compatiblec6basearch] +name=compatiblec6basearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/compatible/c6/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[compatiblec6source] +name=compatiblec6source +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/compatible/c6/source +enabled=0 +gpgcheck=0 +priority=100 + +[compatiblec7basearch] +name=compatiblec7basearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/compatible/c7/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[compatiblec7source] +name=compatiblec7source +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/compatible/c7/source +enabled=0 +gpgcheck=0 +priority=100 + +[compatiblec8basearch] +name=compatiblec8basearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/compatible/c8/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[compatiblec8source] +name=compatiblec8source +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/compatible/c8/source +enabled=0 +gpgcheck=0 +priority=100 + +[compatiblef29basearch] +name=compatiblef29basearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/compatible/f29/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[compatiblef29source] +name=compatiblef29source +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/compatible/f29/source +enabled=0 +gpgcheck=0 +priority=100 + +[compatiblef33basearch] +name=compatiblef33basearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/compatible/f33/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[compatiblef33source] +name=compatiblef33source +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/compatible/f33/source +enabled=0 +gpgcheck=0 +priority=100 + +[compatiblef34basearch] +name=compatiblef34basearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/compatible/f34/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[compatiblef34source] +name=compatiblef34source +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/compatible/f34/source +enabled=0 +gpgcheck=0 +priority=100 + +[compatiblef35basearch] +name=compatiblef35basearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/compatible/f35/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[compatiblef35source] +name=compatiblef35source +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/compatible/f35/source +enabled=0 +gpgcheck=0 +priority=100 + +[compatiblef36basearch] +name=compatiblef36basearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/compatible/f36/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[compatiblerawhidebasearch] +name=compatiblerawhidebasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/compatible/rawhide/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[compatiblerawhidesource] +name=compatiblerawhidesource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/compatible/rawhide/source +enabled=0 +gpgcheck=0 +priority=100 + diff --git a/oepkgs-contrib.repo b/oepkgs-contrib.repo new file mode 100644 index 0000000..474aca0 --- /dev/null +++ b/oepkgs-contrib.repo @@ -0,0 +1,287 @@ +[contribapplicationbasearch] +name=contribapplicationbasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/application/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[contribapplicationsource] +name=contribapplicationsource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/application/source +enabled=0 +gpgcheck=0 +priority=100 + +[contribbigdatabasearch] +name=contribbigdatabasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/bigdata/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[contribbigdatanoarch] +name=contribbigdatanoarch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/bigdata/noarch +enabled=0 +gpgcheck=0 +priority=100 + +[contribbigdatasource] +name=contribbigdatasource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/bigdata/source +enabled=0 +gpgcheck=0 +priority=100 + +[contribbishengbasearch] +name=contribbishengbasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/bisheng/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[contribbishengsource] +name=contribbishengsource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/bisheng/source +enabled=0 +gpgcheck=0 +priority=100 + +[contribdatabasebasearch] +name=contribdatabasebasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/database/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[contribdatabasesource] +name=contribdatabasesource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/database/source +enabled=0 +gpgcheck=0 +priority=100 + +[contribdebbasearch] +name=contribdebbasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/deb/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[contribdebsource] +name=contribdebsource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/deb/source +enabled=0 +gpgcheck=0 +priority=100 + +[contribdockerbasearch] +name=contribdockerbasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/docker/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[contribdockersource] +name=contribdockersource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/docker/source +enabled=0 +gpgcheck=0 +priority=100 + +[contribdriversbasearch] +name=contribdriversbasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/drivers/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[contribdriverssource] +name=contribdriverssource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/drivers/source +enabled=0 +gpgcheck=0 +priority=100 + +[contribGUIbasearch] +name=contribGUIbasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/GUI/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[contribGUIsource] +name=contribGUIsource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/GUI/source +enabled=0 +gpgcheck=0 +priority=100 + +[contribmemory-fabricbasearch] +name=contribmemory-fabricbasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/memory-fabric/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[contribmemory-fabricsource] +name=contribmemory-fabricsource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/memory-fabric/source +enabled=0 +gpgcheck=0 +priority=100 + +[contribmiddlewarebasearch] +name=contribmiddlewarebasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/middleware/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[contribmiddlewaresource] +name=contribmiddlewaresource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/middleware/source +enabled=0 +gpgcheck=0 +priority=100 + +[contribOCKbasearch] +name=contribOCKbasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/OCK/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[contribOCKsource] +name=contribOCKsource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/OCK/source +enabled=0 +gpgcheck=0 +priority=100 + +[contribopenstack-master-cibasearch] +name=contribopenstack-master-cibasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/openstack-master-ci/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[contribopenstack-master-cisource] +name=contribopenstack-master-cisource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/openstack-master-ci/source +enabled=0 +gpgcheck=0 +priority=100 + +[contribopenstackqueensbasearch] +name=contribopenstackqueensbasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/openstack/queens/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[contribopenstackqueenssource] +name=contribopenstackqueenssource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/openstack/queens/source +enabled=0 +gpgcheck=0 +priority=100 + +[contribopenstackrockybasearch] +name=contribopenstackrockybasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/openstack/rocky/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[contribopenstackrockysource] +name=contribopenstackrockysource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/openstack/rocky/source +enabled=0 +gpgcheck=0 +priority=100 + +[contribopenstacktrainbasearch] +name=contribopenstacktrainbasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/openstack/train/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[contribopenstacktrainsource] +name=contribopenstacktrainsource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/openstack/train/source +enabled=0 +gpgcheck=0 +priority=100 + +[contribstudentbasearch] +name=contribstudentbasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/student/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[contribstudentsource] +name=contribstudentsource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/student/source +enabled=0 +gpgcheck=0 +priority=100 + +[contribtest-toolsbasearch] +name=contribtest-toolsbasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/test-tools/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[contribtest-toolssource] +name=contribtest-toolssource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/test-tools/source +enabled=0 +gpgcheck=0 +priority=100 + +[contribvirtualbasearch] +name=contribvirtualbasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/virtual/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[contribvirtualsource] +name=contribvirtualsource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/virtual/source +enabled=0 +gpgcheck=0 +priority=100 + +[contribwebbasearch] +name=contribwebbasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/web/$basearch +enabled=0 +gpgcheck=0 +priority=100 + +[contribwebsource] +name=contribwebsource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/web/source +enabled=0 +gpgcheck=0 +priority=100 + +[contribx2openEuler] +name=contribx2openEuler +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/x2openEuler +enabled=0 +gpgcheck=0 +priority=100 + +[contribx2openEulerbasearch] +name=contribx2openEulerbasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/x2openEuler/$basearch +enabled=0 +gpgcheck=0 +priority=100 + diff --git a/oepkgs-extras.repo b/oepkgs-extras.repo new file mode 100644 index 0000000..52b5117 --- /dev/null +++ b/oepkgs-extras.repo @@ -0,0 +1,14 @@ +[extrasbasearch] +name=extrasbasearch +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/extras/$basearch +enabled=1 +gpgcheck=0 +priority=100 + +[extrassource] +name=extrassource +baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/extras/source +enabled=1 +gpgcheck=0 +priority=100 + diff --git a/oepkgs-release.spec b/oepkgs-release.spec new file mode 100644 index 0000000..4d2e434 --- /dev/null +++ b/oepkgs-release.spec @@ -0,0 +1,31 @@ +%global vendor %{?_vendor:%{_vendor}}%{!?_vendor:openEuler} + +Name: oepkgs-release +Summary: oepkgs package repositories +Version: 1.0 +Release: 1 +License: MulanPSL-2.0 +URL: http://gitee.com/src-oepkgs/oepkgs-release +Source0: oepkgs-extras.repo +Source1: oepkgs-compatible.repo +Source2: oepkgs-contrib.repo + +BuildArch: noarch + +%description +Extras oepkgs Packages for %{vendor} repository configuration + +%install +install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/oepkgs-extras.repo +install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/oepkgs-compatible.repo +install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/oepkgs-contrib.repo + +%files +%defattr(-,root,root) +%config(noreplace) %{_sysconfdir}/yum.repos.d/oepkgs-extras.repo +%config(noreplace) %{_sysconfdir}/yum.repos.d/oepkgs-compatible.repo +%config(noreplace) %{_sysconfdir}/yum.repos.d/oepkgs-contrib.repo + +%changelog +* Fri Jan 13 2023 chenchen - 1.0-1 +- Package Init