Re: Correct .doap file syntax for the name tag

2013-08-22 Thread Olav Vitters
On Wed, Aug 21, 2013 at 12:15:32AM +0200, Andrea Veri wrote: 2. many other scripts are relying on name matching the exact repository-name. Which ones? No script that I am aware of uses this to figure out the repository name. It uses https://git.gnome.org/repositories.doap, and that contains the

Re: Correct .doap file syntax for the name tag

2013-08-22 Thread Andrea Veri
Thanks a lot David for working on this, the patch has been tested and was included into the relevant script. cheers, Andrea 2013/8/22 David King amigad...@amigadave.com On 2013-08-20 21:23, Shaun McCance sha...@gnome.org wrote: On Wed, 2013-08-21 at 00:15 +0200, Andrea Veri wrote: I

Re: Correct .doap file syntax for the name tag

2013-08-22 Thread Debarshi Ray
On Wed, Aug 21, 2013 at 10:48:11AM +0200, Olav Vitters wrote: On Wed, Aug 21, 2013 at 12:15:32AM +0200, Andrea Veri wrote: 2. many other scripts are relying on name matching the exact repository-name. Which ones? No script that I am aware of uses this to figure out the repository name. It

Re: Correct .doap file syntax for the name tag

2013-08-22 Thread Andrea Veri
No, sorry for not pointing that out on my previous email, you can use a name tag of your choice but it would be simply awesome to have all the GitRepositories tags in place. cheers, 2013/8/22 Debarshi Ray rishi...@lostca.se On Wed, Aug 21, 2013 at 10:48:11AM +0200, Olav Vitters wrote: On

Re: Correct .doap file syntax for the name tag

2013-08-22 Thread Olav Vitters
On Thu, Aug 22, 2013 at 12:28:43PM +0200, Andrea Veri wrote: No, sorry for not pointing that out on my previous email, you can use a name tag of your choice but it would be simply awesome to have all the GitRepositories tags in place. GitRepositories is really not needed. A script adds that,

Re: Correct .doap file syntax for the name tag

2013-08-22 Thread David King
On 2013-08-22 12:49, Olav Vitters o...@vitters.nl wrote: On Thu, Aug 22, 2013 at 12:28:43PM +0200, Andrea Veri wrote: No, sorry for not pointing that out on my previous email, you can use a name tag of your choice but it would be simply awesome to have all the GitRepositories tags in place.

Re: Correct .doap file syntax for the name tag

2013-08-22 Thread Olav Vitters
On Thu, Aug 22, 2013 at 12:11:11PM +0100, David King wrote: However, it is a minor thing, and the current mirror script works without it. None of the current sysadmin scripts use the GitRepository property, other than injecting it into repositories.doap. You missed handle-ldap-modules. --

Re: Correct .doap file syntax for the name tag

2013-08-22 Thread Zeeshan Ali (Khattak)
On Thu, Aug 22, 2013 at 1:28 PM, Andrea Veri a...@gnome.org wrote: No, sorry for not pointing that out on my previous email, you can use a name tag of your choice but it would be simply awesome to have all the GitRepositories tags in place. Would be nice if you revert your relevant commits to

Correct .doap file syntax for the name tag

2013-08-20 Thread Andrea Veri
Hi, I noticed that many repositories are not using the name tag correctly into the respective .doap files. The name tag should possibly match the repository name (i.e gnome-shell.git -- gnome-shell, gnome-user-docs.git -- gnome-user-docs) for two main reasons: 1. everyone is aware of which

Re: Correct .doap file syntax for the name tag

2013-08-20 Thread Jens Georg
On Mi, 2013-08-21 at 00:15 +0200, Andrea Veri wrote: Hi, I noticed that many repositories are not using the name tag correctly into the respective .doap files. The name tag should possibly match the repository name (i.e gnome-shell.git -- gnome-shell, gnome-user-docs.git --

Re: Correct .doap file syntax for the name tag

2013-08-20 Thread Andrea Veri
2013/8/21 Jens Georg m...@jensge.org On Mi, 2013-08-21 at 00:15 +0200, Andrea Veri wrote: Hi, I noticed that many repositories are not using the name tag correctly into the respective .doap files. The name tag should possibly match the repository name (i.e gnome-shell.git --

Re: Correct .doap file syntax for the name tag

2013-08-20 Thread Shaun McCance
On Wed, 2013-08-21 at 00:15 +0200, Andrea Veri wrote: Hi, I noticed that many repositories are not using the name tag correctly into the respective .doap files. The name tag should possibly match the repository name (i.e gnome-shell.git -- gnome-shell, gnome-user-docs.git --