aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrsync-gen.sh2
-rw-r--r--rsync-gen.vars2
2 files changed, 2 insertions, 2 deletions
diff --git a/rsync-gen.sh b/rsync-gen.sh
index e55b2c1..2812861 100755
--- a/rsync-gen.sh
+++ b/rsync-gen.sh
@@ -179,7 +179,7 @@ sed -i \
HOURS=$(date +%H)
# for egencache, set user/group or make sure the user is in the portage group
-GIT_DIR=${EXPORTS}/gentoo-x86/.git/ \
+GIT_DIR=${EXPORTS}/gentoo-x86.git/ \
egencache --update --rsync $PARALLEL_PARAMS \
--tolerant --cache-dir=${BASE}/tmp/ \
--repositories-configuration="
diff --git a/rsync-gen.vars b/rsync-gen.vars
index 69d4d2c..5d202e9 100644
--- a/rsync-gen.vars
+++ b/rsync-gen.vars
@@ -4,7 +4,7 @@
BASE="/var/tmp/gmirror-rsync"
[[ $HOSTNAME == kookaburra ]] && BASE="/var/tmp/gmirror"
-EXPORTS="${BASE}/exports"
+EXPORTS="/var/tmp/mastermirror-staging/"
STAGEDIR_repo_gentoo="${BASE}/gentoo-x86-stage" # Legacy path
STAGEDIR_changelogs="${BASE}/stage/repo-gentoo-changelogs"
CACHEDIR="${BASE}/cache"