-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance version handling in packaging (New) (#909)
* Add comparision function in packaging.py New function to compare versions in packages * Added test to read os version id form text Testing that the reading an comparison of the os-version-id is done properly. Formatted test_packaging.py * Increase clarity of is_applicable function renamed "strategy" functions and moved debug log to is_applicable function * Moved matching functions inside the driver class The methods that were used in in the "is_applicable" function have been moved inside the "PackagingDriverBase" class. The tests have been adapted for that change * Simplified test_fix_1477095 in packaging Replaced specific functions for "is_applicable" and moved them to a separate test * Updated usages of ">=" in deb packaging - gnome-randr, libsvm3 and python3-opencv use ">= 22.04" - camera_quality test is run for versions ">= 22.04" * Updated Packaging Meta Data Unit docs * Multiple operators handled properly
- Loading branch information
1 parent
4448fa2
commit ff8ab68
Showing
7 changed files
with
392 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.