Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2017 20:43:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 216579] [patch] devel/py-boto: Enable concurrent installs
Message-ID:  <bug-216579-21822-zIzCSK4mdw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216579-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216579-21822@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=3D216579

--- Comment #2 from John W. O'Brien <john@saltant.com> ---
(In reply to Ruslan Makhmatkhanov from comment #1)

Should have said "scripts" because there are lots.

Without concurrent the plist for py27-boto (the default) includes, e.g.,

    /usr/local/bin/asadmin
    /usr/local/bin/bundle_image
    /usr/local/bin/cfadmin
    ...

With concurrent it changes to

    /usr/local/bin/asadmin
    /usr/local/bin/asadmin-2.7
    /usr/local/bin/bundle_image
    /usr/local/bin/bundle_image-2.7
    /usr/local/bin/cfadmin
    /usr/local/bin/cfadmin-2.7
    ...

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216579-21822-zIzCSK4mdw>