about summary refs log tree commit diff
path: root/xpkgdiff
Commit message (Collapse)AuthorAgeFilesLines
* xpkgdiff: add bootstrap repoclassabbyamp2023-10-141-0/+3
|
* xpkgdiff: improve cross functionalityclassabbyamp2022-09-041-5/+35
| | | | | adds `-R` and `-a` to make it easier to handle cross, but still support setting XBPS_TARGET_ARCH directly.
* xpkgdiff: clean up even on errorclassabbyamp2022-09-021-4/+8
|
* xpkgdiff: run an in-memory sync to allow use of XBPS_TARGET_ARCHclassabbyamp2022-05-051-2/+2
| | | | | | If the user would like to run a diff for a package on a certain arch, XBPS_TARGET_ARCH=other-arch xpkgdiff -f foo will now work properly, even if the user does not have a local repodata for that arch already.
* xpkgdiff: fix check for package existenceclassabbyamp2022-03-311-1/+1
|
* New tool: xpkgdiffclassabbyamp2022-03-251-0/+84
Closes: #232 [via git-merge-pr]