On Wed, Nov 26, 2014 at 8:24 PM, Bernhard Voelker <mail@bernhard-voelker.de> wrote:
$ find /usr/share/doc/packages -iname changelog -o -iname news \ | xargs du -shxc | tail -n1 104M total
$ find /usr/share/doc/packages -iname changelog -o -iname news \ | xargs wc -l | sort -h | tail -n5 96303 /usr/share/doc/packages/gimp-help-browser/ChangeLog 96303 /usr/share/doc/packages/gimp/ChangeLog 99868 /usr/share/doc/packages/gstreamer/ChangeLog 211966 /usr/share/doc/packages/gnome-control-center/ChangeLog 3123120 total
Who needs the full 3M lines of changelog and news when e.g. everything after the first let's say 10k lines could be replaced by a URL into the original repo/homepage/etc.? (I could imagine that some OBS checking rules could enforce such this.)
Or what about gzipping them? Even vim supports opening gzipped text files. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org