aboutsummaryrefslogtreecommitdiff
path: root/src/feature
Commit message (Collapse)AuthorAge
...
* Install explicit and dependent packages separatelykitsunyan2018-03-24
|
* Fix ignored packages/groupskitsunyan2018-03-23
|
* Don't fail on AUR dependency resolutionkitsunyan2018-03-23
|
* Use keyserver from ${gpgdir}/gpg.conf by defaultkitsunyan2018-03-18
|
* Add PGP keys importingkitsunyan2018-03-18
|
* Check conflicting targets before buildingkitsunyan2018-03-17
|
* Use unsetenv instead of setenv with empty stringkitsunyan2018-03-16
|
* Take pkgname change into accountkitsunyan2018-03-16
|
* Provide custom config for makepkg instead of exporting variableskitsunyan2018-03-15
|
* Perform arch filter during .SRCINFO parsingkitsunyan2018-03-13
|
* Don't load AUR commits in "noconfirm" modekitsunyan2018-03-13
|
* Don't interrupt dependency resolving on failkitsunyan2018-03-13
| | | | | | | | | A depends on B, A depends on C, C depends on D, D provides B (B — virtual package). Resolving a full tree sometimes allows to find actual packages when "upper" packages reference to corresponding virtual packages. This also allows to display a complete list of missing dependencies.
* Fix dependency resolver for dependency cycleskitsunyan2018-03-13
| | | | | | X provides Y, X depends on Z, Z depends on Y (X and Y — actual packages). Before this commit, resolver wouldn't lookup for Y since it's already provided by X.
* Initial commitv0.1kitsunyan2018-03-10