Skip to content
  • David Runge's avatar
    Add Task to consolidate new pkgbases with existing ones · 88723cf9
    David Runge authored
    repod/action/task.py:
    Add `ConsolidateOutputPackageBasesTask` to compare the OutputPackageBase
    instances from an input with those read from a management repository
    directory. The Task makes use of `PkgbasesVersionUpdateCheck` and
    `PackagesNewOrUpdatedCheck` in `post_checks` to ensure that provided
    packages are updated.
    
    tests/action/test_task.py:
    Add tests for `ConsolidateOutputPackageBasesTask`.
    88723cf9