Gentoo Archives: gentoo-dev

From: Timothy Robinson <tdrobinson@××××.org>
To: gentoo-dev@g.o
Subject: [gentoo-dev] emerge rsync proposal
Date: Sat, 07 Dec 2002 18:39:49
Message-Id: 3DF2403F.6020807@huli.org
1 I would like to propose a change to the rsync command in the emerge script.
2 I have /usr/portage/distfiles as a symlink to another filesytem that has
3 more
4 space than the root filesystem. Everytime I do an emerge sync, it
5 overwrites
6 this and creates a directory. A simple change to the rsync exclude
7 statements
8 would fix this problem. Have a look.
9
10 This:
11
12 mycommand="/usr/bin/rsync -rlptDvz --progress --stats --delete
13 --delete-after --exclude='distfiles/*' --exclude='packages/*' "
14
15 would be changed to this:
16
17 mycommand="/usr/bin/rsync -rlptDvz --progress --stats --delete
18 --delete-after --exclude='/distfiles/' --exclude='/packages/' "
19
20 Thanks for the consideration,
21 Timothy Robinson
22
23
24 --
25 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] emerge rsync proposal skaar <skaar@×××.net>
Re: [gentoo-dev] emerge rsync proposal Mike Frysinger <vapier@g.o>