You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/10 19:43:16 UTC

[GitHub] [arrow-cookbook] westonpace opened a new pull request #30: Add Apache publishing / hosting

westonpace opened a new pull request #30:
URL: https://github.com/apache/arrow-cookbook/pull/30


   Very similar to #28 but adds the subdir.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] westonpace commented on pull request #30: Add Apache publishing / hosting

Posted by GitBox <gi...@apache.org>.
westonpace commented on pull request #30:
URL: https://github.com/apache/arrow-cookbook/pull/30#issuecomment-899440425


   Well, it doesn't seem that anything broke but the site also isn't hosted.  I'll follow up with Infra tomorrow.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] thisisnic commented on pull request #30: Add Apache publishing / hosting

Posted by GitBox <gi...@apache.org>.
thisisnic commented on pull request #30:
URL: https://github.com/apache/arrow-cookbook/pull/30#issuecomment-896543552


   Wow, nice find! Never would have guessed that from the docs! 😬


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] westonpace commented on pull request #30: Add Apache publishing / hosting

Posted by GitBox <gi...@apache.org>.
westonpace commented on pull request #30:
URL: https://github.com/apache/arrow-cookbook/pull/30#issuecomment-896268866


   Leaving in draft to wait for feedback from ML


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] thisisnic commented on pull request #30: Add Apache publishing / hosting

Posted by GitBox <gi...@apache.org>.
thisisnic commented on pull request #30:
URL: https://github.com/apache/arrow-cookbook/pull/30#issuecomment-896385203


   Just wondering - do you think there anything else we would need to do to make this change publish to arrow.apache.org/cookbook instead of arrow-cookbook.apache.org/cookbook?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] westonpace commented on pull request #30: Add Apache publishing / hosting

Posted by GitBox <gi...@apache.org>.
westonpace commented on pull request #30:
URL: https://github.com/apache/arrow-cookbook/pull/30#issuecomment-896402272


   I don't think so but I agree the docs are vague.  I see your interpretation in #28 ...
   
   > By default, web sites will be published at $project.apache.org where $project is the sub-domain name of your project, as determined by the repository name.
   
   The "as determined by the repository name" and "$project is the sub-domain" certainly makes it seem like it would be arrow-cookbook.
   
   However, `arrow-site` publishes to `arrow` so that is confusing.  I could believe that maybe the repo name is used to lookup the project name and the project name is used for publishing.
   
   I could also believe that `arrow-site` has some legacy configuration settings from pre-`.asf.yaml` days and your interpretation is indeed correct.
   
   So my hope is to start with this PR, see what happens, and if it is wrong, iterate from there.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] westonpace commented on pull request #30: Add Apache publishing / hosting

Posted by GitBox <gi...@apache.org>.
westonpace commented on pull request #30:
URL: https://github.com/apache/arrow-cookbook/pull/30#issuecomment-898208358


   No activity on the ML.  I'm going to try enabling this over the weekend so hopefully the impact is minimal if anything breaks.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] westonpace merged pull request #30: Add Apache publishing / hosting

Posted by GitBox <gi...@apache.org>.
westonpace merged pull request #30:
URL: https://github.com/apache/arrow-cookbook/pull/30


   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] westonpace commented on pull request #30: Add Apache publishing / hosting

Posted by GitBox <gi...@apache.org>.
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org