From 8a2655694a2b5373d2baf78ab324c6898e6f9218 Mon Sep 17 00:00:00 2001 From: "Kacper Kowalik (Xarthisius)" Date: Mon, 28 May 2012 17:41:21 +0200 Subject: Initial import, add layout.conf and repo_name --- metadata/.gitignore | 2 ++ metadata/layout.conf | 21 +++++++++++++++++++++ profiles/repo_name | 1 + 3 files changed, 24 insertions(+) create mode 100644 metadata/.gitignore create mode 100644 metadata/layout.conf create mode 100644 profiles/repo_name diff --git a/metadata/.gitignore b/metadata/.gitignore new file mode 100644 index 0000000..ff03039 --- /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 0000000..46ccb35 --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1,21 @@ +masters = gentoo + +# Use new hashes +manifest-hashes = SHA256 SHA512 WHIRLPOOL + +# Let repoman update changelogs +update-changelog = true + +# Use thin manifests +thin-manifests = true + +# Dont sign thin manifests (because it re-introduces the +# just avoided merge conflicts) +sign-manifests = false + +# sign commits using git mechanisms +sign-commits = false + +# Make egencache generate newer (more reliable) +# md5-dict cache format (see bug #409445). +cache-formats = md5-dict diff --git a/profiles/repo_name b/profiles/repo_name new file mode 100644 index 0000000..fdc793e --- /dev/null +++ b/profiles/repo_name @@ -0,0 +1 @@ +python -- cgit v1.2.3-65-gdbad