From 8538d3021c3252f7446c4e1a670101f129f5a7ae Mon Sep 17 00:00:00 2001 From: teawater Date: Tue, 22 Jul 2025 15:43:59 +0800 Subject: [PATCH] create mem-agent package Create mem-agent package. mem-agent is a software written in Rust, designed for managing memory and reducing memory usage in Linux environments. Signed-off-by: Hui Zhu --- sig/sig-Long/sig-info.yaml | 8 ++++++++ sig/sig-Long/src-openeuler/m/mem-agent.yaml | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100644 sig/sig-Long/src-openeuler/m/mem-agent.yaml diff --git a/sig/sig-Long/sig-info.yaml b/sig/sig-Long/sig-info.yaml index c50a0ed2cc..c463c19b7d 100644 --- a/sig/sig-Long/sig-info.yaml +++ b/sig/sig-Long/sig-info.yaml @@ -198,3 +198,11 @@ repositories: name: Hui Tang organization: Huawei email: tanghui20@huawei.com + +- repo: + - src-openeuler/mem-agent + committers: + - gitee_id: teawater + name: Hui Zhu + organization: Kylin Software + email: zhuhui@kylinos.cn diff --git a/sig/sig-Long/src-openeuler/m/mem-agent.yaml b/sig/sig-Long/src-openeuler/m/mem-agent.yaml new file mode 100644 index 0000000000..536a7bc2fb --- /dev/null +++ b/sig/sig-Long/src-openeuler/m/mem-agent.yaml @@ -0,0 +1,7 @@ +name: mem-agent +description: mem-agent is a software written in Rust, designed for managing memory and reducing memory usage in Linux environments. +upstream: https://gitee.com/teawater/mem-agent +branches: +- name: master + type: protected +type: public -- Gitee