Bug ID | 746093 |
---|---|
Summary | doap git hook inconsistent with FAQ |
Classification | Infrastructure |
Product | sysadmin |
Version | unspecified |
OS | Linux |
Status | NEW |
Severity | normal |
Priority | Normal |
Component | Git |
Assignee | sysadmin-maint@gnome.bugs |
Reporter | cfergeau@redhat.com |
QA Contact | sysadmin-maint@gnome.bugs |
GNOME version | --- |
I'm trying to push a .doap file with <category rdf:resource="http://api.gnome.org/doap-extensions#development" /> When I push, this gets rejected with: remote: --- remote: ERROR: libgovirt.doap is not valid: remote: doap:category property should be one of: apps,core,core-apps,deprecated,infrastructure remote: remote: Please see: remote: https://wiki.gnome.org/Git/FAQ remote: --- However https://wiki.gnome.org/Git/FAQ#How_do_I_add_a_description_to_the_git_web_view.3F__What_is_this_.22blah.doap.22.3F says: « The fragment portion of the category field's rdf:resource can be one of admin, bindings, deprecated, desktop, development, infrastructure, platform, or productivity » I know I can fix the wiki, but I don't think libgovirt fits in apps/core/core-apps/deprecated/infrastructure, so it would be nice if the hook allowed 'development' at least.