Why WineHQ select old linux distributions not deleted?

Questions about Wine on Linux
Locked
hibi
Level 2
Level 2
Posts: 20
Joined: Sun Dec 01, 2013 8:08 am

Why WineHQ select old linux distributions not deleted?

Post by hibi »

In WineHQ add app test report("add test data").

ex. Ubuntu5.04~9.10 (and other not LTS releases) is obsolete.
It becomes difficult to operate a selector.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Why WineHQ select old linux distributions not deleted?

Post by dimesio »

There are test reports filed for those old versions, so they cannot be deleted from the database without either moving those test reports to some other distro version or deleting the old test reports altogether. The former is obviously incorrect, and while some people might argue for the latter, I think there's value in keeping them for historical purposes.

Besides, just because a version is obsolete doesn't mean nobody's using them. There are people with ancient hardware who can't use newer distros.
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Re: Why WineHQ select old linux distributions not deleted?

Post by oiaohm »

hibi the appdb source code is accessible by http://source.winehq.org/git/appdb.git/tree

In here you will find that is a design issue. "add test data" shows all versions of Operating systems contained in test data information.

So without altering current appdb code major-ally the only way to hide versions is delete the data. Deleting the data is not helpful to the project for the reasons dimesio stated.

It is possible to open a bug against the appdb asking for feature hibi. The issue is having a developer to modify the code. It would be useful if wine appdb supported flagging OS versions as obsolete then adding a obsolete sub menu to add test data. Yes its not quite as straight forwards request as you would think due to the requirement to support old. Some people can be running virtual machines to run particular programs.
hibi
Level 2
Level 2
Posts: 20
Joined: Sun Dec 01, 2013 8:08 am

Re: Why WineHQ select old linux distributions not deleted?

Post by hibi »

Umm...
I understood that reason.

Thanks.
Locked