debian-forge-composer/internal/ostree
Achilleas Koutsou 9e0af86775 ostree: rename errors and introduce ParameterComboError
Shorter and clearer error types.
- InvalidParameterError is now RefError.  It is returned when a ref (the
  new ref or the parent ref) is invalid.
- The ResolveRefError is not renamed.  It is returned when a ref can't
  be resolved (e.g., ref not found at URL).

New error type ParameterComboError.  It is returned when a parent ref is
specified but no URL, which is an invalid parameter combination.
2022-02-23 11:08:24 +01:00
..
mock_ostree_repo ostree: move test server to separate package 2022-02-23 11:08:24 +01:00
errors.go ostree: rename errors and introduce ParameterComboError 2022-02-23 11:08:24 +01:00
ostree.go ostree: rename errors and introduce ParameterComboError 2022-02-23 11:08:24 +01:00
ostree_test.go ostree: add test for VerifyRef() 2021-06-18 14:02:09 +01:00