Lines Matching full:distro
76 "Returns list of all the name os packages in the latest fedora distro"
83 "Returns list of all the name os packages in the latest opensuse distro"
119 "Returns list of all the name of packages in the latest debian distro"
132 updates, so the resulting distro could be any supported release.
137 distro = link.replace("-updates", "")
138 return distro
142 "Returns list of all the name os packages in the latest ubuntu distro"
170 … bb.note("Distro: %s, Latest Release: %s, # src packages: %d" % (name, release, len(package_list)))
181 If distro packages list data is old then rebuild it.
205 bb.note("Regenerating distro package lists")
261 (distro, distro_release) = file.split("-")
265 if distro.lower() in distro_pn_aliases:
266 pn = distro_pn_aliases[distro.lower()]
270 matching_distros.append(distro + "-" + section[:-1]) # strip the \n at the end