From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MWogO-0002GT-Nk for garchives@archives.gentoo.org; Fri, 31 Jul 2009 09:45:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3D7AE06FD; Fri, 31 Jul 2009 09:45:47 +0000 (UTC) Received: from mail-fx0-f211.google.com (mail-fx0-f211.google.com [209.85.220.211]) by pigeon.gentoo.org (Postfix) with ESMTP id 40ABFE06FD; Fri, 31 Jul 2009 09:45:47 +0000 (UTC) Received: by fxm7 with SMTP id 7so1221011fxm.34 for ; Fri, 31 Jul 2009 02:45:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:jabber-id:icq-uin:x-pgp-key:user-agent; bh=y0+KQWiksvS5aI6nari1/vEn1MrQj6DXXAF+yTF1CeI=; b=YueZhLpY/jfMo7J+MJZjpyKB3MHFPLz24OxPTVC2tkIYR1SfFGBQE7jDVTL/hn63al j3SkaTfqqMLnOkAmhBfZXOxbKWzSM5w5MR+vWQcmx+vvDoePPmqbcCpMPdEtl4oD90xc M9nuj880pzaDynsWkapzqQI26wpNAJCVYg3X8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:jabber-id:icq-uin :x-pgp-key:user-agent; b=UHqEnSQFVDvNhp9CQ21WZvLG/fQvgAUfZhviX7tTnV4ey4vpYzCejvza78dVz6nv/k 1tJl9WxtqBPB1Hr5WG8cfeWnPwuUYGLIbc2caCmBz95Ibml801v+dxJH0soR0hhhYyck Wkp+ND7q+u2eTpcESK8pvoYM7bd/5ouZbXcwA= Received: by 10.103.182.9 with SMTP id j9mr1192781mup.77.1249033544846; Fri, 31 Jul 2009 02:45:44 -0700 (PDT) Received: from @ (adsl-dyn114.78-99-171.t-com.sk [78.99.171.114]) by mx.google.com with ESMTPS id e9sm19799541muf.32.2009.07.31.02.45.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 31 Jul 2009 02:45:43 -0700 (PDT) Date: Fri, 31 Jul 2009 11:44:44 +0200 From: Stanislav Ochotnicky To: gentoo-qa@lists.gentoo.org Cc: gentoo-soc@lists.gentoo.org Subject: [gentoo-qa] Re: [GSoC-status] Collagen - database schema and further changes Message-ID: <20090731094410.GA19452@w0rm> References: <20090626125103.GA13253@w0rm> <20090703154127.GA32664@w0rm> <20090709213609.GA21248@w0rm> <20090717133919.GB25963@w0rm> <20090725225012.GA7943@w0rm> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-qa@lists.gentoo.org Reply-to: gentoo-qa@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LwW0XdcUbUexiWVK" Content-Disposition: inline In-Reply-To: <20090725225012.GA7943@w0rm> jabber-id: sochotnicky@gmail.com icq-uin: 74274152 X-PGP-Key: https://dl.getdropbox.com/u/165616/sochotnicky-key.asc User-Agent: Mutt/1.5.16 (2007-06-09) X-Archives-Salt: 1a886fed-254f-41c2-a4b7-2f56b99eae00 X-Archives-Hash: 5431943cb7ca5a82ce42452e6771017d --LwW0XdcUbUexiWVK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Wow, another week behind me. And quite productive one if you ask me. I recently pushed yesterday's changes to public repo (so far only devel branch which might get rebased so thread carefully :-) ). There is a lot of cleanup work to be done, but I can say that we have base working now. So what exactly was going on over the last week? I fixed bunch of bugs (and two remaining I plan to fix today). You can see more information about that at redmine bug tracker on gentooexperimental.org. Once I fix remaining bugs I plan to add more to bugtracker :-) Some work went into making tinderboxes able to recover from problems so that they can run without supervision. All around exception handling and error logging is not perfect but a lot better then a week ago. I also started filling up database with information yesterday. It went even smoother then I expected, I only had few typos in my code :-) All in all it took about 2 hours to make it all work. I have three more ebuild candidates for fixing (not confirmed yet): * dev-java/kaffe doesn't list x11-libs/libXtst in DEPEND * x11-lib/libXaw is missing x11-libs/libXext and x11-proto/xextproto in DEPEND * games-roguelike/tome ebuilds all have typo in ebuilds. Can you spot it?=20 I'll give you short example so you don't have to look it up: DEPEND=3D"${REDEPEND} x11-misc/makedepend" For a moment I actually thought that portage has some bug because it didn't return proper DEPEND packages...Until I saw that typo later on. Maybe this could be checked in repoman somehow? So moving on to plan for today and the next week: * report bugs for mentioned ebuilds * fix main bugs remaining in collagen * start to refactor code to make it more pretty for later audit :-) * start creating web interface for file database using Django So long and thanks for all the fish, --=20 Stanislav Ochotnicky Working for Gentoo Linux http://www.gentoo.org Implementing Tree-wide collision checking and provided files database http://soc.gentooexperimental.org/projects/show/collision-database Blog: http://inputvalidation.blogspot.com/search/label/gsoc jabber: sochotnicky@gmail.com icq: 74274152 PGP: https://dl.getdropbox.com/u/165616/sochotnicky-key.asc --LwW0XdcUbUexiWVK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) iEYEARECAAYFAkpyvQwACgkQB9Uc/HGhZ3xfqwCdGSl72am9v/Wl+pmG149ZaDqt VxcAn0t1zC4ztnArCFPfzGFFqRDjYrSS =CJCZ -----END PGP SIGNATURE----- --LwW0XdcUbUexiWVK--