aboutsummaryrefslogtreecommitdiffstats
path: root/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2018-08-05 17:07:35 -0700
committerZac Medico <zmedico@gentoo.org>2019-04-18 10:52:54 -0700
commita859556ffaa4b3f55123215a269228f2ef89ee21 (patch)
treec5f6a807cc60d482a498d3c5ba7722dc07f64488 /repoman
parentChange /usr/portage council approved locations (bug 378603) (diff)
downloadgentoo-portage-a859556ffaa4b3f55123215a269228f2ef89ee21.tar.xz
gentoo-portage-a859556ffaa4b3f55123215a269228f2ef89ee21.zip
Update /usr/portage references (bug 378603)
Update all relevant references in docs, messages, and comments to refer to /var/db/repos/gentoo instead of /usr/portage. Also update DISTDIR and PKGDIR references to refer to the new /var/cache/{distfiles,binpkgs} locations. Bug: https://bugs.gentoo.org/378603 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'repoman')
-rw-r--r--repoman/lib/repoman/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/repoman/lib/repoman/__init__.py b/repoman/lib/repoman/__init__.py
index 301b34309dc..4f3e59e5020 100644
--- a/repoman/lib/repoman/__init__.py
+++ b/repoman/lib/repoman/__init__.py
@@ -13,8 +13,8 @@ except ImportError as e:
sys.stderr.write("\n\n")
sys.stderr.write("!!! Failed to complete portage imports. There are internal modules for\n")
sys.stderr.write("!!! portage and failure here indicates that you have a problem with your\n")
- sys.stderr.write("!!! installation of portage. Please try a rescue portage located in the\n")
- sys.stderr.write("!!! ebuild repository under '/usr/portage/sys-apps/portage/files/' (default).\n")
+ sys.stderr.write("!!! installation of portage. Please try a rescue portage located in the ebuild\n")
+ sys.stderr.write("!!! repository under '/var/db/repos/gentoo/sys-apps/portage/files/' (default).\n")
sys.stderr.write("!!! There is a README.RESCUE file that details the steps required to perform\n")
sys.stderr.write("!!! a recovery of portage.\n")
sys.stderr.write(" "+str(e)+"\n\n")