diff --git a/en_US.ISO8859-1/articles/committers-guide/article.xml b/en_US.ISO8859-1/articles/committers-guide/article.xml index 27b7171a6a..1d4d0ed66c 100644 --- a/en_US.ISO8859-1/articles/committers-guide/article.xml +++ b/en_US.ISO8859-1/articles/committers-guide/article.xml @@ -4591,34 +4591,13 @@ Relnotes: yes - First, go check http://pointyhat.FreeBSD.org/errorlogs/. - There you will find error logs from the latest package - building runs on all supported platforms for the most - recent branches. + The packages are built weekly. If a port fails, + the maintainer will be emailed from + pkg-fallout@FreeBSD.org. - However, just because the port does not show up - there does not mean it is building correctly. (One of - the dependencies may have failed, for instance.) The - relevant directories are available on - pointyhat under - /a/portbuild/<arch>/<major_version> - so feel free to dig around. Each architecture and - version has the following subdirectories: - - errors error logs from latest <major_version> run on <arch> -logs all logs from latest <major_version> run on <arch> -packages packages from latest <major_version> run on <arch> -bak/errors error logs from last complete <major_version> run on <arch> -bak/logs all logs from last complete <major_version> run on <arch> -bak/packages packages from last complete <major_version> run on <arch> - - Basically, if the port shows up in - packages, or it is in - logs but not in - errors, it built fine. (The - errors directories are what you get - from the web page.) + In addition, poudriere + build logs are available.