• [gentoo-dev] [PATCH data/xml-schema 1/2] metadata.xsd: Add gnome remote

    From Matt Turner@21:1/5 to All on Tue Sep 13 03:00:02 2022
    Signed-off-by: Matt Turner <[email protected]>
    ---
    metadata.xsd | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/metadata.xsd b/metadata.xsd
    index 87972cb..cced33d 100644
    --- a/metadata.xsd
    +++ b/metadata.xsd
    @@ -279,6 +279,7 @@
    <xs:enumeration value='gentoo'/>
    <xs:enumeration value='github'/>
    <xs:enumeration value='gitlab'/>
    + <xs:enumeration value='gnome'/>
    <xs:enumeration value='google-code'/>
    <xs:enumeration value='hackage'/>
    <xs:enumeration value='heptapod'/>
    --
    2.35.1

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Matt Turner@21:1/5 to All on Tue Sep 13 03:00:02 2022
    Signed-off-by: Matt Turner <[email protected]>
    ---
    metadata.xsd | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/metadata.xsd b/metadata.xsd
    index cced33d..a8a1467 100644
    --- a/metadata.xsd
    +++ b/metadata.xsd
    @@ -281,6 +281,7 @@
    <xs:enumeration value='gitlab'/>
    <xs:enumeration value='gnome'/>
    <xs:enumeration value='google-code'/>
    + <xs:enumeration value='freedesktop'/>
    <xs:enumeration value='hackage'/>
    <xs:enumeration value='heptapod'/>
    <xs:enumeration value='launchpad'/>
    --
    2.35.1

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?Micha=C5=82_G=C3=B3rny?=@21:1/5 to Matt Turner on Tue Sep 13 08:40:01 2022
    On Mon, 2022-09-12 at 20:58 -0400, Matt Turner wrote:
    Signed-off-by: Matt Turner <[email protected]>
    ---
    metadata.xsd | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/metadata.xsd b/metadata.xsd
    index 87972cb..cced33d 100644
    --- a/metadata.xsd
    +++ b/metadata.xsd
    @@ -279,6 +279,7 @@
    <xs:enumeration value='gentoo'/>
    <xs:enumeration value='github'/>
    <xs:enumeration value='gitlab'/>
    + <xs:enumeration value='gnome'/>
    <xs:enumeration value='google-code'/>
    <xs:enumeration value='hackage'/>
    <xs:enumeration value='heptapod'/>

    Some examples, please. Are these somehow "global" identifiers or
    specific to their GitLab instances?

    --
    Best regards,
    Michał Górny

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Matt Turner@21:1/5 to [email protected] on Tue Sep 13 16:40:01 2022
    On Tue, Sep 13, 2022 at 2:38 AM Michał Górny <[email protected]> wrote:

    On Mon, 2022-09-12 at 20:58 -0400, Matt Turner wrote:
    Signed-off-by: Matt Turner <[email protected]>
    ---
    metadata.xsd | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/metadata.xsd b/metadata.xsd
    index 87972cb..cced33d 100644
    --- a/metadata.xsd
    +++ b/metadata.xsd
    @@ -279,6 +279,7 @@
    <xs:enumeration value='gentoo'/>
    <xs:enumeration value='github'/>
    <xs:enumeration value='gitlab'/>
    + <xs:enumeration value='gnome'/>
    <xs:enumeration value='google-code'/>
    <xs:enumeration value='hackage'/>
    <xs:enumeration value='heptapod'/>

    Some examples, please. Are these somehow "global" identifiers or
    specific to their GitLab instances?

    This would be for gitlab.gnome.org. E.g. for x11-terms/gnome-terminal
    whose git repo is located at
    https://gitlab.gnome.org/GNOME/gnome-terminal.git, we'd have

    <remote-id type="gnome">GNOME/gnome-terminal</remote-id>

    Similar situation for 'freedesktop' in patch 2/2, for gitlab.freedesktop.org.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ulrich Mueller@21:1/5 to All on Tue Sep 13 17:10:01 2022
    On Tue, 13 Sep 2022, Matt Turner wrote:

    <xs:enumeration value='gitlab'/>
    <xs:enumeration value='gnome'/>
    <xs:enumeration value='google-code'/>
    + <xs:enumeration value='freedesktop'/>
    <xs:enumeration value='hackage'/>
    <xs:enumeration value='heptapod'/>
    <xs:enumeration value='launchpad'/>

    Alphabetical order?

    -----BEGIN PGP SIGNATURE-----

    iQFDBAEBCAAtFiEEtDnZ1O9xIP68rzDbUYgzUIhBXi4FAmMgnSIPHHVsbUBnZW50 b28ub3JnAAoJEFGIM1CIQV4uji4H/RGaNHqzj0Dce5mlH1AxrY6gZXkSFtR8QB1p jzS5jGgivqpLqpZXECPTAgDZGV3CqPn1fNK2xYb+Idi+8NNQenwl4jeQfi2vl3AD yT/HirrQ/ZlNyYojvpSfKnCo6dmBmZP12ruAGs71YrPpNHufcjaZFrxHzWjhyXQW i5UqOKR+yy1gGKi1JllFdFVl7AWMiFY/lbSPQ2gkn2vrb4HAcqvnH8gHsPPwOr/L I6A9vucVsBBxUacp7peCP4A9JCGja4xQN+3bW2+FpNDnW9/5rZEnvFu2/M7LAlcU k//h1iGBFOwVJBIdwJ7+fXgMW27+phNCAmt0i0ivBaPrZQUW6Lw=
    =n+RA
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sam James@21:1/5 to All on Tue Sep 13 17:00:01 2022
    On 13 Sep 2022, at 15:36, Matt Turner <[email protected]> wrote:

    On Tue, Sep 13, 2022 at 2:38 AM Michał Górny <[email protected]> wrote:

    On Mon, 2022-09-12 at 20:58 -0400, Matt Turner wrote:
    Signed-off-by: Matt Turner <[email protected]>
    ---
    metadata.xsd | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/metadata.xsd b/metadata.xsd
    index 87972cb..cced33d 100644
    --- a/metadata.xsd
    +++ b/metadata.xsd
    @@ -279,6 +279,7 @@
    <xs:enumeration value='gentoo'/>
    <xs:enumeration value='github'/>
    <xs:enumeration value='gitlab'/>
    + <xs:enumeration value='gnome'/>
    <xs:enumeration value='google-code'/>
    <xs:enumeration value='hackage'/>
    <xs:enumeration value='heptapod'/>

    Some examples, please. Are these somehow "global" identifiers or
    specific to their GitLab instances?

    This would be for gitlab.gnome.org. E.g. for x11-terms/gnome-terminal
    whose git repo is located at https://gitlab.gnome.org/GNOME/gnome-terminal.git, we'd have

    <remote-id type="gnome">GNOME/gnome-terminal</remote-id>


    As long as it's mandatory for GNOME projects to have a corresponding
    Gitlab (ditto freedesktop), this is fine with me & sounds good.


    -----BEGIN PGP SIGNATURE-----

    iNUEARYKAH0WIQQlpruI3Zt2TGtVQcJzhAn1IN+RkAUCYyCY4F8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0MjVB NkJCODhERDlCNzY0QzZCNTU0MUMyNzM4NDA5RjUyMERGOTE5MAAKCRBzhAn1IN+R kNUvAQD3NOCgjsHUMI9j9LaR6X/RPyu6czXimwjsn2cccNS/fAEAzi3oCJRz5Hop L2dWMKdYLQjcFJY+4nBCSCharcPKwww=
    =q72T
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Matt Turner@21:1/5 to [email protected] on Tue Sep 13 17:50:01 2022
    On Tue, Sep 13, 2022 at 11:09 AM Ulrich Mueller <[email protected]> wrote:

    On Tue, 13 Sep 2022, Matt Turner wrote:

    <xs:enumeration value='gitlab'/>
    <xs:enumeration value='gnome'/>
    <xs:enumeration value='google-code'/>
    + <xs:enumeration value='freedesktop'/>
    <xs:enumeration value='hackage'/>
    <xs:enumeration value='heptapod'/>
    <xs:enumeration value='launchpad'/>

    Alphabetical order?

    Oops, sorry. Yes!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?Micha=C5=82_G=C3=B3rny?=@21:1/5 to Matt Turner on Tue Sep 13 18:10:01 2022
    On Tue, 2022-09-13 at 10:36 -0400, Matt Turner wrote:
    On Tue, Sep 13, 2022 at 2:38 AM Michał Górny <[email protected]> wrote:

    On Mon, 2022-09-12 at 20:58 -0400, Matt Turner wrote:
    Signed-off-by: Matt Turner <[email protected]>
    ---
    metadata.xsd | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/metadata.xsd b/metadata.xsd
    index 87972cb..cced33d 100644
    --- a/metadata.xsd
    +++ b/metadata.xsd
    @@ -279,6 +279,7 @@
    <xs:enumeration value='gentoo'/>
    <xs:enumeration value='github'/>
    <xs:enumeration value='gitlab'/>
    + <xs:enumeration value='gnome'/>
    <xs:enumeration value='google-code'/>
    <xs:enumeration value='hackage'/>
    <xs:enumeration value='heptapod'/>

    Some examples, please. Are these somehow "global" identifiers or
    specific to their GitLab instances?

    This would be for gitlab.gnome.org. E.g. for x11-terms/gnome-terminal
    whose git repo is located at https://gitlab.gnome.org/GNOME/gnome-terminal.git, we'd have

    <remote-id type="gnome">GNOME/gnome-terminal</remote-id>

    Similar situation for 'freedesktop' in patch 2/2, for gitlab.freedesktop.org.


    Well, then I guess I'd prefer if these were "gnome-gitlab"
    and "freedesktop-gitlab" to make it clear which services the names
    correspond to.

    --
    Best regards,
    Michał Górny

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Matt Turner@21:1/5 to [email protected] on Tue Sep 13 18:40:01 2022
    On Tue, Sep 13, 2022 at 12:00 PM Michał Górny <[email protected]> wrote:

    On Tue, 2022-09-13 at 10:36 -0400, Matt Turner wrote:
    On Tue, Sep 13, 2022 at 2:38 AM Michał Górny <[email protected]> wrote:

    On Mon, 2022-09-12 at 20:58 -0400, Matt Turner wrote:
    Signed-off-by: Matt Turner <[email protected]>
    ---
    metadata.xsd | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/metadata.xsd b/metadata.xsd
    index 87972cb..cced33d 100644
    --- a/metadata.xsd
    +++ b/metadata.xsd
    @@ -279,6 +279,7 @@
    <xs:enumeration value='gentoo'/>
    <xs:enumeration value='github'/>
    <xs:enumeration value='gitlab'/>
    + <xs:enumeration value='gnome'/>
    <xs:enumeration value='google-code'/>
    <xs:enumeration value='hackage'/>
    <xs:enumeration value='heptapod'/>

    Some examples, please. Are these somehow "global" identifiers or specific to their GitLab instances?

    This would be for gitlab.gnome.org. E.g. for x11-terms/gnome-terminal
    whose git repo is located at https://gitlab.gnome.org/GNOME/gnome-terminal.git, we'd have

    <remote-id type="gnome">GNOME/gnome-terminal</remote-id>

    Similar situation for 'freedesktop' in patch 2/2, for gitlab.freedesktop.org.


    Well, then I guess I'd prefer if these were "gnome-gitlab"
    and "freedesktop-gitlab" to make it clear which services the names
    correspond to.

    Sure, will do.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)