From 6b12c891644685dbdba8a045a37ac3f08aee2859 Mon Sep 17 00:00:00 2001 From: wanghao Date: Wed, 5 Jan 2022 07:05:06 +0000 Subject: [PATCH 1/2] add sig/Application/oceanstor/a/abduco-renamed.yaml. --- sig/Application/oceanstor/a/abduco-renamed.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sig/Application/oceanstor/a/abduco-renamed.yaml diff --git a/sig/Application/oceanstor/a/abduco-renamed.yaml b/sig/Application/oceanstor/a/abduco-renamed.yaml new file mode 100644 index 0000000..89953bd --- /dev/null +++ b/sig/Application/oceanstor/a/abduco-renamed.yaml @@ -0,0 +1,17 @@ +name: abduco-renamed +description: abduco provides session management i.e. it allows programs to be run + independently from its controlling terminal. That is programs can be detached - + run in the background - and then later reattached. +upstream: https://github.com/martanne/abduco +branches: +- name: master + type: protected +- name: t1 + create_from: + type: protected +- name: t2 + create_from: t1 + type: protected +- name: t3 + type: protected +type: public \ No newline at end of file -- Gitee From 364675205bfc3a3141e4c924d5acf88a2ae3253f Mon Sep 17 00:00:00 2001 From: wanghao Date: Wed, 5 Jan 2022 07:05:14 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20sig/?= =?UTF-8?q?Application/oceanstor/a/abduco.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sig/Application/oceanstor/a/abduco.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 sig/Application/oceanstor/a/abduco.yaml diff --git a/sig/Application/oceanstor/a/abduco.yaml b/sig/Application/oceanstor/a/abduco.yaml deleted file mode 100644 index 7a83334..0000000 --- a/sig/Application/oceanstor/a/abduco.yaml +++ /dev/null @@ -1,15 +0,0 @@ -name: abduco -description: abduco provides session management i.e. it allows programs to be run - independently from its controlling terminal. That is programs can be detached - - run in the background - and then later reattached. -upstream: https://github.com/martanne/abduco -branches: -- name: master - type: protected -- name: t1 - create_from: - type: protected -- name: t2 - create_from: t1 - type: protected -type: public \ No newline at end of file -- Gitee