aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPriit Laes <plaes@plaes.org>2010-07-03 10:25:53 +0300
committerPriit Laes <plaes@plaes.org>2010-07-03 10:25:53 +0300
commitae0b7b87a94e475e7a00865e16b96714accec95b (patch)
treec17a636d22e3f460c01f61d00bd897fc28b27514 /docs
parentAdd category list sync code (diff)
downloadgsoc2010-grumpy-ae0b7b87a94e475e7a00865e16b96714accec95b.tar.gz
gsoc2010-grumpy-ae0b7b87a94e475e7a00865e16b96714accec95b.tar.bz2
gsoc2010-grumpy-ae0b7b87a94e475e7a00865e16b96714accec95b.zip
Remove now obsolete schema description document
Diffstat (limited to 'docs')
-rw-r--r--docs/schema.rst22
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/schema.rst b/docs/schema.rst
deleted file mode 100644
index ee85cd6..0000000
--- a/docs/schema.rst
+++ /dev/null
@@ -1,22 +0,0 @@
-Document schemas
-================
-
-This document contains descriptions for various document schemas stored in
-database. In MongoDB documents are stored in groupings of documents called
-collections which are roughly equivalent to tables in relational databases.
-
-Project Grumpy currently uses two collections:
-
-- packages
-- ebuilds
-
-Package collection
-------------------
-
-Meant for storing metadata about packages, developer relations, upstream
-information, bugs, etc
-
-Ebuild collection
------------------
-
-Package's version specific information - QA issues, depend, use flags...