Improve OBS check for DoD
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
Activity
Filter activity
requested review from @daissi
assigned to @wlozano
- Resolved by Walter Lozano
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
Toggle commit list-
e2bbb228...0e64e652 - 8 commits from branch
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
Toggle commit list-
e56327b3 - 1 commit from branch
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
Toggle commit list-
b576afcd...bc7a7e6d - 3 commits from branch
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
Toggle commit list15 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 or
I think the
all-all
seems weirdYes, 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 caseall-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.- first
added 2 commits
Please register or sign in to reply