Re: [PATCH v4 06/31] python: add commit-per-subsystem.py

2019-10-07 Thread Vladimir Sementsov-Ogievskiy
07.10.2019 19:21, Daniel P. Berrangé wrote: > On Mon, Oct 07, 2019 at 06:16:51PM +0200, Cornelia Huck wrote: >> On Mon, 7 Oct 2019 16:10:02 + >> Vladimir Sementsov-Ogievskiy wrote: >> >>> 07.10.2019 18:55, Cornelia Huck wrote: On Tue, 1 Oct 2019 18:52:54 +0300 Vladimir Sementsov-Ogi

Re: [PATCH v4 06/31] python: add commit-per-subsystem.py

2019-10-07 Thread Daniel P . Berrangé
On Mon, Oct 07, 2019 at 06:16:51PM +0200, Cornelia Huck wrote: > On Mon, 7 Oct 2019 16:10:02 + > Vladimir Sementsov-Ogievskiy wrote: > > > 07.10.2019 18:55, Cornelia Huck wrote: > > > On Tue, 1 Oct 2019 18:52:54 +0300 > > > Vladimir Sementsov-Ogievskiy wrote: > > > >> +def git_add(pattern)

Re: [PATCH v4 06/31] python: add commit-per-subsystem.py

2019-10-07 Thread Cornelia Huck
On Mon, 7 Oct 2019 16:10:02 + Vladimir Sementsov-Ogievskiy wrote: > 07.10.2019 18:55, Cornelia Huck wrote: > > On Tue, 1 Oct 2019 18:52:54 +0300 > > Vladimir Sementsov-Ogievskiy wrote: > >> +def git_add(pattern): > >> +subprocess.run(['git', 'add', pattern]) > >> + > >> + > >> +def git

Re: [PATCH v4 06/31] python: add commit-per-subsystem.py

2019-10-07 Thread Vladimir Sementsov-Ogievskiy
07.10.2019 18:55, Cornelia Huck wrote: > On Tue, 1 Oct 2019 18:52:54 +0300 > Vladimir Sementsov-Ogievskiy wrote: > >> Add script to automatically commit tree-wide changes per-subsystem. >> >> Signed-off-by: Vladimir Sementsov-Ogievskiy >> --- >> >> CC: kw...@redhat.com >> CC: mre...@redhat.com

Re: [PATCH v4 06/31] python: add commit-per-subsystem.py

2019-10-07 Thread Cornelia Huck
On Tue, 1 Oct 2019 18:52:54 +0300 Vladimir Sementsov-Ogievskiy wrote: > Add script to automatically commit tree-wide changes per-subsystem. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > > CC: kw...@redhat.com > CC: mre...@redhat.com > CC: js...@redhat.com > CC: f...@euphon.net > CC: