aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <max@magorsch.de>2019-09-05 15:53:33 +0200
committerMax Magorsch <max@magorsch.de>2019-09-05 15:53:33 +0200
commit47ad7949aff91fcf30fca942e9741fd90980c278 (patch)
tree1500044827b83f7b768e589986b3e683c0379713
parentMigrate to ES 7.3 and the repository pattern (diff)
downloadpackages-5-47ad7949aff91fcf30fca942e9741fd90980c278.tar.gz
packages-5-47ad7949aff91fcf30fca942e9741fd90980c278.tar.bz2
packages-5-47ad7949aff91fcf30fca942e9741fd90980c278.zip
Update the runtime directory to /mnt/packages-tree
So far /var/db/repos/gentoo has been used as PORT_DIR and as RUNTIME_PORTDIR. RUNTIME_PORTDIR will now by default point to /mnt/packages-tree/gentoo to match what is specified in the Dockerfile. Signed-off-by: Max Magorsch <max@magorsch.de>
-rw-r--r--config/initializers/kkuleomi_config.rb.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/initializers/kkuleomi_config.rb.dist b/config/initializers/kkuleomi_config.rb.dist
index dc0e79d..7f7fe3b 100644
--- a/config/initializers/kkuleomi_config.rb.dist
+++ b/config/initializers/kkuleomi_config.rb.dist
@@ -2,7 +2,7 @@
KKULEOMI_PORTDIR='/var/db/repos/gentoo'
# The location of the repository used for gathering runtime information
-KKULEOMI_RUNTIME_PORTDIR='/var/db/repos/gentoo'
+KKULEOMI_RUNTIME_PORTDIR='/mnt/packages-tree/gentoo/'
# The first actual git commit
# Set this to the second commit in the repo to avoid long changelog generation times