[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: creating github pull requests in pkg-perl-tools



[2nd try]

On Sat, 28 May 2016 18:34:55 +0200, Alex Muntada wrote:

> On the other hand, using the debian-perl organization in GitHub
> to fork the upstream repos and create the pull requests feels
> like the right thing to do. But maybe people would like to use
> their own GitHub accounts instead. Anyway, I'd like to use
> debian-perl organitzation for testing at least, so I'd appreciate
> an invitation to join.

I think that using the debian-perl organization in GitHub is an
excellent idea.
I don't know jawnsy's ideas when creating it but this seems a good
use case. Can you two please coordinate regarding its usage?
 

On Sat, 28 May 2016 17:55:36 +0000, Damyan Ivanov wrote:

> I tried the following "one-liner" (after mr up) and got no potential 
> patches for forwarding.
> 
>  grep -i github */META.json \
>     | cut -f1 -d/ | uniq \
>     | while read d; do \
>         if [ -d $d/debian/patches ]; then \
>             find $d/debian/patches -name '*.patch' \
>                 -o -name '*.diff' \
>                 | while read f; do \
>                     grep -L -v '^Forwarded:' "$f"; \
>                 done; \
>         fi; \
>     done

\o/ Yay!
All patches (for upstream distributions using Github) forwarded! :)


Cheers,
gregor

-- 
 .''`.  Homepage https://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Peter Jones: Let's Drink To The King

Attachment: signature.asc
Description: Digital Signature


Reply to: