On Mon, 1 Apr 2024 at 15:08, sebb <seb...@gmail.com> wrote: > > On Mon, 1 Apr 2024 at 13:39, Rich Bowen <rbo...@rcbowen.com> wrote: > > > > I’ve fixed the doc on www-site with > > https://github.com/apache/www-site/pull/358 > > > > But ... > > > > > > > On Apr 1, 2024, at 8:10 AM, Rich Bowen <rbo...@rcbowen.com> wrote: > > > > > > https://events.apache.org/README is almost completely wrong. > > > > > > https://github.com/apache/comdev-events-site contains old information > > > which kind of works, but isn’t actively maintained, so will surely break > > > at some point. > > > > > > Ok, now I’ve confused myself. The above two things (ie, specifically, > > README and README.md) should be the same resource, but they’re not, and I’m > > not sure why. > > > > What am I missing? > > README may be a hangover from a old build, which for some reason was > not removed. Note: curl -I suggests the name is README.txt > It will require Infra involvement to remove the README file, as that > is done by pubsub from the asf-site branch (which does not have such a > file) > > However you could try creating a temporary README.txt file in the main > branch under static/, and when the README appears on the website, try > deleting it from static. > That might trigger deletion from the deployed site. If not, the > ghostbusters will need to be called to get rid of the phantom file.
Looks like the temporary creation of the README.txt file has worked: $ curl https://events.apache.org/README <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL was not found on this server.</p> </body></html> (you may need to refresh the browser cache to see this) > If you are referring to README.md at > https://github.com/apache/comdev-events-site, that is not part of the > site build. > It is intended to describe how the repo is used to build the site. > > > Sebb --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@community.apache.org For additional commands, e-mail: dev-h...@community.apache.org