westonpace commented on pull request #30:
URL: https://github.com/apache/arrow-cookbook/pull/30#issuecomment-896407260


   Ah, when in doubt, refer to the source :)
   
   
https://github.com/apache/infrastructure-puppet/blob/e3dbb3c947dd1191b91ccd99e0f690802bff5b4c/modules/gitbox/files/asfgit/asfyaml.py#L591
   
   The regex `re.match(r"(?:incubator-)?([^-.]+)", cfg.repo_name)` strips off 
any leading `incubator-` and then grabs everything up to the first `-`.  So 
`arrow-cookbook` will resolve to `arrow`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to