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 3ACB413888F for ; Sun, 4 Oct 2015 20:06:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B14B9E07DB; Sun, 4 Oct 2015 20:06:57 +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 697C7E07DB for ; Sun, 4 Oct 2015 20:06:57 +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 69C44340A2B for ; Sun, 4 Oct 2015 20:06:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E08D540 for ; Sun, 4 Oct 2015 20:06:51 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1443989194.583dee12c3f1363fa4593c7fc2532673546a74ce.zorry@gentoo> Subject: [gentoo-commits] proj/tinderbox-cluster:master commit in: patches/ X-VCS-Repository: proj/tinderbox-cluster X-VCS-Files: patches/portage.patch X-VCS-Directories: patches/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 583dee12c3f1363fa4593c7fc2532673546a74ce X-VCS-Branch: master Date: Sun, 4 Oct 2015 20:06:51 +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: 85e2bb60-52a5-4c9e-9ecb-597aa2303234 X-Archives-Hash: f9a173539941d8fce0fa6f744b3c2a37 commit: 583dee12c3f1363fa4593c7fc2532673546a74ce Author: Magnus Granberg gentoo org> AuthorDate: Sun Oct 4 20:06:34 2015 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Sun Oct 4 20:06:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=583dee12 fix a typo in the portage.patch patches/portage.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/portage.patch b/patches/portage.patch index fa8e6ca..ae45666 100644 --- a/patches/portage.patch +++ b/patches/portage.patch @@ -287,8 +287,8 @@ self._jobs -= 1 self._status_display.running = self._jobs self._schedule() ---- a/pym/repoman/main.py 2015-09-22 02:20:41.000000000 +0200 -+++ b/pym/repoman/main.py 2015-10-04 20:21:57.586494104 +0200 +--- a/pym/tbc/repoman/main.py 2015-09-22 02:20:41.000000000 +0200 ++++ b/pym//tbc/repoman/main.py 2015-10-04 20:21:57.586494104 +0200 @@ -45,8 +45,9 @@ bad = create_color_func("BAD") os.umask(0o22)