Two files have spurious execute mode bits set: $ find gentoo-x86/licenses -type f -perm /u+x gentoo-x86/licenses/hp-proliant-essentials gentoo-x86/licenses/tsm Looks like there's no way to reset these without cvs admin rights (or even root access to the repository?). For hp-proliant-essentials is was unsuccessfully tried in the past: <http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/licenses/hp-proliant-essentials?view=log>
Other than being incorrect, is this actually a problem somewhere?
There must be a reason why repoman checks for it (see bug 55647). But this works only in directories where repoman commit is used. As rsync preserves the mode, these files end up with the exec bit on users' systems.
Done.