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 5050D138CCF for ; Sun, 24 May 2015 00:08:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CEC8E0907; Sun, 24 May 2015 00:08: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 87312E0905 for ; Sun, 24 May 2015 00:08:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8956C3409B7 for ; Sun, 24 May 2015 00:08:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D5DD9EE for ; Sun, 24 May 2015 00:08:30 +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: <1424991472.124c29ecc7aeb0311fc8e6149196476b580ae735.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/base/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/base/clearbase.py X-VCS-Directories: catalyst/base/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 124c29ecc7aeb0311fc8e6149196476b580ae735 X-VCS-Branch: master Date: Sun, 24 May 2015 00:08:30 +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: 7a96fff2-e5e1-4c20-9e74-c0109757a43a X-Archives-Hash: 102b9421e4ff691f72926347c88412b9 commit: 124c29ecc7aeb0311fc8e6149196476b580ae735 Author: Brian Dolbec gentoo org> AuthorDate: Sat Mar 1 16:58:24 2014 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Feb 26 22:57:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=124c29ec catalyst/base/clearbase.py: Fix remove parameter mistakes. fixes commit: 02b3cb7a8d5c9d8d21105feda6868080416721c1 Add remove_chroot and remove_autoresume functions. Brian Dolbec gentoo.org> (Tue 31 Dec 2013 01:04:29 AM PST) catalyst/base/clearbase.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalyst/base/clearbase.py b/catalyst/base/clearbase.py index a9f1d22..b2c1a11 100644 --- a/catalyst/base/clearbase.py +++ b/catalyst/base/clearbase.py @@ -55,10 +55,10 @@ class ClearBase(object): if any(k in self.settings["options"] for k in ("purge", "purgeonly", "purgetmponly")): print "purge(); clearing autoresume ..." - self.clear_autoresume(remove) + self.clear_autoresume() print "purge(); clearing chroot ..." - self.clear_chroot(remove) + self.clear_chroot() if "purgetmponly" not in self.settings["options"]: print "purge(); clearing package cache ..." 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 854FD138CD0 for ; Thu, 21 May 2015 23:53:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DF76E08E2; Thu, 21 May 2015 23:53: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 96516E08C8 for ; Thu, 21 May 2015 23:53:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7FD7340F2C for ; Thu, 21 May 2015 23:53:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E31589E7 for ; Thu, 21 May 2015 23:53: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: <1424991472.124c29ecc7aeb0311fc8e6149196476b580ae735.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:pending commit in: catalyst/base/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/base/clearbase.py X-VCS-Directories: catalyst/base/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 124c29ecc7aeb0311fc8e6149196476b580ae735 X-VCS-Branch: pending Date: Thu, 21 May 2015 23:53: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: 2104569f-75f3-4b97-9272-1df0747a4487 X-Archives-Hash: 2fe9653a9494a5a8e72d284dbc3f9155 Message-ID: <20150521235329.KrP2r6RymT5IAScK7BUiND1gKc2HuP4NAlSDoAI8ipA@z> commit: 124c29ecc7aeb0311fc8e6149196476b580ae735 Author: Brian Dolbec gentoo org> AuthorDate: Sat Mar 1 16:58:24 2014 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Feb 26 22:57:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=124c29ec catalyst/base/clearbase.py: Fix remove parameter mistakes. fixes commit: 02b3cb7a8d5c9d8d21105feda6868080416721c1 Add remove_chroot and remove_autoresume functions. Brian Dolbec gentoo.org> (Tue 31 Dec 2013 01:04:29 AM PST) catalyst/base/clearbase.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalyst/base/clearbase.py b/catalyst/base/clearbase.py index a9f1d22..b2c1a11 100644 --- a/catalyst/base/clearbase.py +++ b/catalyst/base/clearbase.py @@ -55,10 +55,10 @@ class ClearBase(object): if any(k in self.settings["options"] for k in ("purge", "purgeonly", "purgetmponly")): print "purge(); clearing autoresume ..." - self.clear_autoresume(remove) + self.clear_autoresume() print "purge(); clearing chroot ..." - self.clear_chroot(remove) + self.clear_chroot() if "purgetmponly" not in self.settings["options"]: print "purge(); clearing package cache ..."