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 1MRv31-0008Id-Hw for garchives@archives.gentoo.org; Fri, 17 Jul 2009 21:32:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33780E0249; Fri, 17 Jul 2009 21:32:54 +0000 (UTC) Received: from mail-bw0-f227.google.com (mail-bw0-f227.google.com [209.85.218.227]) by pigeon.gentoo.org (Postfix) with ESMTP id BC57BE0249; Fri, 17 Jul 2009 21:32:53 +0000 (UTC) Received: by bwz27 with SMTP id 27so855566bwz.34 for ; Fri, 17 Jul 2009 14:32:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to :content-type:content-transfer-encoding; bh=+tlG3BfzaVSSX2JG6JPCUfJxAKUddJKD/2op8B4ZQDc=; b=FBQIbnESZdcZyf/EaSIHZ1+D5R2FdHluiClzsTy6R+eOw+H6TfCFKJM6tgcve2l2a/ dywwuDyK1dgFPmHRaL/blRpt7jijhNWal/okv6U7MSwYAVDvQSIhQ9OCVoHmAWmG+gUL LUYcKVRstvci3Zaym9SSqSe7w5+IAf3nbfcAI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; b=fov9lrIfGzBSn5dEz6OaYMen1Eg3wYGYzV4757uN6xKl8f3OBHgEVl4t5PKtxglP74 nWEOM6rPp79rXckAIb5DM2Tp+PKTppNP3xQQIlW42P4uIVFqHVYAThyv0vYm5gRi2tle 9SIHp+odaeiYFTxGiUa81hYGF8x5ghWO1cMJc= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Sender: shminoach@gmail.com Received: by 10.204.53.72 with SMTP id l8mr1333962bkg.171.1247866373136; Fri, 17 Jul 2009 14:32:53 -0700 (PDT) In-Reply-To: <36df18050907101146r73af5853ibc8a45bcf70aee5@mail.gmail.com> References: <36df18050906191355nf4d9c18k3e42310860b39b19@mail.gmail.com> <36df18050907031502p2d9800c6j8ba08402e86b1b79@mail.gmail.com> <36df18050907101146r73af5853ibc8a45bcf70aee5@mail.gmail.com> From: Eitan Mosenkis Date: Fri, 17 Jul 2009 17:32:33 -0400 X-Google-Sender-Auth: eaed27ebd04cd0fb Message-ID: <36df18050907171432i79b028a7o3242712ff4c3dcf6@mail.gmail.com> Subject: [gentoo-dev] Re: [GSoC status] Web-based image builder To: Gentoo SoC , Gentoo Dev Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 4b6f23f5-c9ea-44fa-b557-75d92b9319c1 X-Archives-Hash: 27b178fb62eba65866f06fcc6ad678d8 This week was a little less productive than usual. I got the front end to be much more usable, allowing configurations to be modified by the user at will and making it possible to view the settings of a configuration. I also added a validity check on configurations before the build stage, making sure the backend won't waste time trying to build an image with packages that are no longer available, etc. I broke the backend into smaller parts just to keep things better organized and fixed various bugs that had made their way into the backend while I've been focusing on the frontend. I also added the option to set a timezone, choose udev or static-dev, and to choose from preconfigured sets of packages, such as "HTTP Servers" and "Desktop Environments". Lastly, I updated the welcome page to list popular builds, recent completed builds, and recently downloaded builds. To do: -Continue to expand the options available for configuring the build -Extend the API used by frontend modules to also work for options universal to all modules -Add privacy options so users can choose whether to share the builds and configurations they have created In preparation for offering adding/removing init scripts, I'd appreciate if people could execute the following and email it to me, along with what arch they're running: equery belongs /etc/init.d/* Thanks.