From a78f3e4fa5716dc8f69b4b9cd306833dc8ff7b3b Mon Sep 17 00:00:00 2001 From: "Yang.Li" Date: Tue, 16 Sep 2025 20:36:15 +0800 Subject: [PATCH] Adding composefs into sig-cloudnative src-openeuler and maintaining this project --- sig/sig-CloudNative/README.md | 2 ++ sig/sig-CloudNative/sig-info.yaml | 7 +++++++ sig/sig-CloudNative/src-openeuler/c/composefs.yaml | 7 +++++++ 3 files changed, 16 insertions(+) create mode 100644 sig/sig-CloudNative/src-openeuler/c/composefs.yaml diff --git a/sig/sig-CloudNative/README.md b/sig/sig-CloudNative/README.md index 9a875878d..8b6228e4b 100644 --- a/sig/sig-CloudNative/README.md +++ b/sig/sig-CloudNative/README.md @@ -40,6 +40,7 @@ CloudNative SIG致力于为广大用户、开发者、爱好者提供便捷、 - Xiaocong Suo[@suo-xiaocong](https://gitee.com/suo-xiaocong) - Bowei Zhang[@northgarden](https://gitee.com/northgarden) - Xu Liu[@liuxu180400617](https://gitee.com/liuxu180400617) +- Yang.Li[@lyxlyforever](https://gitee.com/lyxlyforever) ### Honor Maintainer 感谢以下原maintainer对sig CloudNative及openEuler社区的贡献: @@ -146,6 +147,7 @@ repository地址: - https://gitee.com/src-openeuler/mcp-vue - https://gitee.com/src-openeuler/mcp-self-service-vue - https://gitee.com/openeuler/ktib +- https://gitee.com/src-openeuler/composefs roadmap: ``` diff --git a/sig/sig-CloudNative/sig-info.yaml b/sig/sig-CloudNative/sig-info.yaml index 35e04803a..7e02be509 100644 --- a/sig/sig-CloudNative/sig-info.yaml +++ b/sig/sig-CloudNative/sig-info.yaml @@ -339,6 +339,13 @@ repositories: name: Ward Jaradat organization: Huawei email: ward.jaradat@huawei.com +- repo: + - src-openeuler/composefs + committers: + - gitee_id: lyxlyforever + name: Yang.Li + organization: CTyun + email: liy460@chinatelecom.cn branches: - repo_branch: diff --git a/sig/sig-CloudNative/src-openeuler/c/composefs.yaml b/sig/sig-CloudNative/src-openeuler/c/composefs.yaml new file mode 100644 index 000000000..a9734385f --- /dev/null +++ b/sig/sig-CloudNative/src-openeuler/c/composefs.yaml @@ -0,0 +1,7 @@ +name: composefs +description: The composefs project combines several underlying Linux features to provide a very flexible mechanism to support read-only mountable filesystem trees, stacking on top of an underlying "lower" Linux filesystem. +upstream: https://github.com/composefs/composefs +branches: +- name: master + type: protected +type: public -- Gitee