logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Umegaya - Umegaya is a MEtadata GAtherer using YAml

Description

Umegaya is a gatherer of meta information about the software packaged in Debian. This metadata is
       accumlated by the package maintainer in the version control system containing the Debian souce package,
       in a file called "debian/upstream/metadata", and it is collected by the Umegaya web service each time it
       is accessed.  The Umegaya web service then aggregates information about all the packages it knows, and
       outputs as tables or YAML records that can be loaded in central information hubs like the Ultimate Debian
       Database.

       Optionally, Umegaya will keep a local copy if the files it retrieves from the VCS, if a path is indicated
       in the "store_files" configuration variable.

Files

       /etc/umegaya/umegaya.conf

Limitations

       Only source packages stored in Subversion and Git are supported for the moment.

       The CGI interface of Umegaya is currently read-only.  But PUT and DELETE operations are considered.

perl v5.32.0                                       2021-01-09                                         UMEGAYA(1)

Name

       Umegaya - Umegaya is a MEtadata GAtherer using YAml

See Also

Source

Special Keys

       YAML-ALL, YAML-REFRESH-DATE, YAML-URL

Synopsis

       curl http://localhost/umegaya/package/key

       /usr/lib/cgi-bin/umegaya package=package key=key

       curl http://localhost/umegaya/table/key

       /usr/lib/cgi-bin/umegaya table=1 key=key

       curl http://localhost/umegaya/yaml/key

       /usr/lib/cgi-bin/umegaya yaml=1 key=key

See Also