Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2020 17:32:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 247506] Example "poudriere ports -c" command example in Porter's Handbook section 10.5.6 errors out if -M directory already populated
Message-ID:  <bug-247506-9@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 247506
           Summary: Example "poudriere ports -c" command example in
                    Porter's Handbook section 10.5.6 errors out if -M
                    directory already populated
           Product: Documentation
           Version: Latest
          Hardware: Any
               URL: https://www.freebsd.org/doc/en_US.ISO8859-1/books/port
                    ers-handbook/testing-poudriere.html
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Documentation
          Assignee: doc@FreeBSD.org
          Reporter: pauamma@gundo.com
                CC: bdrewery@FreeBSD.org

Adapting that example to my ports layout (/usr/ports empty and svn co of po=
rts
tree under ~/ports for ease of port maintenance) gives me:

% sudo poudriere ports -c -F f none -M ~/ports -p libudisks
[00:00:00] Error: Directory not empty at /home/pauamma/ports

After staring at the poudriere-ports manpage a bit, I tried:
% sudo poudriere ports -c -m null -M ~/ports -p libudisks
[00:00:00] Imported ports tree "libudisks" from /home/pauamma/ports

The rest of the port testing sequence proceeded without incident, so I assu=
me
that command was OK, so I'd like to use it instead of the erroring command =
for
the handbook, on the grounds that it's really counterintuitive to have a
"directory must only be populated *after* issuing this command" restriction=
 at
this point in the workflow implied by the handbook order. However, since I'm
not a poudriere expert, I'd like one to comment on the proposed language ch=
ange
before I submit a Phabricator review. (Cc'd bdrewery@FreeBSD.org to that
effect, on the grounds that they're the port maintainer and thus presumably
know more about poudriere than I do.)

--=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-247506-9>