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 ACB731384C3 for ; Sun, 6 Sep 2015 21:18:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBA8C1419B; Sun, 6 Sep 2015 21:18:31 +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 2FDD51419B for ; Sun, 6 Sep 2015 21:18:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18C4B340B03 for ; Sun, 6 Sep 2015 21:18:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A728E18A for ; Sun, 6 Sep 2015 21:18:28 +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: <1441574280.16f6184fc18508fc4604d4ddc85624701bb15176.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:pending commit in: catalyst/base/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/base/stagebase.py X-VCS-Directories: catalyst/base/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 16f6184fc18508fc4604d4ddc85624701bb15176 X-VCS-Branch: pending Date: Sun, 6 Sep 2015 21:18:28 +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: 0b2e2efc-453a-4d5f-a8be-1793cfadd1db X-Archives-Hash: 1ca9fc0eb3a9f8ae1e515cfba617fe82 commit: 16f6184fc18508fc4604d4ddc85624701bb15176 Author: Brian Dolbec gentoo org> AuthorDate: Mon Jun 15 16:31:33 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sun Sep 6 21:18:00 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=16f6184f catalyst/base/stagebase.py: Fix "Creating stage tarball..." print() catalyst/base/stagebase.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index 655ea06..ea37591 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -1307,7 +1307,8 @@ class StageBase(TargetBase, ClearBase, GenBase): target_filename = ".".join([self.settings["target_path"].rstrip('/'), self.compressor.extension(pack_info['mode'])]) - print "Creating stage tarball..." + print("Creating stage tarball... mode:", + self.settings["compression_mode"]) if self.compressor.compress(pack_info): self.gen_contents_file(target_filename) 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 B1D7B1384C3 for ; Sun, 6 Sep 2015 21:21:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F64E141A2; Sun, 6 Sep 2015 21:21: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 EA0281419B for ; Sun, 6 Sep 2015 21:21:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10560340A1E for ; Sun, 6 Sep 2015 21:21:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEEAD189 for ; Sun, 6 Sep 2015 21:21:31 +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: <1441574280.16f6184fc18508fc4604d4ddc85624701bb15176.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/base/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/base/stagebase.py X-VCS-Directories: catalyst/base/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 16f6184fc18508fc4604d4ddc85624701bb15176 X-VCS-Branch: master Date: Sun, 6 Sep 2015 21:21:31 +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: 8b30472d-c859-4ff9-a8ba-663f4b0a418b X-Archives-Hash: 6c1d5b36a3ee4bf4287109cd78643791 Message-ID: <20150906212131.vK5EovvlTkWowq8oimH4ZbTMuwNHZSOJVouqeEzbXGk@z> commit: 16f6184fc18508fc4604d4ddc85624701bb15176 Author: Brian Dolbec gentoo org> AuthorDate: Mon Jun 15 16:31:33 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sun Sep 6 21:18:00 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=16f6184f catalyst/base/stagebase.py: Fix "Creating stage tarball..." print() catalyst/base/stagebase.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index 655ea06..ea37591 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -1307,7 +1307,8 @@ class StageBase(TargetBase, ClearBase, GenBase): target_filename = ".".join([self.settings["target_path"].rstrip('/'), self.compressor.extension(pack_info['mode'])]) - print "Creating stage tarball..." + print("Creating stage tarball... mode:", + self.settings["compression_mode"]) if self.compressor.compress(pack_info): self.gen_contents_file(target_filename)