From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gnap-dev+bounces-134-garchives=archives.gentoo.org@lists.gentoo.org>) id 1KQ0cp-0003v6-Tj for garchives@archives.gentoo.org; Mon, 04 Aug 2008 14:01:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36F51E0320; Mon, 4 Aug 2008 14:01:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 07540E0320 for <gnap-dev@lists.gentoo.org>; Mon, 4 Aug 2008 14:01:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 9428465EDC for <gnap-dev@lists.gentoo.org>; Mon, 4 Aug 2008 14:01:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.599 X-Spam-Level: X-Spam-Status: No, score=-2.599 required=5.5 tests=[BAYES_00=-2.599] 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 XWiG9x2SlDq1 for <gnap-dev@lists.gentoo.org>; Mon, 4 Aug 2008 14:01:20 +0000 (UTC) Received: from yx-out-1920.google.com (yx-out-1920.google.com [74.125.44.149]) by smtp.gentoo.org (Postfix) with ESMTP id 98D5A66CB2 for <gnap-dev@gentoo.org>; Mon, 4 Aug 2008 14:01:16 +0000 (UTC) Received: by yx-out-1920.google.com with SMTP id 35so9867yxn.39 for <gnap-dev@gentoo.org>; Mon, 04 Aug 2008 07:01:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=beta; h=domainkey-signature:mime-version:received:message-id:date:subject :from:to:content-type:content-transfer-encoding; bh=+dCNmn8esAGq+dMO1jIqA/8JsMTTD7WIpoWCN3hcLLA=; b=CkSEOWezrsRLNZ2fi+w49MP+rtMMmd3mjz8PjFmdVs2eO4t1wACBJ5zV6WAXnKLSmS o/fcDS7eo67Orme4/RFA== DomainKey-Signature: a=rsa-sha1; c=nofws; d=google.com; s=beta; h=mime-version:message-id:date:subject:from:to:content-type :content-transfer-encoding; b=MFnf7FWZ8/kxxDSH7HHNAKbs4UyOgxbG8uUkZwn5GF4qoezW7jm/fXSTyAOnjxDyHd HdC6erTKH+x95UczgQLA== Precedence: bulk List-Post: <mailto:gnap-dev@lists.gentoo.org> List-Help: <mailto:gnap-dev+help@lists.gentoo.org> List-Unsubscribe: <mailto:gnap-dev+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gnap-dev+subscribe@lists.gentoo.org> List-Id: Gentoo GNAP development <gnap-dev.gentoo.org> X-BeenThere: gnap-dev@lists.gentoo.org Reply-to: gnap-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.215.13.11 with SMTP id q11mr1314237qai.14.1217858474772; Mon, 04 Aug 2008 07:01:14 -0700 (PDT) Message-ID: <0015175d6720c6896e0453a2c5f7@google.com> Date: Mon, 04 Aug 2008 07:01:14 -0700 Subject: [gnap-dev] [gnap-dev commit] r133 - wiki From: codesite-noreply@google.com To: gnap-dev@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1; Format=Flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 4521bac8-bc8d-4a76-887a-34b06d39d1e1 X-Archives-Hash: 6ccc192da9650f9bd74585606283a840 Author: jalbertosl Date: Thu Jul 24 08:31:51 2008 New Revision: 133 Added: wiki/GeneralRoadmap.wiki Log: Created wiki page through web user interface. Added: wiki/GeneralRoadmap.wiki ============================================================================== --- (empty file) +++ wiki/GeneralRoadmap.wiki Thu Jul 24 08:31:51 2008 @@ -0,0 +1,23 @@ +#labels roadmap,Phase-Design +#General roadmap and info. + += Roadmap = + + 1. Repos structure + * code (related gnap code) + * scripts (realted scripts) + * snapshots (minimal portage tree, stages and so on) + * portage-min + * portage-gnap (specific gnap ebuilds) + * portage-extra (some extra ebuilds) + * portage-sources (sources of ebuilds in portage-`*`) + * [min,gnap,extra] (subdirs) + * seedstage-uclibc (stages to use in gnap creation) + * seedstage-glibc + * gnap-core (ready to use gnap) + * (subdirs) + + 2. Code upgrade & cleanup + We need to merge all the code created in last GSoC in the new repos + + 3. Update portage-min \ No newline at end of file