From owner-svn-doc-all@FreeBSD.ORG Sun Apr 26 17:05:43 2015 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDDFA78D; Sun, 26 Apr 2015 17:05:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1CF41B34; Sun, 26 Apr 2015 17:05:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QH5hs2041850; Sun, 26 Apr 2015 17:05:43 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QH5hU5041848; Sun, 26 Apr 2015 17:05:43 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201504261705.t3QH5hU5041848@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Sun, 26 Apr 2015 17:05:43 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46607 - head/en_US.ISO8859-1/articles/committers-guide X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 17:05:44 -0000 Author: eadler Date: Sun Apr 26 17:05:42 2015 New Revision: 46607 URL: https://svnweb.freebsd.org/changeset/doc/46607 Log: committer guide: point people to beefy instead of pointyhay - these new logs actually exist Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/committers-guide/article.xml Sun Apr 26 16:54:39 2015 (r46606) +++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Sun Apr 26 17:05:42 2015 (r46607) @@ -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. - - 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.) + The packages are built weekly. If a port fails, + the maintainer will be emailed from + pkg-fallout@FreeBSD.org. + + In addition, poudriere + build logs are available.