unit tests

This commit is contained in:
Mike McLean 2025-05-19 19:21:01 -04:00
parent da3938fbc1
commit 0f06d749ef
7 changed files with 467 additions and 27 deletions

View file

@ -49,7 +49,8 @@ admin commands:
regen-repo Generate a current repo if there is not one
remove-external-repo Remove an external repo from a tag or tags, or remove entirely
remove-group Remove group from tag
remove-group-pkg Remove a package from a group's package listing
remove-group-pkg Remove packages from a group's package listing
remove-group-req Remove entries from a group's requirement listing
remove-host-from-channel Remove a host from a channel
remove-pkg Remove a package from the listing for tag
remove-sig Remove signed RPMs from db and disk
@ -65,6 +66,7 @@ admin commands:
set-pkg-owner Set the owner for a package
set-pkg-owner-global Set the owner for a package globally
set-task-priority Set task priority
unblock-group Unblock a group from tag
unblock-group-pkg Unblock a package from a group's package listing
unblock-group-req Unblock a group's requirement listing
unblock-pkg Unblock a package in the listing for tag

View file

@ -49,7 +49,8 @@ admin commands:
regen-repo Generate a current repo if there is not one
remove-external-repo Remove an external repo from a tag or tags, or remove entirely
remove-group Remove group from tag
remove-group-pkg Remove a package from a group's package listing
remove-group-pkg Remove packages from a group's package listing
remove-group-req Remove entries from a group's requirement listing
remove-host-from-channel Remove a host from a channel
remove-pkg Remove a package from the listing for tag
remove-sig Remove signed RPMs from db and disk
@ -65,6 +66,7 @@ admin commands:
set-pkg-owner Set the owner for a package
set-pkg-owner-global Set the owner for a package globally
set-task-priority Set task priority
unblock-group Unblock a group from tag
unblock-group-pkg Unblock a package from a group's package listing
unblock-group-req Unblock a group's requirement listing
unblock-pkg Unblock a package in the listing for tag