After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 698552 - gnome-maps missing from Mango module list
gnome-maps missing from Mango module list
Status: RESOLVED FIXED
Product: sysadmin
Classification: Infrastructure
Component: Mango (obsolete)
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Sysadmins
GNOME Sysadmins
Depends on:
Blocks:
 
 
Reported: 2013-04-22 10:41 UTC by Jussi Kukkonen
Modified: 2013-05-28 12:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jussi Kukkonen 2013-04-22 10:41:25 UTC
Was trying to apply for a new GNOME git account but could not choose the module (in 'vouchers' section): "gnome-maps" is not in the drop-down.


Pasting the doap file below, just in case there's a problem there. The only difference to working projects seems to be a missing <category>: is that required by mango?

<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
         xmlns:foaf="http://xmlns.com/foaf/0.1/"
         xmlns:gnome="http://api.gnome.org/doap-extensions#"
         xmlns="http://usefulinc.com/ns/doap#">

  <name xml:lang="en">GNOME Maps</name>
  <shortdesc xml:lang="en">A simple GNOME 3 maps application</shortdesc>
  <description>No long description yet</description>

  <homepage
  rdf:resource="http://live.gnome.org/Maps" />
  <mailing-list
  rdf:resource="http://mail.gnome.org/mailman/listinfo/maps-list" />
  <download-page
  rdf:resource="http://download.gnome.org/sources/gnome-maps/"/>
  <bug-database
  rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnome-maps"/>

  <maintainer>
    <foaf:Person>
      <foaf:name>Zeeshan Ali (Khattak)</foaf:name>
      <foaf:mbox rdf:resource="mailto:zeeshanak@gnome.org" />
      <gnome:userid>zeeshanak</gnome:userid>
    </foaf:Person>
  </maintainer>
</Project>
Comment 1 Jussi Kukkonen 2013-04-22 13:46:32 UTC
(In reply to comment #0)
> The only
> difference to working projects seems to be a missing <category>: is that
> required by mango?

This isn't the case: geocode-glib doesn't have <category> either yet it is on the list.
Comment 2 Olav Vitters 2013-04-22 18:46:50 UTC
DOAP files are parsed once a day.
Comment 3 Olav Vitters 2013-04-22 18:49:11 UTC
  <description>No long description yet</description>

That's totally wrong. Either include it, or leave it out.
Comment 4 Zeeshan Ali 2013-04-22 19:53:28 UTC
(In reply to comment #2)
> DOAP files are parsed once a day.

Yes?

(In reply to comment #3)
>   <description>No long description yet</description>
> 
> That's totally wrong. Either include it, or leave it out.

Its been like that for Boxes too for 2 years now, nobody complained so we never fixed it. :( Point is that this is quite irreverent to the problem at hand here.
Comment 5 Andrea Veri 2013-05-28 12:22:37 UTC
This should be fixed by now. The modules list is currently updated right after pushing the new repository into git.gnome.org, so it shouldn't take more than one minute for the new entry to pop up.