[Bug 222618] build of stale stress.html page
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Sep 26 09:57:15 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222618
Bug ID: 222618
Summary: build of stale stress.html page
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Documentation
Assignee: freebsd-doc at FreeBSD.org
Reporter: wosch at FreeBSD.org
My doc build failed due a fetch of
http://people.freebsd.org/~pho/stress/log/news.rdf
Looking at the Makefile I see that we build a ./stress.html page from this
personal site, but never use or install it
find . -name Makefile|xargs egrep people.freebsd.org
./en_US.ISO8859-1/htdocs/releases/6.1R/Makefile:FETCHFILE=
http://people.freebsd.org/~pho/stress/log/news.rdf
./en_US.ISO8859-1/htdocs/releases/7.0R/Makefile:FETCHFILE=
http://people.freebsd.org/~pho/stress/log/news.rss
./en_US.ISO8859-1/htdocs/releases/6.0R/Makefile:FETCHFILE=
http://people.freebsd.org/~pho/stress/log/news.rdf
./en_US.ISO8859-1/htdocs/releases/6.3R/Makefile:#FETCHFILE=
http://people.freebsd.org/~pho/stress/log/news.rss
./en_US.ISO8859-1/htdocs/releases/6.2R/Makefile:FETCHFILE=
http://people.freebsd.org/~pho/stress/log/news.rdf
I think we should remove this dead/stale code.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-doc
mailing list