Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 619402

Summary: sys-apps/portage man make.conf PORTAGE_RSYNC_OPTS default inaccurate
Product: Portage Development Reporter: matsaman
Component: DocumentationAssignee: Portage team <dev-portage>
Status: UNCONFIRMED ---    
Severity: trivial CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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?