From 13f71270934b3d945f5d5fdfb9433afbca32aec5 Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Mon, 26 Jun 2017 17:29:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D1=8B=20=D0=BF=D1=80=D0=BE=D1=84?= =?UTF-8?q?=D0=B8=D0=BB=D0=B8=20desktop=20=D0=B2=20CBD,=20server=20=D0=B2?= =?UTF-8?q?=20CBS,=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D1=8C=20CBE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiles/{desktop => CBD}/amd64/parent | 0 profiles/CBD/calculate.env | 3 +++ profiles/{desktop => CBD}/package.use | 0 profiles/{desktop => CBD}/parent | 0 profiles/{desktop => CBD}/x86/parent | 0 profiles/CBE/amd64/parent | 2 ++ profiles/CBE/calculate.env | 3 +++ profiles/CBE/package.use | 1 + profiles/{server => CBE}/parent | 0 profiles/CBE/x86/parent | 2 ++ profiles/{server => CBS}/amd64/parent | 0 profiles/CBS/calculate.env | 3 +++ profiles/CBS/parent | 1 + profiles/{server => CBS}/x86/parent | 0 profiles/desktop/calculate.env | 3 --- profiles/server/calculate.env | 3 --- 16 files changed, 15 insertions(+), 6 deletions(-) rename profiles/{desktop => CBD}/amd64/parent (100%) create mode 100644 profiles/CBD/calculate.env rename profiles/{desktop => CBD}/package.use (100%) rename profiles/{desktop => CBD}/parent (100%) rename profiles/{desktop => CBD}/x86/parent (100%) create mode 100644 profiles/CBE/amd64/parent create mode 100644 profiles/CBE/calculate.env create mode 100644 profiles/CBE/package.use rename profiles/{server => CBE}/parent (100%) create mode 100644 profiles/CBE/x86/parent rename profiles/{server => CBS}/amd64/parent (100%) create mode 100644 profiles/CBS/calculate.env create mode 100644 profiles/CBS/parent rename profiles/{server => CBS}/x86/parent (100%) delete mode 100644 profiles/desktop/calculate.env delete mode 100644 profiles/server/calculate.env diff --git a/profiles/desktop/amd64/parent b/profiles/CBD/amd64/parent similarity index 100% rename from profiles/desktop/amd64/parent rename to profiles/CBD/amd64/parent diff --git a/profiles/CBD/calculate.env b/profiles/CBD/calculate.env new file mode 100644 index 00000000..4a83e287 --- /dev/null +++ b/profiles/CBD/calculate.env @@ -0,0 +1,3 @@ +[main] +os_linux_name = 'Calculate Builder Desktop' +os_linux_shortname = 'CBD' diff --git a/profiles/desktop/package.use b/profiles/CBD/package.use similarity index 100% rename from profiles/desktop/package.use rename to profiles/CBD/package.use diff --git a/profiles/desktop/parent b/profiles/CBD/parent similarity index 100% rename from profiles/desktop/parent rename to profiles/CBD/parent diff --git a/profiles/desktop/x86/parent b/profiles/CBD/x86/parent similarity index 100% rename from profiles/desktop/x86/parent rename to profiles/CBD/x86/parent diff --git a/profiles/CBE/amd64/parent b/profiles/CBE/amd64/parent new file mode 100644 index 00000000..1627eb4e --- /dev/null +++ b/profiles/CBE/amd64/parent @@ -0,0 +1,2 @@ +../../../../calculate/profiles/base/desktop/amd64 +.. diff --git a/profiles/CBE/calculate.env b/profiles/CBE/calculate.env new file mode 100644 index 00000000..c18a7294 --- /dev/null +++ b/profiles/CBE/calculate.env @@ -0,0 +1,3 @@ +[main] +os_linux_name = 'Calculate Builder Extended' +os_linux_shortname = 'CBE' diff --git a/profiles/CBE/package.use b/profiles/CBE/package.use new file mode 100644 index 00000000..5a6d9277 --- /dev/null +++ b/profiles/CBE/package.use @@ -0,0 +1 @@ +net-dns/bind -ldap -sdb-ldap diff --git a/profiles/server/parent b/profiles/CBE/parent similarity index 100% rename from profiles/server/parent rename to profiles/CBE/parent diff --git a/profiles/CBE/x86/parent b/profiles/CBE/x86/parent new file mode 100644 index 00000000..0bb9835d --- /dev/null +++ b/profiles/CBE/x86/parent @@ -0,0 +1,2 @@ +../../../../calculate/profiles/base/desktop/x86 +.. diff --git a/profiles/server/amd64/parent b/profiles/CBS/amd64/parent similarity index 100% rename from profiles/server/amd64/parent rename to profiles/CBS/amd64/parent diff --git a/profiles/CBS/calculate.env b/profiles/CBS/calculate.env new file mode 100644 index 00000000..7a5ef39f --- /dev/null +++ b/profiles/CBS/calculate.env @@ -0,0 +1,3 @@ +[main] +os_linux_name = 'Calculate Builder Server' +os_linux_shortname = 'CBS' diff --git a/profiles/CBS/parent b/profiles/CBS/parent new file mode 100644 index 00000000..f3229c5b --- /dev/null +++ b/profiles/CBS/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/server/x86/parent b/profiles/CBS/x86/parent similarity index 100% rename from profiles/server/x86/parent rename to profiles/CBS/x86/parent diff --git a/profiles/desktop/calculate.env b/profiles/desktop/calculate.env deleted file mode 100644 index aa93ca28..00000000 --- a/profiles/desktop/calculate.env +++ /dev/null @@ -1,3 +0,0 @@ -[main] -os_linux_name = 'Calculate Desktop' -os_linux_shortname = 'desktop' diff --git a/profiles/server/calculate.env b/profiles/server/calculate.env deleted file mode 100644 index c7af68f4..00000000 --- a/profiles/server/calculate.env +++ /dev/null @@ -1,3 +0,0 @@ -[main] -os_linux_name = 'Calculate Server' -os_linux_shortname = 'server'