Look at making eopkg history -t
be able to take back packages from a Local repo?
#69
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
Milestone
Currently,
eopkg history -t
uses its own code-path which does not appear to support taking back packages that are present in the Local repo, making testing unnecessarily convoluted when rolling back to a previous state.It might be smart to ensure that
eopkg history -t
uses the same code-path aseopkg install
andeopkg upgrade
.In addition, it might be smart to ensure that both normal *nix paths such as
/var/lib/solbuild/local/eopkg-index.xml.xz' _and_ URI versions of the Local repo path
file:///var/lib/solbuild/local/eopkg-index.xml.xz` both work interchangeably.Bonus points if eopkg automatically converts the local path version to the URI version?
The text was updated successfully, but these errors were encountered: