commit 78cf332b88e96302ad1ba59f6db2a89f933e47f1 Author: Хирецкий Михаил Date: Mon Mar 6 17:57:45 2017 +0300 Init 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