Michael Schroeder

Results 148 comments of Michael Schroeder

But those images also do not define a packagemanager in the kiwi xml, right?

We always use `--clean` for OBS builds, would that option make the building too slow for you?

Usually the 32bit packages are de-preferred in the project config, so this may be called a bug. For now you should be able to tell the build program which package...

The -32bit packages are created by adding the `--baselibs` option and doing a build for the i586 arch, i.e. by prepending a `linux32` call to the command line: ``` sudo...

I tried that a couple of weeks ago but not having array support makes things super ugly.

obs-docker-support does more than intercept zypper.

I wonder if just changing the shebang to /bin/sh would be enough.

(Unrelated: currently you need to use `zypper --installroot=/tmp/chroot` to make the parsing work. I'll add support to make it also work without the `=`)

C.UTF-8 does not exist in older distros, so I'm not sure if it is a good idea to set it unconditionally.

True, but this pull request just patches the build-recipe-dsc file...