aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPriit Laes <plaes@plaes.org>2010-08-03 18:45:19 +0300
committerPriit Laes <plaes@plaes.org>2010-08-03 18:45:19 +0300
commit4c92365286db078915bf0a3b67188212618a48c1 (patch)
treefb9158d896d74efde025c6cdea757bb49977127c /docs
parentImplement maintainer management for packages (diff)
downloadgsoc2010-grumpy-4c92365286db078915bf0a3b67188212618a48c1.tar.gz
gsoc2010-grumpy-4c92365286db078915bf0a3b67188212618a48c1.tar.bz2
gsoc2010-grumpy-4c92365286db078915bf0a3b67188212618a48c1.zip
Added report
Diffstat (limited to 'docs')
-rw-r--r--docs/gsoc/06-report.txt46
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/gsoc/06-report.txt b/docs/gsoc/06-report.txt
new file mode 100644
index 0000000..677875f
--- /dev/null
+++ b/docs/gsoc/06-report.txt
@@ -0,0 +1,46 @@
+This is a progress report #6 for Project Grumpy.
+
+Progress so far
+===============
+
+Previous two weeks have been a bit slow progress-wise mainly because i managed
+to get stuck with modelling the data layout.
+
+I eventually ended up redesigning the models in a bit more relational way and
+now the pkgcore data is handled inside the models.
+
+Unittesting is now implemented and currently at least the portage-related
+models (ebuild, package, category) have tests.
+
+Future plans
+============
+
+As I'm currently slipping behind my intended timelines, here's the "updated"
+schedule:
+
+3 Aug - 8 Aug:
+ * Unittests for "Favorite packages"
+ * JSON-restful API for commandline utils
+ * Basic grumpy commandline utils for managing favorite packages
+ * Version bump checker plugins
+ * PyPi
+ * GNOME
+ * Web interface improvements... (based on (YOUR!) feedback).
+
+* Future
+ * Tinderbox reports (my desktop machine is dead atm.)
+
+Project info
+============
+
+Git repository of Grumpy repo is available from [1].
+
+[1] http://git.overlays.gentoo.org/gitweb/?p=proj/grumpy.git;a=summary
+
+Project's semi-official IRC channel is #gentoo-grumpy on Freenode network [2],
+if you run into troubles when testing out this project, then just ping me with
+a message.
+
+[2] irc://irc.freenode.net/#gentoo-grumpy
+
+There's also basic web frontend available, join the channel to get the link ;)