From owner-freebsd-ports-bugs@freebsd.org Sun Jan 31 20:49:56 2016 Return-Path: Delivered-To: freebsd-ports-bugs@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 98C17A74DBC for ; Sun, 31 Jan 2016 20:49:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 70DB6194F for ; Sun, 31 Jan 2016 20:49:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u0VKnt2E064996 for ; Sun, 31 Jan 2016 20:49:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 206798] sysutils/desktop-installer: Add Lumina desktop support Date: Sun, 31 Jan 2016 20:49:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: portmaster@bsdforge.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jan 2016 20:49:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206798 Chris Hutchinson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |portmaster@bsdforge.com --- Comment #4 from Chris Hutchinson --- (In reply to Jason Bacon from comment #3) > I don't have a working Poudriere installation at the moment, but I run > portlint -A immediately before submitting every PR and I have DEVELOPER= =3Dyes > on every machine I use for development. >=20 > I'm hoping to get Poudriere working shortly and intend to attach a log to > all future PRs. >=20 > I'm stumped on the email issue. I changed it the day 204755 was committe= d, > but it apparently didn't stick. I just tried to change it again. Jason, FWIW there are also a couple of other options available; Having DEVELOPER=3Dyes also allows you to *test* the entire process from anywhere on your system. For example, I do everything in ~/DEV for example, to test changes to sysutils/jailutils mkdir -p ~/DEV/sysutils/jailutils/SVN cd ~/DEV/sysutils/jailutils/SVN $ svn co --depth empty svn://svn.freebsd.org/ports/head 2016-01-31 $ svn up --set-depth empty 2016-01-31/sysutils $ svn up 2016-01-27/sysutils/jailutils EDIT files in 2016-01-27/sysutils/jailutils then perform $ script ~/DEV/sysutils-jailutils-QA $ make -DBATCH check-plist $ make stage-qa $ make check-sanity $ portlint -AC $ uname -a $ exit The only side-affect doing this, is that the ports framework will complain that it won't check category, because it knows it's not working within a complete ports tree. Another option that works quite nicely, and is dead simple to setup, is ports-mgmt/synth It produces QA LOGS very similar to those produced by Poudriere --Chris --=20 You are receiving this mail because: You are the assignee for the bug.=