Description of problem: It appears as though the "INSTALLS" tag is not applied to distros that have been imported into beaker. When you click on Distros -> All -> then select an ID from the list the majority of them do not have tags associated with them. Is this by design? Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
(In reply to drohwer from comment #0) > Is this by design? Short answer: yes. The INSTALLS tag is no longer used in Beaker. You probably want STABLE instead. Long answer: prior to Beaker 0.9, tags were stored on distro trees (they were called distros at the time). The INSTALLS tag meant that a tree was installable, and if all trees for a given distro were installable then they would all also be tagged STABLE. As of Beaker 0.9 (June 2012) tags are stored at the distro level only, so STABLE continues to have the same meaning (all trees for that distro can be successfully installed) but the INSTALLS tag is no longer used. The current behaviour (with the STABLE tag) is documented here: http://beaker-project.org/docs/admin-guide/distro-import.html#automated-jobs-for-new-distros whereas old behaviour (INSTALLS and STABLE) was never documented anywhere. The INSTALLS tag may still be present on older distros which were imported prior to June 2012.