1. 04 Jun, 2022 6 commits
  2. 03 Jun, 2022 1 commit
  3. 02 Jun, 2022 9 commits
  4. 01 Jun, 2022 1 commit
  5. 31 May, 2022 2 commits
  6. 30 May, 2022 20 commits
  7. 29 May, 2022 1 commit
    • config: allow bool values for repo cert · 8cb3aab3
      This change allows certificates.<repo>.cert configuration to accept
      boolean values in addition to certificate paths. This allows for
      repositories to skip TLS certificate validation for cases where
      self-signed certificats are used by package sources.
      
      In addition to the above, the certificate configuration handling has
      now been delegated to a dedicated dataclass.
      
      Co-authored-by: Celeborn2BeAlive <laurent.noel.c2ba@gmail.com>
      Co-authored-by: Maayan Bar <maayanbar13@gmail.com>
      Arun Babu Neelicattu committed