1. 23 Mar, 2021 1 commit
    • Wang Yan's avatar
      fix CI dependency error · 68ce1586
      Wang Yan authored
      
      Fix the failure reported by git action
      
      Package python-minimal is not available, but is referred to by another package.
      This may mean that the package is missing, has been obsoleted, or
      is only available from another source
      However the following packages replace it:
        python2-minimal
      
      E: Package 'python-minimal' has no installation candidate
      Signed-off-by: default avatarWang Yan <wangyan@vmware.com>
      68ce1586
  2. 16 Mar, 2021 1 commit
  3. 04 Mar, 2021 1 commit
  4. 02 Mar, 2021 3 commits
  5. 01 Mar, 2021 4 commits
  6. 26 Feb, 2021 1 commit
  7. 25 Feb, 2021 3 commits
  8. 21 Feb, 2021 2 commits
  9. 19 Feb, 2021 1 commit
  10. 12 Feb, 2021 1 commit
  11. 10 Feb, 2021 1 commit
  12. 09 Feb, 2021 1 commit
  13. 08 Feb, 2021 1 commit
    • Sebastiaan van Stijn's avatar
      go.mod: change imports to github.com/distribution/distribution/v3 · 1d338749
      Sebastiaan van Stijn authored
      
      Go 1.13 and up enforce import paths to be versioned if a project
      contains a go.mod and has released v2 or up.
      
      The current v2.x branches (and releases) do not yet have a go.mod,
      and therefore are still allowed to be imported with a non-versioned
      import path (go modules add a `+incompatible` annotation in that case).
      
      However, now that this project has a `go.mod` file, incompatible
      import paths will not be accepted by go modules, and attempting
      to use code from this repository will fail.
      
      This patch uses `v3` for the import-paths (not `v2`), because changing
      import paths itself is a breaking change, which means that  the
      next release should increment the "major" version to comply with
      SemVer (as go modules dictate).
      Signed-off-by: default avatarSebastiaan van Stijn <github@gone.nl>
      1d338749
  14. 06 Feb, 2021 8 commits
  15. 05 Feb, 2021 1 commit
  16. 03 Feb, 2021 7 commits
  17. 02 Feb, 2021 3 commits