Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] sync.py: extend the checks in _get_repos() and fail when necessary (bugs 567478, 576272, 601054)
Date: Sun, 19 Feb 2017 20:47:33
Message-Id: CAMiTYSpTXbLrrtzt-ePZaNa-oebh45Q+BFp42Xz=FawC5jkQDw@mail.gmail.com
In Reply to: [gentoo-portage-dev] [PATCH] sync.py: extend the checks in _get_repos() and fail when necessary (bugs 567478, 576272, 601054) by Alexandru Elisei
1 On Mon, Feb 13, 2017 at 2:14 AM, Alexandru Elisei
2 <alexandru.elisei@×××××.com> wrote:
3 > @@ -204,14 +231,7 @@ class SyncRepos(object):
4 > k = "--" + k.replace("_", "-")
5 > self.emerge_config.opts[k] = v
6 >
7 > - selected_repos = [repo for repo in selected_repos if repo.sync_type
8 > is not None]
9
10 The mail client wrapped the line here, which causes git am to fail.