On Tue, 2017-11-14 at 13:49 +0100, Carlos E. R. wrote:
On 2017-11-14 13:27, Bruno Friedmann wrote:
On mardi, 14 novembre 2017 13.21:43 h CET martin@pluskal.org wrote:
On Tue, 2017-11-14 at 12:59 +0100, Carlos E. R. wrote:
On 2017-11-14 11:19, martin@pluskal.org wrote:
On Mon, 2017-11-13 at 23:38 +0100, Carlos E. R. wrote:
On Monday, 2017-11-13 at 22:36 +0100, Stefan Seyfried wrote:
I can help, however, by reading such readmes on the packages I know enough about and then telling someone if I consider it obsolete or current.
That might be actually helpfull
M
For each package containing a such obsolete content, just open a bug so maintainer get warned directly (I guess some of them are no more on this ML).
Adding valuable and refreshed content will increase the chance to get a fix. Help in doing and fixing shit is always appreciate in terms of contribution.
Ok, I can do that. One bugzilla per file - is there a list of readmes? Or I may just work on those I have installed on my main system, as those are the ones of packages that I use.
All README.SuSE in the distro can be found by: wget http://download.opensuse.org/tumbleweed/repo/oss/ARCHIVES.gz zgrep -P "README.SuSE" ARCHIVES.gz | \ awk '{print $1": "$10}' | grep -v i586 | sort Cheers Dominique