[E-devel] git-phab update

2018-07-30 Thread Mike Blumenkrantz
Hello, I've updated the git-phab script (https://phab.enlightenment.org/P227) to add the -n/--no-dependencies option for attach. This disables adding dependencies for the patches which are being submitted. Example usage: * Have single patch to submit on top of large stack of already-submitted pa

Re: [E-devel] git-phab update

2018-07-13 Thread Mike Blumenkrantz
Ideally submitting patches should also (with --option) attempt to push to a /dev/ branch. The code I used to validate/verify adding and updating of projects/reviewers/subscribers is pretty hacky and could be cleaned up. Push to staging repo should be disabled using a --option or arcconfig variabl

Re: [E-devel] git-phab update

2018-07-12 Thread Jonathan Aquilina
Hi mike, I have a bit of experience with python just rusty with it. What are you trying to achieve in a non hackish way? Sent from my iPhone > On 13 Jul 2018, at 02:17, Mike Blumenkrantz > wrote: > > Hello, > > I've done more gross hacks to the git-phab script since no real python > develop

[E-devel] git-phab update

2018-07-12 Thread Mike Blumenkrantz
Hello, I've done more gross hacks to the git-phab script since no real python developers have shown up: https://phab.enlightenment.org/P227 This fixes adding project tags (-p option) as well as adding reviewers/subscribers when updating patches. Still hoping someone better at python than me ste