From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2B29913877A for ; Mon, 16 Jun 2014 03:37:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EDB3E0BA9; Mon, 16 Jun 2014 03:37:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D587E0B9A for ; Mon, 16 Jun 2014 03:37:32 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14FC433FFC4 for ; Mon, 16 Jun 2014 03:37:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id B09A2187EC for ; Mon, 16 Jun 2014 03:37:29 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1402792601.b5e16c46fd286a3df26923366dd2c4b0a4acaa9f.dol-sen@gentoo> Subject: [gentoo-commits] proj/layman:gsoc2014 commit in: layman/overlays/ X-VCS-Repository: proj/layman X-VCS-Files: layman/overlays/cvs.py layman/overlays/tar.py X-VCS-Directories: layman/overlays/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: b5e16c46fd286a3df26923366dd2c4b0a4acaa9f X-VCS-Branch: gsoc2014 Date: Mon, 16 Jun 2014 03:37:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5681e75f-b691-41bd-bd03-eca72ac2edd8 X-Archives-Hash: 9e5f6a9b04337e2d7daf986622a312be commit: b5e16c46fd286a3df26923366dd2c4b0a4acaa9f Author: Devan Franchini gentoo org> AuthorDate: Wed Jun 11 18:43:08 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sun Jun 15 00:36:41 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=b5e16c46 {cvs, tar}.py: Fixes assignment for self.branch Fixes commit: fix undefined 'subpath', update tests SHA:0fde69e7ef993c3e5cca925cef35c8c895cfd834 Author: dol-sen gmail.com> Date: Sat 23 Jul 2011 02:44:26 AM EDT Fixes commit: removal of xml from the vcs class parameters. SHA: ba5f0cd5c948bb7a65ab21008c940caf0fbe38e7 Author: Brian Dolbec gmail.com> Date: Thu 24 Feb 2011 01:49:58 AM EST --- layman/overlays/cvs.py | 2 +- layman/overlays/tar.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layman/overlays/cvs.py b/layman/overlays/cvs.py index a8c6abb..70638e3 100644 --- a/layman/overlays/cvs.py +++ b/layman/overlays/cvs.py @@ -47,7 +47,7 @@ class CvsOverlay(OverlaySource): def __init__(self, parent, config, _location, ignore = 0): super(CvsOverlay, self).__init__(parent, config, _location, ignore) - self.branch = None + self.branch = self.parent.branch def add(self, base): diff --git a/layman/overlays/tar.py b/layman/overlays/tar.py index 884d527..acbeece 100644 --- a/layman/overlays/tar.py +++ b/layman/overlays/tar.py @@ -93,7 +93,7 @@ class TarOverlay(OverlaySource): self.output = config['output'] self.proxies = config.proxies - self.branch = None + self.branch = self.parent.branch def _extract(self, base, tar_url, dest_dir): From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C6B1113877A for ; Mon, 16 Jun 2014 03:40:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2A41E0B67; Mon, 16 Jun 2014 03:40:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA81EE0B47 for ; Mon, 16 Jun 2014 03:40:22 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD6DB33FCB7 for ; Mon, 16 Jun 2014 03:40:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 8AEE3187EC for ; Mon, 16 Jun 2014 03:40:19 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1402792601.b5e16c46fd286a3df26923366dd2c4b0a4acaa9f.dol-sen@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: layman/overlays/ X-VCS-Repository: proj/layman X-VCS-Files: layman/overlays/cvs.py layman/overlays/tar.py X-VCS-Directories: layman/overlays/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: b5e16c46fd286a3df26923366dd2c4b0a4acaa9f X-VCS-Branch: master Date: Mon, 16 Jun 2014 03:40:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 44f1dbfd-206f-4cd0-9fd7-f6f638a9ef9e X-Archives-Hash: ef62356a70ab16ad32280e137f4ea164 Message-ID: <20140616034019.E8_p8YaZbJqOVupcX4VAxr66RdIID6H-NFah_uO4_mM@z> commit: b5e16c46fd286a3df26923366dd2c4b0a4acaa9f Author: Devan Franchini gentoo org> AuthorDate: Wed Jun 11 18:43:08 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sun Jun 15 00:36:41 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=b5e16c46 {cvs, tar}.py: Fixes assignment for self.branch Fixes commit: fix undefined 'subpath', update tests SHA:0fde69e7ef993c3e5cca925cef35c8c895cfd834 Author: dol-sen gmail.com> Date: Sat 23 Jul 2011 02:44:26 AM EDT Fixes commit: removal of xml from the vcs class parameters. SHA: ba5f0cd5c948bb7a65ab21008c940caf0fbe38e7 Author: Brian Dolbec gmail.com> Date: Thu 24 Feb 2011 01:49:58 AM EST --- layman/overlays/cvs.py | 2 +- layman/overlays/tar.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layman/overlays/cvs.py b/layman/overlays/cvs.py index a8c6abb..70638e3 100644 --- a/layman/overlays/cvs.py +++ b/layman/overlays/cvs.py @@ -47,7 +47,7 @@ class CvsOverlay(OverlaySource): def __init__(self, parent, config, _location, ignore = 0): super(CvsOverlay, self).__init__(parent, config, _location, ignore) - self.branch = None + self.branch = self.parent.branch def add(self, base): diff --git a/layman/overlays/tar.py b/layman/overlays/tar.py index 884d527..acbeece 100644 --- a/layman/overlays/tar.py +++ b/layman/overlays/tar.py @@ -93,7 +93,7 @@ class TarOverlay(OverlaySource): self.output = config['output'] self.proxies = config.proxies - self.branch = None + self.branch = self.parent.branch def _extract(self, base, tar_url, dest_dir):