[csw-devel] [PATCH] pull obsolet info into the package stats datastructure
Maciej Bliziński
maciej at opencsw.org
Mon Mar 28 01:13:04 CEST 2011
2011/3/27 Ben Walton <bwalton at opencsw.org>:
> -PACKAGE_STATS_VERSION = 10L
> +PACKAGE_STATS_VERSION = 11L
> BAD_CONTENT_REGEXES = (
> # Slightly obfuscating these by using the default concatenation
> of
> # strings.
> @@ -191,6 +191,7 @@
> "binaries": dir_pkg.ListBinaries(),
> "binaries_dump_info": self.GetBinaryDumpInfo(),
> "depends": dir_pkg.GetDependencies(),
> + "obsolete_info": dir_pkg.GetObsoletedBy(),
> "isalist": sharedlib_utils.GetIsalist(arch),
> "overrides": override_dicts,
> "pkgchk": self.GetPkgchkData(),
The "obsolete_info" bit looks like if the information in question were
obsolete. How about "obsoleteness_info"?
More information about the devel
mailing list