From 59172f03e0716923f2be33c883500331b5fc88b5 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sun, 23 Aug 2015 12:37:08 -0500 Subject: Initial commit --- .gitignore | 1 + metadata/layout.conf | 15 +++++++++++++++ profiles/repo_name | 1 + 3 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 metadata/layout.conf create mode 100644 profiles/repo_name diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..70cffbf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +metadata/md5-cache diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 0000000..e970bdc --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1,15 @@ +repo-name = tamiko + +masters = gentoo + +manifest-hashes = SHA256 SHA512 WHIRLPOOL + +update-changelog = false + +thin-manifests = true +sign-manifests = false +sign-commits = true + +cache-formats = md5-dict + +eapis-deprecated = 1 2 3 4 diff --git a/profiles/repo_name b/profiles/repo_name new file mode 100644 index 0000000..9e35199 --- /dev/null +++ b/profiles/repo_name @@ -0,0 +1 @@ +tamiko -- cgit v1.2.3-65-gdbad