[csw-maintainers] Tiers

Maciej (Matchek) Bliziński maciej at opencsw.org
Mon Mar 5 12:24:18 CET 2012


2012/3/5 Peter Bonivart <bonivart at opencsw.org>:
> I suggest that we agree on the core packages, there shouldn't be too
> many of those, especially on the top level (not counting the
> dependencies that are dragged in). Active we could see what packages
> have been updated within a reasonable time (a year?) or has a
> maintainer that updates other packages (not all packages need
> updates). The rest are unmaintained.

I agree. It's the matter of actually doing the research.

All data are available via HTTP.

Getting a catalog:
curl -s http://buildfarm.opencsw.org/pkgdb/rest/catalogs/unstable/sparc/SunOS5.9/?quick=true
| python -m json.tool

This contains a list of packages identified by md5 sums.

Getting full information about a package file:
curl -s http://buildfarm.opencsw.org/pkgdb/rest/srv4/65d595581fa37117643375674838b9a3/
| python -m json.tool

Maciej


More information about the maintainers mailing list