aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek.chauhan@gmail.com>2008-09-08 21:28:11 +0530
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2008-09-08 21:28:11 +0530
commita5951ac6c6e34f58685b96cfff90f4f2e7bb5733 (patch)
treeb7e34908f31ab47818c251db31f346a91ecbcba4 /PURPOSE
parentBugfixes to master server. (diff)
downloadautotua-a5951ac6c6e34f58685b96cfff90f4f2e7bb5733.tar.gz
autotua-a5951ac6c6e34f58685b96cfff90f4f2e7bb5733.tar.bz2
autotua-a5951ac6c6e34f58685b96cfff90f4f2e7bb5733.zip
Add README and PURPOSE
Diffstat (limited to 'PURPOSE')
-rw-r--r--PURPOSE16
1 files changed, 16 insertions, 0 deletions
diff --git a/PURPOSE b/PURPOSE
new file mode 100644
index 0000000..f75dcc6
--- /dev/null
+++ b/PURPOSE
@@ -0,0 +1,16 @@
+The purpose of this project is to reduce the workload of Gentoo ebuild
+maintainers by automating repetitive tasks which do not require constant
+supervision. You see, most work done by ebuild maintainers is repetitive and
+only requires the outcome to be inspected. Such as
+
+- Testing the effect of any change in the portage tree which affects several
+ packages. Ex:
+ * Testing the reverse dependencies of a library for a major upgrade (such as
+ xulrunner-1.9)
+ * Testing the effects of a large eclass change
+- Arch testing stabilisation/keywording lists (one of the best targets for
+ automation)
+
+etc.
+
+TODO: Elongate this with further examples and use cases