From 78cf332b88e96302ad1ba59f6db2a89f933e47f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Mon, 6 Mar 2017 17:57:45 +0300 Subject: [PATCH] Init --- .gitignore | 1 + metadata/.gitignore | 2 ++ metadata/layout.conf | 14 ++++++++++++++ profiles/arch.list | 2 ++ profiles/profiles.desc | 8 ++++++++ profiles/repo_name | 1 + 6 files changed, 28 insertions(+) create mode 100644 .gitignore create mode 100644 metadata/.gitignore create mode 100644 metadata/layout.conf create mode 100644 profiles/arch.list create mode 100644 profiles/profiles.desc create mode 100644 profiles/repo_name diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..70cffbf4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +metadata/md5-cache diff --git a/metadata/.gitignore b/metadata/.gitignore new file mode 100644 index 00000000..ff030394 --- /dev/null +++ b/metadata/.gitignore @@ -0,0 +1,2 @@ +/cache +/md5-cache diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 00000000..44d6bc6f --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1,14 @@ +masters = calculate gentoo + +# Use thin manifests +thin-manifests = true + +# Dont sign thin manifests. There is no current policy for git commit signing +sign-manifests = false + +# Make egencache generate newer (more reliable) +# md5-dict cache format +cache-formats = md5-dict + +# Support package.* directories as well as files +profile-formats = portage-2 diff --git a/profiles/arch.list b/profiles/arch.list new file mode 100644 index 00000000..1677fa6f --- /dev/null +++ b/profiles/arch.list @@ -0,0 +1,2 @@ +amd64 +x86 diff --git a/profiles/profiles.desc b/profiles/profiles.desc new file mode 100644 index 00000000..f9f52f31 --- /dev/null +++ b/profiles/profiles.desc @@ -0,0 +1,8 @@ +############################################# +# This is a list of valid profiles for each architecture. This file is used by +# repoman when doing a repoman scan or repoman full. +# DO NOT ADD PROFILES WITH A "die" or "exit" IN THEM OR IT KILLS REPOMAN +# +#layout: +#arch profile_directory status + diff --git a/profiles/repo_name b/profiles/repo_name new file mode 100644 index 00000000..722e59f5 --- /dev/null +++ b/profiles/repo_name @@ -0,0 +1 @@ +builder