Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/tinderbox-cluster:master commit in: patches/
Date: Sun, 04 Oct 2015 20:06:58
Message-Id: 1443989194.583dee12c3f1363fa4593c7fc2532673546a74ce.zorry@gentoo
1 commit: 583dee12c3f1363fa4593c7fc2532673546a74ce
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 20:06:34 2015 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 20:06:34 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=583dee12
7
8 fix a typo in the portage.patch
9
10 patches/portage.patch | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/patches/portage.patch b/patches/portage.patch
14 index fa8e6ca..ae45666 100644
15 --- a/patches/portage.patch
16 +++ b/patches/portage.patch
17 @@ -287,8 +287,8 @@
18 self._jobs -= 1
19 self._status_display.running = self._jobs
20 self._schedule()
21 ---- a/pym/repoman/main.py 2015-09-22 02:20:41.000000000 +0200
22 -+++ b/pym/repoman/main.py 2015-10-04 20:21:57.586494104 +0200
23 +--- a/pym/tbc/repoman/main.py 2015-09-22 02:20:41.000000000 +0200
24 ++++ b/pym//tbc/repoman/main.py 2015-10-04 20:21:57.586494104 +0200
25 @@ -45,8 +45,9 @@ bad = create_color_func("BAD")
26 os.umask(0o22)