Mailinglist Archive: opensuse-buildservice (226 mails)
| < Previous | Next > |
[opensuse-buildservice] Multiple build description files
- From: Ruediger Meier <sweet_f_a@xxxxxx>
- Date: Thu, 8 Sep 2011 18:14:59 +0200
- Message-id: <201109081814.59727.sweet_f_a@gmx.de>
Hi,
I have a minor problem with local building packages which are setup for
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]
There are no probs with that package on OBS server.
Could this be fixed somehow?
cu,
Rudi
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
I have a minor problem with local building packages which are setup for
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]
There are no probs with that package on OBS server.
Could this be fixed somehow?
cu,
Rudi
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |