From owner-freebsd-hackers@freebsd.org Wed Oct 7 16:31:34 2015 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E39DB9D04E8 for ; Wed, 7 Oct 2015 16:31:34 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-oi0-x235.google.com (mail-oi0-x235.google.com [IPv6:2607:f8b0:4003:c06::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC70FA58 for ; Wed, 7 Oct 2015 16:31:34 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by oibi136 with SMTP id i136so12311648oib.3 for ; Wed, 07 Oct 2015 09:31:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=lt9fKLl4HTDZzwYNNBd/yt4HLW7wXmuZbSJXgg/5rq4=; b=xMAjgiQsbr1fXW5NzI8DUDjNZWlbaTy1e/RRrC3j6AqdBECohHhhSPoQJjKyXoXH7E 0b2nSl0fGPFuknO9nKhPbcvQ7136TR96r0sQLYuaQ+2Cb4G2o2FoctYhhKd+kLQZUuJ4 lRJlZuBatI5KishYdC7xQKZJ3x8Q+NPM9e+GdFARPHyDTIvFLR4oRUQYrX2b5NhBzz6a rdxnvhbxaeannhfQlZ+VZLc8EjntTaoKzt108WfGT/1V4tinSmOrGMxP0nbmpayyRJBs biC8eBmlubT2mQ8IjXXaYmZKePqDGmxLh2rLNjxgnOdNs6ah5Y5rL4y+VZglGF3bwdlb XKAw== MIME-Version: 1.0 X-Received: by 10.202.228.210 with SMTP id b201mr1281959oih.100.1444235494005; Wed, 07 Oct 2015 09:31:34 -0700 (PDT) Sender: asomers@gmail.com Received: by 10.202.71.6 with HTTP; Wed, 7 Oct 2015 09:31:33 -0700 (PDT) In-Reply-To: <9458198733024153@scdbackup.webframe.org> References: <5D932450-B70A-41B7-B35B-FAA562C7969A@digitaldaemon.com> <9458198733024153@scdbackup.webframe.org> Date: Wed, 7 Oct 2015 10:31:33 -0600 X-Google-Sender-Auth: 22j8keYpzZFB2QiPfUN_lw-jHmE Message-ID: Subject: Re: Which program produces FreeBSD-11.0-CURRENT-amd64-*-disc1.iso ? From: Alan Somers To: Thomas Schmitt Cc: "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2015 16:31:35 -0000 On Wed, Oct 7, 2015 at 10:24 AM, Thomas Schmitt wrote: > Hi, > > thanks for letting me into the FreeBSD Coverity project. > > I had the quick intro tour through the interface (and once again > hate it when the Internet tries to look like a GUI program). > > But how do i narrow the list to usr.sbin/makefs ? > I tried Settings->Filters->File with "usr.sbin/makefs", > "iso9660_rrip.c", and "/usr.sbin/makefs/cd9660/iso9660_rrip.c". > The only effect was that the list of issues became empty. > > > Have a nice day :) > > Thomas > To put it bluntly, Coverity's UI kind of sucks. It took me a long time to figure out how to do what you want. Here are the steps: 1) Find the "View Defects" page. I think you already did. 2) There are three horizontal bars at the top left. Click on them and select "Issues by Snapshot: Outstanding Defects" 3) Click on the gear symbol in the top center, next to the word "Filters". 4) In the ensuing popup, delesect everything except "File". For File, type "*makefs*" I see 34 issues when I do this. -Alan