Re: New feature suggestion: print-gh-tuple: Print GH_TUPLE corresponding to submodules of a GitHub repository ${GH_ACCOUNT}/${GH_PROJECT}

2020-04-17 Thread Mateusz Piotrowski

On 4/16/20 6:56 PM, Yuri wrote:

I am suggesting a new feature: make print-gh-tuple


https://reviews.freebsd.org/D24231


It works when USE_GITHUB=yes is set.

When a GitHub repository has git submodules, that themselves can also 
have embedded submodules, it can traverse all of them and output the 
value of GH_TUPLE that would include all of them.


Great idea! I've done something similar for x11/ly. It's great to 
possibly have something more general and available through out the whole 
ports tree.


I'll try to take a look at the patch soon.

Cheers,

Mateusz

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: New feature suggestion: print-gh-tuple: Print GH_TUPLE corresponding to submodules of a GitHub repository ${GH_ACCOUNT}/${GH_PROJECT}

2020-04-17 Thread Yuri

On 2020-04-17 00:37, Mateusz Piotrowski wrote:
Great idea! I've done something similar for x11/ly. It's great to 
possibly have something more general and available through out the 
whole ports tree.


Thanks!


This particular project (ly) is a bad example because it uses some 
GitHub extension, git itself doesn't find submodules there: 'git 
submodule status' fails on it, and 'git clone --recurse-submodules' 
doesn't clone submodules.



Yuri


___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"