From owner-freebsd-current@FreeBSD.ORG Sun May 5 12:26:37 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7FA60DF9 for ; Sun, 5 May 2013 12:26:37 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 1DCAEC11 for ; Sun, 5 May 2013 12:26:36 +0000 (UTC) Received: from localhost (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by acme.spoerlein.net (8.14.7/8.14.6) with ESMTP id r45CQaBX024563 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 5 May 2013 14:26:36 +0200 (CEST) (envelope-from uqs@FreeBSD.org) Date: Sun, 5 May 2013 14:26:36 +0200 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: John Smith Subject: Re: clang static analyzer page: scripts Message-ID: <20130505122635.GH2055@acme.spoerlein.net> Mail-Followup-To: John Smith , freebsd-current@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 May 2013 12:26:37 -0000 On Sun, 2013-05-05 at 12:29:55 +0200, John Smith wrote: > Hi, > > > Im looking at the clang static analyzer page over at > http://scan.freebsd.your.org/. Im thinking about setting up something > similar to that for another project. Would it be possible to get a > copy of the (buildbot ?) scripts that performs the scan-build's and > generates the pages ? Committed to svn://svn.freebsd.org/base/user/uqs/scan-world as of r250268. I'm not sure they are a good basis for said project, however, seeing that they work hard to get individual sub-dirs builds, etc. If you can lump everything into one run, then it's as simple as 'scan-build make' and you get your HTML output. hth Uli