Skip to content
Snippets Groups Projects
  1. Dec 03, 2022
  2. Dec 01, 2022
  3. Nov 21, 2022
  4. Nov 15, 2022
  5. Oct 31, 2022
    • David Runge's avatar
      Add debug config information to man page · 95658f9b
      David Runge authored
      docs/repod/man/repod_conf.rst:
      * Extend man page by information on how to configure debug repositories
        and how they interact in the stability layers (e.g. `debug` vs.
        `staging_debug` vs. `testing_debug`).
      * Adjust the 2nd example to no longer rely on shared staging and testing
        dirs, as this no longer works.
      Verified
      95658f9b
  6. Oct 22, 2022
  7. Oct 14, 2022
  8. Aug 21, 2022
  9. Aug 15, 2022
    • David Runge's avatar
      Replace ARCHITECTURES with ArchitectureEnum · 14c3abd8
      David Runge authored
      docs/repod/man/repod_conf.rst:
      Replace the use of ARCHITECTURES with ArchitectureEnum.
      
      repod/common/regex.py:
      Remove unused imports from repod.common.defaults.
      
      repod/config/defaults.py:
      Change the type of DEFAULT_ARCHITECTURE from str to ArchitectureEnum.
      
      repod/config/settings.py:
      Change the type of Architecture, PackageRepo.architecture,
      Settings.architecture, SystemSettings.architecture and
      UserSettings.architecture from str to ArchitectureEnum.
      
      tests/conftest.py:
      Replace the use of ARCHITECTURES with ArchitectureEnum.
      Verified
      14c3abd8
  10. Aug 08, 2022
  11. Aug 06, 2022
  12. Jul 17, 2022
Loading