Mailinglist Archive: opensuse-buildservice (226 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] Multiple build description files
- From: Marcus Hüwe <suse-tux@xxxxxx>
- Date: Thu, 8 Sep 2011 19:30:12 +0200
- Message-id: <20110908173012.GB4244@linux.uni-paderborn.de>
Hi,
On 2011-09-08 18:14:59 +0200, Ruediger Meier wrote:
"osc build openSUSE_11.4 x86_64 truffle.spec").
Marcus
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
On 2011-09-08 18:14:59 +0200, Ruediger Meier wrote:
I have a minor problem with local building packages which are setup forUse "osc build <repo> <arch> <descr>" (for instance
both deb and rpm:
cd ~/devel/osc/home:rudi_m:devel-snap/truffle
$ osc --version
0.132.5
$ ls
debian.changelog debian.control debian.rules
truffle_0.1.0.git27.dd53.orig.tar.gz truffle.changes truffle.dsc
truffle.spec
$ osc build openSUSE_11.4 x86_64
Multiple build description files found: truffle.spec, truffle.dsc
So it just complains about that and exits.
And this is the annoying workaround:
$ mv truffle.dsc truffle.dsc.away
$ osc build openSUSE_11.4 x86_64
[all good]
$ mv truffle.dsc.away truffle.dsc
$ mv truffle.spec truffle.spec.away
$ osc build Debian_6.0 x86_64
[all good]
"osc build openSUSE_11.4 x86_64 truffle.spec").
Hmm osc could parse the buildconfig and check the "Repotype"...
There are no probs with that package on OBS server.
Could this be fixed somehow?
Marcus
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |