summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-06-12 20:56:14 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-06-12 20:56:14 +0000
commit7f50bbb369d5848104ad102349eced149352ca1a (patch)
tree5e986faf0cfb3d647e834f9657d6d496fb6ad2fb
parentstable on ppc64, bug #53408 (Manifest recommit) (diff)
downloadgentoo-2-7f50bbb369d5848104ad102349eced149352ca1a.tar.gz
gentoo-2-7f50bbb369d5848104ad102349eced149352ca1a.tar.bz2
gentoo-2-7f50bbb369d5848104ad102349eced149352ca1a.zip
changing DST back to old one
-rw-r--r--app-admin/gentoo-rsync-mirror/ChangeLog6
-rw-r--r--app-admin/gentoo-rsync-mirror/files/rsync-gentoo-portage.sh2
2 files changed, 6 insertions, 2 deletions
diff --git a/app-admin/gentoo-rsync-mirror/ChangeLog b/app-admin/gentoo-rsync-mirror/ChangeLog
index eac9b1fd487e..2e5cc63b1b24 100644
--- a/app-admin/gentoo-rsync-mirror/ChangeLog
+++ b/app-admin/gentoo-rsync-mirror/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/gentoo-rsync-mirror
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/ChangeLog,v 1.14 2004/06/10 20:58:54 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/ChangeLog,v 1.15 2004/06/12 20:56:14 mholzer Exp $
+
+ 13 Jun 2004; Martin Holzer <mholzer@gentoo.org>
+ files/rsync-gentoo-portage.sh:
+ changing DST back to old one
11 Jun 2004; Martin Holzer <mholzer@gentoo.org>
files/rsync-gentoo-portage.sh:
diff --git a/app-admin/gentoo-rsync-mirror/files/rsync-gentoo-portage.sh b/app-admin/gentoo-rsync-mirror/files/rsync-gentoo-portage.sh
index c26ffa6296ba..b6816db8df9f 100644
--- a/app-admin/gentoo-rsync-mirror/files/rsync-gentoo-portage.sh
+++ b/app-admin/gentoo-rsync-mirror/files/rsync-gentoo-portage.sh
@@ -6,7 +6,7 @@ OPTS="--quiet --recursive --links --perms --times --devices --delete --timeout=3
#SRC="rsync://rsync1.us.gentoo.org/gentoo-portage"
#If you are waiting for access to our master mirror, select one of our mirrors to mirror from:
SRC="rsync://rsync.gentoo.org/gentoo-portage"
-DST="/space/gentoo/rsync/"
+DST="/opt/gentoo-rsync/portage/"
echo "Started update at" `date` >> $0.log 2>&1
logger -t rsync "re-rsyncing the gentoo-portage tree"