Package: ironic / 1:32.0.0-4

Metadata

Package Version Patches format
ironic 1:32.0.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
adds alembic.ini in MANIFEST.in.patch | (download)

MANIFEST.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fixes manifest.in so that alembic.ini is packaged
fix initial_grub_cfg.template.patch | (download)

ironic/drivers/modules/initial_grub_cfg.template | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix initial_grub_cfg.template
 The default grub.cfg happen /srv/tftp, but tftp-hpa is, in Debian,
 already doing a chroot in there.
do not print.patch | (download)

ironic/tests/unit/api/base.py | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 do not print
 Without this patch, we're getting:
 .
  File "/<<PKGBUILDDIR>>/ironic/tests/unit/api/base.py", line 115, in _request_json
   print(method.upper(), full_path, "WITH", params, "GOT", str(response))
 BlockingIOError: [Errno 11] write could not complete without blocking
 .
 about 60 times (not always the same number of times...).
pysnmp7 compat.patch | (download)

ironic/drivers/modules/snmp.py | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 pysnmp 7 compat