[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
patches. New patch is unrelated to previous series; use -n to avoid
attaching it to previous series.

* Have stack of unrelated patches to submit. Use -n to submit all patches
separately without adding dependencies between them.


Regards,
Mike
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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
variable (you'd have to diff vs upstream git-phab to see the staging repo
thing).

On Fri, Jul 13, 2018 at 2:10 AM Jonathan Aquilina 
wrote:

> 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 <
> michael.blumenkra...@gmail.com> wrote:
> >
> > 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 steps in to help out!
> >
> > Regards,
> > Mike
> >
> --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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
> 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 steps in to help out!
> 
> Regards,
> Mike
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[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 steps in to help out!

Regards,
Mike
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel