aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMax Magorsch <max@magorsch.de>2019-08-31 17:34:30 +0200
committerMax Magorsch <max@magorsch.de>2019-08-31 17:34:30 +0200
commitfd485310b909a0ad150bbfd223515266d4c2e805 (patch)
treec5d0a45ff759dd4a0076fcdb2f2bd05c88135b79 /config
parentFix eager loading in production (diff)
downloadpackages-5-fd485310b909a0ad150bbfd223515266d4c2e805.tar.gz
packages-5-fd485310b909a0ad150bbfd223515266d4c2e805.tar.bz2
packages-5-fd485310b909a0ad150bbfd223515266d4c2e805.zip
Migrate gentoo portage location to default /var/db/repos/gentoo
The default portage location has changed: https://wiki.gentoo.org/wiki//usr/portage and so has the location in the portage container: https://github.com/gentoo/gentoo-docker-images/commit/7c0dfcc Signed-off-by: Max Magorsch <max@magorsch.de>
Diffstat (limited to 'config')
-rw-r--r--config/initializers/kkuleomi_config.rb.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/initializers/kkuleomi_config.rb.dist b/config/initializers/kkuleomi_config.rb.dist
index d288581..dc0e79d 100644
--- a/config/initializers/kkuleomi_config.rb.dist
+++ b/config/initializers/kkuleomi_config.rb.dist
@@ -1,8 +1,8 @@
# The location of the repository used for the indexer
-KKULEOMI_PORTDIR='/usr/portage'
+KKULEOMI_PORTDIR='/var/db/repos/gentoo'
# The location of the repository used for gathering runtime information
-KKULEOMI_RUNTIME_PORTDIR='/usr/portage'
+KKULEOMI_RUNTIME_PORTDIR='/var/db/repos/gentoo'
# The first actual git commit
# Set this to the second commit in the repo to avoid long changelog generation times