Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 619402 - sys-apps/portage man make.conf PORTAGE_RSYNC_OPTS default inaccurate
Summary: sys-apps/portage man make.conf PORTAGE_RSYNC_OPTS default inaccurate
Status: UNCONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Documentation (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-22 20:49 UTC by matsaman
Modified: 2017-05-22 21:00 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description matsaman 2017-05-22 20:49:11 UTC
$ diff -s <(man make.conf | perl -0pe 's/^.*?PORTAGE_RSYNC_OPTS =[^"]+"([^"]+)".*/\1/s','s/ +/ /g' | tr -d '\n' | perl -pe 's/ /\n/g' | tr -d "'" | sort) <(emerge --info | grep -i git | egrep -io '"[^"]+"' | cut -d '"' -f 2 | sed 's/ /\n/g' | sort) | egrep -i '^<|^>'
> --exclude=/.git
> --human-readable
> --omit-dir-times

Maybe just refer people to emerge --info or something else that isn't a duplication?