In Debian we have a build line:
find debian/mediawiki -depth ( -name ".cvsignore" -o -name ".gitignore" \ -o -name ".arch-ids" ) -exec rm -rf {} ;
It would be much nicer if this happened upstream as part of producing tarballs. Such files are only useful in checkouts, not snapshots.
(Is there a good place to report distributor pseudo-bugs or is this list acceptable?)
Thanks,
On 6/18/2012 2:26 PM, Jonathan Wiltshire wrote:
In Debian we have a build line:
find debian/mediawiki -depth ( -name ".cvsignore" -o -name ".gitignore" \ -o -name ".arch-ids" ) -exec rm -rf {} ;
It would be much nicer if this happened upstream as part of producing tarballs. Such files are only useful in checkouts, not snapshots.
(Is there a good place to report distributor pseudo-bugs or is this list acceptable?)
This list is perfect. I agree that these sort of files don't belong in the tarball and have CC'd a couple of other devs who are involved.
Mark.
mediawiki-distributors@lists.wikimedia.org