From: W. Trevor King Date: Tue, 7 Jun 2011 18:55:50 +0000 (-0400) Subject: Add notes on running g-pypi as a regular user to README. X-Git-Url: http://git.tremily.us/?p=g-pypi.git;a=commitdiff_plain;h=cf1faa23f35ff27283ce9dad6675ca58b709e76c Add notes on running g-pypi as a regular user to README. --- diff --git a/README b/README index 2aecafe..8e1e92d 100644 --- a/README +++ b/README @@ -107,6 +107,18 @@ Dependencies * yolk +Permisions +========== + +To run ``g-pypi`` without portage permissions, you can try something like + + DISTDIR=/tmp PORTAGE_TMPDIR=/tmp g-pypi -Y ~/my/overlay + +Which will do all the requisite mucking about in the :file:`/tmp` +directory, which your average user can write to. Note that you *will* +need to be part of the ``portage`` group. I'm not sure how to work +around that yet. + Subversion ==========