From c7fea66bb92765cc85815a14a43ae8807b389897 Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Fri, 3 Nov 2017 15:28:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D1=8C=20Calculate=20Container=20?= =?UTF-8?q?Scratch=20(CCS)=20=D0=B2=D0=BC=D0=B5=D1=81=D1=82=D0=BE=20Calcul?= =?UTF-8?q?ate=20Linux=20Scratch=20(CLS)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiles/CCS/amd64/parent | 2 ++ profiles/CCS/calculate.env | 3 +++ profiles/CCS/parent | 1 + profiles/CCS/x86/parent | 2 ++ profiles/profiles.desc | 4 ++-- 5 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 profiles/CCS/amd64/parent create mode 100644 profiles/CCS/calculate.env create mode 100644 profiles/CCS/parent create mode 100644 profiles/CCS/x86/parent diff --git a/profiles/CCS/amd64/parent b/profiles/CCS/amd64/parent new file mode 100644 index 0000000..0a823a1 --- /dev/null +++ b/profiles/CCS/amd64/parent @@ -0,0 +1,2 @@ +../../../../calculate/profiles/base/server/amd64 +.. diff --git a/profiles/CCS/calculate.env b/profiles/CCS/calculate.env new file mode 100644 index 0000000..92d98aa --- /dev/null +++ b/profiles/CCS/calculate.env @@ -0,0 +1,3 @@ +[main] +os_linux_name = 'Calculate Container Scratch' +os_linux_shortname = 'CCS' diff --git a/profiles/CCS/parent b/profiles/CCS/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/CCS/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/CCS/x86/parent b/profiles/CCS/x86/parent new file mode 100644 index 0000000..c971f0f --- /dev/null +++ b/profiles/CCS/x86/parent @@ -0,0 +1,2 @@ +../../../../calculate/profiles/base/server/x86 +.. diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 998073e..b5f80ae 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -7,9 +7,9 @@ #arch profile_directory status # AMD64 Profiles -amd64 CLC/amd64 dev +amd64 CCS/amd64 dev # x86 Profiles -x86 CLC/x86 dev +x86 CCS/x86 dev # vim: set ts=8