summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorRob Holland <robh@gentoo.org>2003-07-14 10:07:34 +0000
committerRob Holland <robh@gentoo.org>2003-07-14 10:07:34 +0000
commita163eff228811861c44385f7d960f4d13322c248 (patch)
tree5c924f3a90e07601e212a76160d16ae5cf569704 /admin
parentum, hopefully this works (diff)
downloadgentoo-a163eff228811861c44385f7d960f4d13322c248.tar.gz
gentoo-a163eff228811861c44385f7d960f4d13322c248.tar.bz2
gentoo-a163eff228811861c44385f7d960f4d13322c248.zip
make sure dirs land in the right place
Diffstat (limited to 'admin')
-rw-r--r--admin/www.gentoo.org/scripts/cvs-repo-update.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/admin/www.gentoo.org/scripts/cvs-repo-update.sh b/admin/www.gentoo.org/scripts/cvs-repo-update.sh
index 05d8bf2353..e3256a4a18 100644
--- a/admin/www.gentoo.org/scripts/cvs-repo-update.sh
+++ b/admin/www.gentoo.org/scripts/cvs-repo-update.sh
@@ -18,13 +18,13 @@ mkdir -p ${WORKDIR}/cvsroot
# grab a recent copy of the cvs modules for viewcvs
-rsync ${RSYNC_ARGS} cvs.gentoo.org:/home/cvsroot/gentoo \
---exclude /home/cvsroot/gentoo/admin/ ${WORKDIR}/cvsroot/gentoo
+rsync ${RSYNC_ARGS} cvs.gentoo.org:/home/cvsroot/gentoo/ \
+--exclude /home/cvsroot/gentoo/admin/ ${WORKDIR}/cvsroot/gentoo/
-rsync ${RSYNC_ARGS} cvs.gentoo.org:/home/cvsroot/gentoo-x86 \
-${WORKDIR}/cvsroot/gentoo-x86
+rsync ${RSYNC_ARGS} cvs.gentoo.org:/home/cvsroot/gentoo-x86/ \
+${WORKDIR}/cvsroot/gentoo-x86/
-rsync ${RSYNC_ARGS} cvs.gentoo.org:/home/cvsroot/gentoo-src \
-${WORKDIR}/cvsroot/gentoo-src
+rsync ${RSYNC_ARGS} cvs.gentoo.org:/home/cvsroot/gentoo-src/ \
+${WORKDIR}/cvsroot/gentoo-src/
#done