[opensuse-buildservice] questions about debian builds
When I add debian files to OBS and try to build locally, I get: $ osc build Debian_6.0 x86_64 Multiple build description files found: fityk.spec, fityk.dsc It builds fine on the OBS server, so as a workaround I'm temporarily renaming spec file when doing local deb build. Is there another way? And a small inconvenience. When I was building only RPMs I used to keep one older tarballs, just in case I need to rollback. But two tarballs make debian transform failing: [ 39s] running debian transformer... [ 39s] package contains more than one tar file: fityk-1.2.0.tar.bz2 fityk-0.9.8.tar.bz2 [ 39s] debian transforming failed. not a big issue, I can remove one, I'm just writing to let you know. Thanks for this great service Marcin -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Tue, Oct 30, 2012 at 05:05:19PM +0000, Marcin Wojdyr wrote:
When I add debian files to OBS and try to build locally, I get:
$ osc build Debian_6.0 x86_64 Multiple build description files found: fityk.spec, fityk.dsc
It builds fine on the OBS server, so as a workaround I'm temporarily renaming spec file when doing local deb build. Is there another way?
osc isn't that clever, so you need to specify the correct file when there's an ambiguity. I.e.: osc build Debian_6.0 x86_64 fityk.dsc Cheers, Michael. -- Michael Schroeder mls@suse.de SUSE LINUX Products GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On 30 October 2012 17:15, Michael Schroeder <mls@suse.de> wrote:
osc isn't that clever, so you need to specify the correct file when there's an ambiguity. I.e.:
osc build Debian_6.0 x86_64 fityk.dsc
thanks, I should have read the docs BTW I've noticed that when I update debian files, everything is rebuilt, including RPMs. Marcin -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Tue, Oct 30, 2012 at 06:24:21PM +0000, Marcin Wojdyr wrote:
On 30 October 2012 17:15, Michael Schroeder <mls@suse.de> wrote:
osc isn't that clever, so you need to specify the correct file when there's an ambiguity. I.e.:
osc build Debian_6.0 x86_64 fityk.dsc
thanks, I should have read the docs
No prob, we're happy to help.
I've noticed that when I update debian files, everything is rebuilt, including RPMs.
Yeah, we just detect source changes, there's no classification that detects if a source change doesn't matter for specific repositories. Cheers, Michael. -- Michael Schroeder mls@suse.de SUSE LINUX Products GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (2)
-
Marcin Wojdyr
-
Michael Schroeder