diff options
author | Max Magorsch <max@magorsch.de> | 2019-09-05 15:53:33 +0200 |
---|---|---|
committer | Max Magorsch <max@magorsch.de> | 2019-09-05 15:53:33 +0200 |
commit | 47ad7949aff91fcf30fca942e9741fd90980c278 (patch) | |
tree | 1500044827b83f7b768e589986b3e683c0379713 /config | |
parent | Migrate to ES 7.3 and the repository pattern (diff) | |
download | packages-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>
Diffstat (limited to 'config')
-rw-r--r-- | config/initializers/kkuleomi_config.rb.dist | 2 |
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 |