Skip to content
Snippets Groups Projects

Improve OBS check for DoD

Open Walter Lozano requested to merge wip/wlozano/rebase-obs into main

Improve the check for DoD on OBS to retrieve the list of missing dependencies on all the components.

Signed-off-by: Walter Lozano walter.lozano@collabora.com

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Walter Lozano added 12 commits

    added 12 commits

    • e2bbb228...0e64e652 - 8 commits from branch main
    • 3b630a7d - check-for-dod: Improve output
    • 8190f3d0 - check-for-dod: Switch to v2026dev2 as default release
    • eb134062 - check-for-dod: Extend to all the components
    • d59e9bb8 - check-for-dod: Pass release as argument

    Compare with previous version

  • Walter Lozano resolved all threads

    resolved all threads

  • Walter Lozano added 1 commit

    added 1 commit

    • a4a82380 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Walter Lozano added 1 commit

    added 1 commit

    • f56923a8 - check-for-dod: Pass release as argument

    Compare with previous version

  • Walter Lozano added 1 commit

    added 1 commit

    • d51e504b - check-for-dod: Pass release as argument

    Compare with previous version

  • Walter Lozano marked this merge request as ready

    marked this merge request as ready

  • Walter Lozano added 7 commits

    added 7 commits

    • e56327b3 - 1 commit from branch main
    • c4971d71 - check-for-dod: Improve output
    • 90529c6d - check-for-dod: Switch to v2026dev2 as default release
    • 741ed41e - check-for-dod: Extend to all the components
    • ba86c558 - check-for-dod: Pass release as argument
    • 305232fc - check-for-dod: Exit on error
    • b576afcd - check-for-dod: Show information about the progress

    Compare with previous version

  • Dylan Aïssi added 9 commits

    added 9 commits

    • b576afcd...bc7a7e6d - 3 commits from branch main
    • 8ad49ed2 - check-for-dod: Improve output
    • 1b20576a - check-for-dod: Switch to v2026dev2 as default release
    • 57637e4e - check-for-dod: Extend to all the components
    • b89a1ce7 - check-for-dod: Pass release as argument
    • 84234a7d - check-for-dod: Exit on error
    • b1383b31 - check-for-dod: Show information about the progress

    Compare with previous version

  • Dylan Aïssi approved this merge request

    approved this merge request

  • Walter Lozano added 8 commits

    added 8 commits

    • c4971d71 - check-for-dod: Improve output
    • 90529c6d - check-for-dod: Switch to v2026dev2 as default release
    • 89718ff9 - check-for-dod: Extend to all the components
    • 4d338b25 - check-for-dod: Pass release as argument
    • d4171ebd - check-for-dod: Exit on error
    • b3085feb - check-for-dod: Show information about the progress
    • 888a1f24 - check-for-dod: Extend to capture all the build deps
    • 0788fdf3 - check-for-dod: Rename script to show new functionality

    Compare with previous version

  • Walter Lozano marked this merge request as draft

    marked this merge request as draft

  • Walter Lozano resolved all threads

    resolved all threads

    • Author Maintainer

      After some more iterations, I have added a commit, please review it. I have drafted since I will run some tests but it should be ready for review.

  • Dylan Aïssi
    Dylan Aïssi @daissi started a thread on an outdated change in commit 888a1f24
  • 15 15 done
    16 16 shift "$(($OPTIND -1))"
    17 17
    18 rm -f all-missing-bd-source.txt
    18 rm -f all-all-bd-source.txt all-debian-bd-source.txt
    • Suggested change
      18 rm -f all-all-bd-source.txt all-debian-bd-source.txt
      18 rm -f all-components-all-bd-source.txt all-components-debian-bd-source.txt

      or

      Suggested change
      18 rm -f all-all-bd-source.txt all-debian-bd-source.txt
      18 rm -f full-all-bd-source.txt full-debian-bd-source.txt

      I think the all-all seems weird :slight_smile:

    • Author Maintainer

      Yes, it is a bit weird. I tried to align the name pattern with those used in germinate, which used all to refer to all. In this case all-all means:

      • first all: all the components in Apertis
      • second all: all the dependencies, including both Apertis and Debian

      Having that in mind, do you have a better suggestion, since using a different keyword, like full is also confusing.

    • Please register or sign in to reply
  • Walter Lozano added 2 commits

    added 2 commits

    • 86f76970 - get-obs-bd: Use sort to filter unique values
    • dd89a5fd - get-obs-bd: Sort all the reports

    Compare with previous version

  • Walter Lozano marked this merge request as ready

    marked this merge request as ready

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading