How to add ppc64le that is missing in some projects ?

Normand <[email protected]> Thu, 26 Feb 2015 14:10:56 +0100
Newsgroups gmane.linux.suse.ppc
Message-ID <[email protected]>
What is the normal way to ask for an update of the Meta file of different projects ?
(I am not maintainer of those projects)

For example I would like to add ppc64le archi in filesystems Meta file at (1)
from:
===
   <repository name="openSUSE_Factory_PowerPC_standard" block="never">
     <path project="openSUSE:Factory:PowerPC" repository="standard"/>
     <arch>ppc</arch>
     <arch>ppc64</arch>
   </repository>
===
To:
===
   <repository name="openSUSE_Factory_PowerPC_standard" block="never">
     <path project="openSUSE:Factory:PowerPC" repository="standard"/>
     <arch>ppc</arch>
     <arch>ppc64</arch>
     <arch>ppc64le</arch>
   </repository>
===


(1) https://build.opensuse.org/project/meta/filesystems
-- 
Michel Normand

-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]