From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.67) (envelope-from ) id 1IGx4U-0005SK-4K for garchives@archives.gentoo.org; Fri, 03 Aug 2007 13:20:02 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l73DJx9D014413; Fri, 3 Aug 2007 13:19:59 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l73DJwxc014373 for ; Fri, 3 Aug 2007 13:19:58 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 28C29651FA for ; Fri, 3 Aug 2007 13:19:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -0.22 X-Spam-Level: X-Spam-Status: No, score=-0.22 required=5.5 tests=[AWL=-0.221, BAYES_50=0.001] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dC3WB-JZfZrT for ; Fri, 3 Aug 2007 13:19:56 +0000 (UTC) Received: from mail.bawue.net (phoenix.bawue.net [193.7.176.60]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 48AA164FA6 for ; Fri, 3 Aug 2007 13:19:55 +0000 (UTC) Received: from [193.166.89.200] (b136a.mtalo.tontut.fi [193.166.89.200]) (using SSLv3 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.bawue.net (Postfix) with ESMTP id ECEE185475 for ; Fri, 3 Aug 2007 15:16:44 +0200 (CEST) Subject: [gnap-dev] [PATCH 0/4] GNAP improvements, probably for 2.1 From: Philipp Riegger To: gnap-dev@lists.gentoo.org Content-Type: text/plain Date: Fri, 03 Aug 2007 16:16:34 +0300 Message-Id: <1186146995.10651.18.camel@b136a> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo GNAP development X-BeenThere: gnap-dev@gentoo.org Reply-to: gnap-dev@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.10.2 Content-Transfer-Encoding: 7bit X-Archives-Salt: 65731a5d-b1bb-4cc6-8d5e-55c30f6450f8 X-Archives-Hash: e15facfe7751a9aa664e05f63febada4 Hi! I worked some more on my GNAP patchset, improved some stuff and split it up nicer. This 5 emails deprecate the previous patchset i found. There are also some bugs i fixed recently, after i send this stuff to BaSS. Since I'm only working with gnap_make at the moment, i did no testing with the other scripts. So any testing and comments are apreciated. The patches are: 01-gnap-cleanup.patch 02-gnap-split.patch 03-gnap-namespace.patch 04-gnap-environment.patch I will send them as replies to this email. Things that still need to be done: - Make the portage tarball creation code of gnap_make nicer. Since catalyst supports overlays, this is probably the way to go: Use the unmodified potage snapshot and merge all given overlays into one overlay and give it to catalyst. Maybe catalyst can even handle more than one overlay, but i do not know since i did not have a look at this. - Lots of code is still duplicated in there and could be put to functions. I espcially mean gnap_make and the stage-specific code. - This patchset works on the scripts, mostly n gnap_make and only does minimal changes to the provided config files. Maybe the gnap-devver convigfiles have to be changed accordingly, someone should have a look at the patches and theese files. Thanks, Philipp -- gnap-dev@gentoo.org mailing list