diff options
author | Matthias Maier <tamiko@gentoo.org> | 2015-08-23 12:37:08 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2015-08-23 12:40:45 -0500 |
commit | 59172f03e0716923f2be33c883500331b5fc88b5 (patch) | |
tree | a8e0928115ff7b34c3de6504f5b38da3a7699865 | |
download | tamiko-59172f03e0716923f2be33c883500331b5fc88b5.tar.gz tamiko-59172f03e0716923f2be33c883500331b5fc88b5.tar.bz2 tamiko-59172f03e0716923f2be33c883500331b5fc88b5.zip |
Initial commit
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | metadata/layout.conf | 15 | ||||
-rw-r--r-- | profiles/repo_name | 1 |
3 files changed, 17 insertions, 0 deletions
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 |