From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-soc+bounces-2060-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 564E11387FD
	for <garchives@archives.gentoo.org>; Sat,  7 Jun 2014 00:36:00 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EB461E096A;
	Sat,  7 Jun 2014 00:35:58 +0000 (UTC)
Received: from mail-pd0-f176.google.com (mail-pd0-f176.google.com [209.85.192.176])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5EBECE096A
	for <gentoo-soc@lists.gentoo.org>; Sat,  7 Jun 2014 00:35:58 +0000 (UTC)
Received: by mail-pd0-f176.google.com with SMTP id p10so3064654pdj.21
        for <gentoo-soc@lists.gentoo.org>; Fri, 06 Jun 2014 17:35:57 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:date:message-id:subject:from:to:content-type;
        bh=RC0djskgUX8Z1O8zdyC24ZZJkNAgyqTzXG84lweeKlU=;
        b=jw8k/hrpMUuA2VmKnvrIwUqfF0X+D8woCE6a8WQzox9S1bp7JFYOwjQIjXlS16OIUn
         nZeSFgNjPF9Fbr2aqeM3nHvaAFqhz/U/ewvK/B4u55H1NAm5ntUi86JP8cKZMpJhNKZC
         8RQlz7Zifb6us4eaHPwf+NZnyEYOXjBmR76hWy8HKPfxfSb6m/tMOK0wT9ZlQ86aSli4
         HgjTOTvX0nXcugBWXiogjd7cO9q9881tbLgiNoeLItrTtvX7pVpJxh7+sYA0glpuQbkP
         f+8KmNMNfLKIKH2yWnUB1QYE7kSs0cMu4L9oYomPrDO++9Mu9yv/G761dwvyxnuCdfmR
         qRag==
Precedence: bulk
List-Post: <mailto:gentoo-soc@lists.gentoo.org>
List-Help: <mailto:gentoo-soc+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-soc+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-soc+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-soc.gentoo.org>
X-BeenThere: gentoo-soc@lists.gentoo.org
Reply-to: gentoo-soc@lists.gentoo.org
MIME-Version: 1.0
X-Received: by 10.68.163.100 with SMTP id yh4mr6174266pbb.122.1402101356849;
 Fri, 06 Jun 2014 17:35:56 -0700 (PDT)
Received: by 10.70.26.4 with HTTP; Fri, 6 Jun 2014 17:35:56 -0700 (PDT)
Date: Fri, 6 Jun 2014 20:35:56 -0400
Message-ID: <CA+UEbAg7jDX25MQwuaeVqWEpBbvpKswJN0CyYZzXQ9V2y37xvg@mail.gmail.com>
Subject: [gentoo-soc] [Report 3] layman improvements
From: Devan Franchini <oot153@gmail.com>
To: gentoo-soc <gentoo-soc@lists.gentoo.org>
Content-Type: text/plain; charset=UTF-8
X-Archives-Salt: 75fd3d74-d35e-4d2e-af24-533d1cbe9f4b
X-Archives-Hash: f3c1596065cf2ee84b0a4b4e60255777

Hello everyone!

This week, the following has been accomplished:

1.) Preparations for a new release have been made:
     * Code has been refined and cleaned up in preparation
       for this release.
     * Changes to layman's man page and layman.cfg have
       been made to reflect the changes being implemented.
2.) Changes to the repository.dtd have been made:
     * With these changes, the following can be done:
        - IRC channel information can be added to an overlay.
        - overlays can specify a branch that they sync from.
3.) Along with these changes I am in the process of adding
     branch support for git and other overlay types that allow
     it.

Goals for next week:

* Continue refining all code + commits.
* Get the .dtd patch I created applied to the proper repo.
* Finish adding overlay branch support.
* Prepare for a new layman release (may be in the same week).

To anyone interested the source code and my commits can be found on
git.overlays.gentoo.org/gitweb/[1][1] or on github.com[2] on layman's
gsoc2014 branch.

  [1]http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=shortlog;h=refs/heads/gsoc2014
  [1][1] Because my main computer has been down I haven't been able to
           push the commits to this repo.
  [2]https://github.com/twitch153/layman/tree/gsoc2014

Best of luck to everyone on their projects.

With regards,
    Devan Franchini (twitch153)