Michael Schroeder
Michael Schroeder
But isn't it more sane to just delete all 'Keep' lines from the debian project config?
In both cases you seem to be building with your 'zypp' repos, i.e. the repos configured in your system. Thus it doesn't surprise me that the dependency resolving fails if...
Maybe, but in that case you're not building for 42.2, but instead building for 42.3 using the build config of 42.2. The packages are close enough that the expansion succeeds,...
Btw, I reproduced the 'unsupported url' error and added an extra check so that it will now error out with ``` expansion error missing pre/vminstalls: liblua5_1 ```
But isn't the version in debtransform only used to generate filenames? I.e. isn't the version that goes into to built deb files taken from the changelog and thus epochs are...
Thanks!
It does work with newer suse distros. It was added because some distros had *missing* dependencies, it works in that case even without --noorder because rpm does not touch the...
I don't think this is a good idea: the reproducible build folks try to make all builds identical and you introduce a random component in the build. Can't we use...
But doesn't kiwi always use the package manager from the image if it needs to install packages (except for bootstrapping, of course)? I.e. do we have images where this is...