aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik (Xarthisius) <xarthisius@gentoo.org>2012-05-28 17:41:21 +0200
committerKacper Kowalik (Xarthisius) <xarthisius@gentoo.org>2012-05-28 17:41:21 +0200
commit8a2655694a2b5373d2baf78ab324c6898e6f9218 (patch)
tree54dfd8efb861987d53d171a98d270f08db026617 /metadata
downloadpython-8a2655694a2b5373d2baf78ab324c6898e6f9218.tar.gz
python-8a2655694a2b5373d2baf78ab324c6898e6f9218.tar.bz2
python-8a2655694a2b5373d2baf78ab324c6898e6f9218.zip
Initial import, add layout.conf and repo_name
Diffstat (limited to 'metadata')
-rw-r--r--metadata/.gitignore2
-rw-r--r--metadata/layout.conf21
2 files changed, 23 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