Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15882 - there should be an interface to exclude or better yet, exclude-from for rsync
Summary: there should be an interface to exclude or better yet, exclude-from for rsync
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
: 16157 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-02-17 19:27 UTC by Mr. Bones. (RETIRED)
Modified: 2011-10-30 22:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
adds the ability to use --exclude-from to emerge sync (emerge.patch,777 bytes, patch)
2003-02-17 19:30 UTC, Mr. Bones. (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mr. Bones. (RETIRED) gentoo-dev 2003-02-17 19:27:18 UTC
One useful feature, especially for people on smaller drives is an interface
to rsync's exclude-from feature via make.conf.

I'll attach a proof-of-concept patch to emerge that shows the functionality
although, since I don't "do" python, it will probably need to be we prettied
up.

Reproducible: Always
Steps to Reproduce:
1. emerge sync
Actual Results:  
got a bunch of stuff in portage that I'll never look at or merge.

Expected Results:  
emerge should have passed --exclude-from to rsync with a filename gotten from
make.conf that made rsync exclude all the stuff in portage that I'll never
look at or merge.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2003-02-17 19:30:02 UTC
Created attachment 8394 [details, diff]
adds the ability to use --exclude-from to emerge sync

This patch allows access to the --exclude-from capabilities of rsync via
a variable in make.conf.
Comment 2 Nicholas Jones (RETIRED) gentoo-dev 2003-02-21 04:54:16 UTC
It's in for -r3
Comment 3 Nicholas Jones (RETIRED) gentoo-dev 2003-02-21 20:22:24 UTC
*** Bug 16157 has been marked as a duplicate of this bug. ***