aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2017-12-06 14:42:27 -0800
committerBrian Dolbec <dolsen@gentoo.org>2017-12-06 14:43:14 -0800
commit381936c7956de1bc5d6e83ba61102f7c0449cca7 (patch)
tree962c0a92262963e2242f65db087c633943c9a427 /config
parentconfig: ovh mirror seems offline, add bytemark as preferred with distfiles.g.... (diff)
downloadreleng-381936c7956de1bc5d6e83ba61102f7c0449cca7.tar.gz
releng-381936c7956de1bc5d6e83ba61102f7c0449cca7.tar.bz2
releng-381936c7956de1bc5d6e83ba61102f7c0449cca7.zip
config/{amd64,x86}-auto.conf: Fix target repo name and path
I missed editing them correctly for the old location and directory name.
Diffstat (limited to 'config')
-rw-r--r--config/amd64-auto.conf4
-rw-r--r--config/x86-auto.conf4
2 files changed, 4 insertions, 4 deletions
diff --git a/config/amd64-auto.conf b/config/amd64-auto.conf
index beb4fe67..c6cadcec 100644
--- a/config/amd64-auto.conf
+++ b/config/amd64-auto.conf
@@ -1,5 +1,5 @@
-repo_basedir="/usr/portage"
-repo_name="gentoo"
+repo_basedir="/usr"
+repo_name="portage"
target_distdir="/usr/portage/distfiles"
target_pkgdir="/usr/portage/packages"
distdir="/release/tmp/distfiles"
diff --git a/config/x86-auto.conf b/config/x86-auto.conf
index 3d668531..c37f15ad 100644
--- a/config/x86-auto.conf
+++ b/config/x86-auto.conf
@@ -1,5 +1,5 @@
-repo_basedir="/usr/portage"
-repo_name="gentoo"
+repo_basedir="/usr"
+repo_name="portage"
target_distdir="/usr/portage/distfiles"
target_pkgdir="/usr/portage/packages"
distdir="/release/tmp/distfiles"