Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2016 20:49:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 206798] sysutils/desktop-installer: Add Lumina desktop support
Message-ID:  <bug-206798-13-bs8s48OKL6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206798-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206798-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206798

Chris Hutchinson <portmaster@bsdforge.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |portmaster@bsdforge.com

--- Comment #4 from Chris Hutchinson <portmaster@bsdforge.com> ---
(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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206798-13-bs8s48OKL6>