diff options
author | Kacper Kowalik (Xarthisius) <xarthisius@gentoo.org> | 2012-05-28 17:41:21 +0200 |
---|---|---|
committer | Kacper Kowalik (Xarthisius) <xarthisius@gentoo.org> | 2012-05-28 17:41:21 +0200 |
commit | 8a2655694a2b5373d2baf78ab324c6898e6f9218 (patch) | |
tree | 54dfd8efb861987d53d171a98d270f08db026617 | |
download | python-8a2655694a2b5373d2baf78ab324c6898e6f9218.tar.gz python-8a2655694a2b5373d2baf78ab324c6898e6f9218.tar.bz2 python-8a2655694a2b5373d2baf78ab324c6898e6f9218.zip |
Initial import, add layout.conf and repo_name
-rw-r--r-- | metadata/.gitignore | 2 | ||||
-rw-r--r-- | metadata/layout.conf | 21 | ||||
-rw-r--r-- | profiles/repo_name | 1 |
3 files changed, 24 insertions, 0 deletions
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 |