Mailinglist Archive: opensuse-factory (798 mails)
| < Previous | Next > |
Re: [opensuse-factory] Tumbleweed status Feb 3, 2011
- From: Cristian Morales Vega <cmorve69@xxxxxxxx>
- Date: Tue, 22 Feb 2011 17:00:49 +0100
- Message-id: <AANLkTikqt5rLcTi+GKSpp9jmj9pfPou7w56APknZKCia@mail.gmail.com>
2011/2/22 todd rme <toddrme2178@xxxxxxxxx>:
<project name="openSUSE:Tumbleweed">
...
<repository name="standard">
<path repository="standard" project="openSUSE:11.3"/>
<arch>i586</arch>
<arch>x86_64</arch>
</repository>
</project>
So if you add
<repository name="openSUSE_Tumbleweed">
<path repository="standard" project="openSUSE:Tumbleweed"/>
<arch>x86_64</arch>
<arch>i586</arch>
</repository>
as you build target you will also get openSUSE:11.3 automatically. You
don't need to specify the "base target". It's exactly the same thing
as if you build against the games repository or openSUSE:XXX:NonFree.
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
You said that tumbleweed is an add-on repo for the normal version of
openSUSE. This means anyone wanting to build against it would need to
manually set up a repository with multiple build targets, such as
11.4+tumbleweed. This is considerably more complicated than setting
<project name="openSUSE:Tumbleweed">
...
<repository name="standard">
<path repository="standard" project="openSUSE:11.3"/>
<arch>i586</arch>
<arch>x86_64</arch>
</repository>
</project>
So if you add
<repository name="openSUSE_Tumbleweed">
<path repository="standard" project="openSUSE:Tumbleweed"/>
<arch>x86_64</arch>
<arch>i586</arch>
</repository>
as you build target you will also get openSUSE:11.3 automatically. You
don't need to specify the "base target". It's exactly the same thing
as if you build against the games repository or openSUSE:XXX:NonFree.
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
| < Previous | Next > |