Re: [gentoo-portage-dev] [PATCH] Check for and report read-only filesystems

2014-01-10 Thread Brian Dolbec
On Fri, 2014-01-10 at 22:07 -0500, Chris Reffett wrote: > Hi all, > Attached is a patch to test if Portage is going to write to a > read-only filesystem and print out the list of filesystems that need > to be remounted RW. This leaves ${D} intact rather than having some > files moved before hitting

[gentoo-portage-dev] [PATCH] Check for and report read-only filesystems

2014-01-10 Thread Chris Reffett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, Attached is a patch to test if Portage is going to write to a read-only filesystem and print out the list of filesystems that need to be remounted RW. This leaves ${D} intact rather than having some files moved before hitting the RO filesystem.

Re: [gentoo-portage-dev] Commit Policy

2014-01-10 Thread Alexander Berntsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sounds good. A couple of comments, On 10/01/14 11:35, Brian Dolbec wrote: > General rule is to submit all patches to this list for review and > approval before committing. s/committ/push > 1) run pyflakes on your changes to check for faults, misss

Re: [gentoo-portage-dev] [PATCH] First draft of a portage pylint.

2014-01-10 Thread Alexander Berntsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 10/01/14 10:38, anta...@gentoo.org wrote: > indent-string='\t' What does this do with respect to mixing tabs and spaces for formatting? With PEP-8 this is of course not a problem, since it requires spaces. > max-module-lines=2 I think this is

Re: [gentoo-portage-dev] Commit Policy

2014-01-10 Thread Pavel Kazakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/10/2014 02:35 AM, Brian Dolbec wrote: > > It will take a bit of time for everyone to acclimate themselves into our > new team. So, I was thinking we give it 2 months, then hold an election > for lead in March. Is that alright with everyone? W

Re: [gentoo-portage-dev] Commit Policy

2014-01-10 Thread Matthew Thode
On 01/10/2014 04:35 AM, Brian Dolbec wrote: > First off. Welcome and than you for responding to help with portage. > > With this many people, we should be able to make good progress without > overloading any one person. > > General rule is to submit all patches to this list for review and > appr

[gentoo-portage-dev] Commit Policy

2014-01-10 Thread Brian Dolbec
First off. Welcome and than you for responding to help with portage. With this many people, we should be able to make good progress without overloading any one person. General rule is to submit all patches to this list for review and approval before committing. Remember to do these always: 1)

[gentoo-portage-dev] [PATCH] First draft of a portage pylint.

2014-01-10 Thread antarus
From: Alec Warner --- pylintrc | 31 +++ 1 file changed, 31 insertions(+) create mode 100644 pylintrc diff --git a/pylintrc b/pylintrc new file mode 100644 index 000..cc15ec4 --- /dev/null +++ b/pylintrc @@ -0,0 +1,31 @@ +[MASTER] +profile=no +ignore=.git +persi