From 8b0448bddd50e2eba39dad88556517e55d8355a2 Mon Sep 17 00:00:00 2001 From: c00416947 Date: Tue, 21 Jan 2020 09:43:30 +0800 Subject: [PATCH] iSula:change pkg name iSula pkgs name need to be more clearer So we want to make following changes: iSulad-kits ==> iSulad-img which provides engine image service and should run with iSulad iSulad-lxcfs-toolkit ===> lxcfs-tools which just a lxcfs tool not bound with iSulad iSulad-tools ===> syscontainer-tools which provides system container service and not bound with iSulad Signed-off-by: Haomin --- repository/openeuler.yaml | 2 +- repository/src-openeuler.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/repository/openeuler.yaml b/repository/openeuler.yaml index 53f358861..397c34ede 100644 --- a/repository/openeuler.yaml +++ b/repository/openeuler.yaml @@ -61,7 +61,7 @@ repositories: protected_branches: - master type: public -- name: iSulad-kit +- name: iSulad-img description: "" protected_branches: - master diff --git a/repository/src-openeuler.yaml b/repository/src-openeuler.yaml index 95d0bb50a..8ff77077e 100644 --- a/repository/src-openeuler.yaml +++ b/repository/src-openeuler.yaml @@ -3065,17 +3065,17 @@ repositories: protected_branches: - master type: public -- name: iSulad-kit +- name: iSulad-img description: "" protected_branches: - master type: public -- name: iSulad-lxcfs-toolkit +- name: lxcfs-toolkit description: "" protected_branches: - master type: public -- name: iSulad-tools +- name: syscontainer-tools description: "" protected_branches: - master -- Gitee