python-kiwi

Edit Package python-kiwi
No description set
Refresh
Refresh
Source Files
Filename Size Changed
PKGBUILD 0000002768 2.7 KB
python-kiwi-rpmlintrc 0000001857 1.81 KB
python-kiwi.changes 0001235314 1.18 MB
python-kiwi.spec 0000022709 22.2 KB
python-kiwi.tar.gz 0001039952 1020 KB
Revision 539 (latest revision is 601)
Marcus Schäfer's avatar Marcus Schäfer (marcus.schaefer) committed (revision 539)
- Include partprobe in initrd for s390
  This commit includes partprobe, in addition to parted, on
  s390 based systems. Otherwise partx is used and apparently
  it does not properly support s390.
  Fixes bsc#1219798
  Signed-off-by: David Cassany <david@localhost.localdomain>

- Fixed MicroOS integration test
  temporarily disable ignition/combustion/growpart and use
  kiwi's resize code for testing, oem-resize set to true

- Stop using Compress.compressed_filename

- Remove useless print from test

- Add type hints to SystemSetup & CommandCapabilities

- Add type hints to CommandProcess

- Simplify command.call output_available and use CommandCallT

- Refactor Command.run() to return None if cmd not found
  Command.run() currently has a bit of a confusing behavior: if raise_on_error is
  False and the executable is not found, then a weird CommandT is returned (return
  code is -1 and stdout+stderr is None). This makes it possible to hanlde command
  not found errors separately, but it makes that needlessly verbose. So instead,
  let's just return None in *this* special case.
  That in turn uncovered, that in most cases when we set `raise_on_error=True`, we
  actually want an error if the command is not present but no error if the command
  fails to execute (e.g. because it returns -1 if you run `$cmd --version`
Comments 2

Caglar Ulkuderner's avatar

Debian_11 needs to be added to repos


Christian Wittmer's avatar

May we also have a 15.5 for openSUSE Leap please ?

openSUSE Build Service is sponsored by