在OBS上增加一些额外的 repository

在 osc meta pkj home:rawang -e 里增加红色行

<project name="home:rawang">
<title>Ray Wang’s Home Project</title>
<description>Hope to contribute all my efforts to the community, and make this distribution even better.</description>
<person role="maintainer" userid="AvengerMoJo"/>
<person role="maintainer" userid="allau"/>
<person role="maintainer" userid="decriptor"/>
<person role="maintainer" userid="rawang"/>
<person role="bugowner" userid="rawang"/>
<build>
<enable repository=’Fedora_9’/>
<enable repository=’openSUSE_11.0’/>
<enable repository=’xUbuntu_8.04’/>
<disable repository=’openSUSE11.0_GNOME_Factory’/>
</build>
<publish>
<enable repository=’Fedora_9’/>
<enable repository=’openSUSE_11.0’/>
<enable repository=’xUbuntu_8.04’/>
<enable repository=’openSUSE11.0_Factory’/>
</publish>
<repository name="Fedora_9">
    <path repository="standard" project="Fedora:9"/>
    <arch>i586</arch>
    <arch>x86_64</arch>
</repository>
<repository name="openSUSE11.0_GNOME_Factory">
    <path repository="standard" project="openSUSE:11.0"/>
    <path repository="openSUSE_Factory" project="GNOME:Factory"/>
    <arch>i586</arch>
    <arch>x86_64</arch>
</repository>

<repository name="openSUSE_11.0">
    <path repository="standard" project="openSUSE:11.0"/>
    <arch>i586</arch>
    <arch>x86_64</arch>
</repository>
<repository name="xUbuntu_8.04">
    <path repository="standard" project="Ubuntu:8.04"/>
    <arch>i586</arch>
    <arch>x86_64</arch>
</repository>
</project>

然后在需要额外 repository的包里增加红色行
osc meta pkg home:rawang orca -e

<package name="orca" project="home:rawang">
<title>A screen reader that provides access to the GNOME desktop by people with visual impairments</title>
<description>A flexible, scriptable, extensible screen reader for the GNOME platform
that provides access via speech synthesis, braille, and magnification.</description>
<person role="maintainer" userid="rawang"/>
<build>
<enable repository=’openSUSE11.0_GNOME_Factory’/>
</build>
</package>

就可以了

This entry was posted in GNU/Linux. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *