#9512 Build failure on ipa-4-6 branch
Closed: fixed 3 months ago by frenaud. Opened 3 months ago by frenaud.

The nightly tests on ipa-4-6 branch are not launched because the build is failing. See PR #3310 with the following logs

The playbook build.yml from freeipa-pr-ci is failing on this branch since the commit https://pagure.io/freeipa/c/a1f6ea7fd7470b13307ae78148ebe756d30a7bcc?branch=ipa-4-6 that bumps the release version to 4.6.11

I suspect it's related to this hardcoded value in create_spec.yml:

- name: add autoreconf to spec file (ipa-4-6 branch only)
  lineinfile:
    path: /root/freeipa/freeipa.spec.in
    insertafter: "^%setup"
    line: autoreconf -if
  when: build_version is version('4.6.9.dev', '=')

Metadata Update from @frenaud:
- Issue assigned to frenaud

3 months ago

Metadata Update from @frenaud:
- Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/7160

3 months ago

ipa-4-6:

  • d5240eb Build on ipa-4-6 branch Call autoreconf

Metadata Update from @frenaud:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

3 months ago

Login to comment on this ticket.

Metadata