aboutsummaryrefslogtreecommitdiff
path: root/src/common.nim
Commit message (Collapse)AuthorAge
* Fix warnings introduced in Nim 1.4j-james2020-11-06
|
* Backport list comprehensionkitsunyan2020-04-26
|
* Fix some deprecationskitsunyan2019-12-20
|
* Add Nim 1.0 supportkitsunyan2019-12-20
|
* Replace package target object tree with tupleskitsunyan2018-10-22
|
* Replace package info object tree with tupleskitsunyan2018-10-22
|
* Replace config object tree with tupleskitsunyan2018-10-22
|
* Resolve AUR upgrades and print warnings after "--sysupgrade"kitsunyan2018-06-16
|
* Allow to change the name of fake AUR repokitsunyan2018-06-09
|
* Add support for "-Sc" to clean package repositorieskitsunyan2018-06-06
|
* Allow to query virtual packages using "-Qdttt"kitsunyan2018-06-02
|
* Specify refspec when git fetch is usedkitsunyan2018-05-20
|
* Allow to preserve built packages to user cache dirkitsunyan2018-05-20
| | | | Preserving is disabled by default now.
* Clone AUR repos without tags to user cachekitsunyan2018-05-19
|
* Clone package repos without tags to user cachekitsunyan2018-05-19
|
* Add user cache dirkitsunyan2018-05-19
|
* Add support for "--nodeps" and "--assume-installed" optionskitsunyan2018-05-07
|
* Filter necessary arguments onlykitsunyan2018-05-05
|
* Use bare repositories to build repo packages from the same sourcekitsunyan2018-05-01
|
* Add PKGBUILD retrievingkitsunyan2018-04-29
|
* Simplify arguments checkingkitsunyan2018-04-29
|
* Use git clone for dependency resolution instead of cgit requestskitsunyan2018-04-29
|
* Print error if chdir, setgroups, setuid, or setgid failedkitsunyan2018-04-28
|
* Don't clone official packages twicekitsunyan2018-04-28
|
* Add support for version constraints for sync infokitsunyan2018-04-22
|
* Add support for version constraints for targetskitsunyan2018-04-22
|
* Handle "--asdeps" and "--asexplicit" more accuratelykitsunyan2018-04-18
|
* Allow running via sudokitsunyan2018-04-08
|
* Remove build dependencies after buildingkitsunyan2018-04-02
|
* Don't fail on AUR dependency resolutionkitsunyan2018-03-23
|
* Add PGP keys importingkitsunyan2018-03-18
|
* Check conflicting targets before buildingkitsunyan2018-03-17
|
* Take pkgname change into accountkitsunyan2018-03-16
|
* Filter repeating dependencieskitsunyan2018-03-13
|
* Perform arch filter during .SRCINFO parsingkitsunyan2018-03-13
|
* Don't bisect AUR packageskitsunyan2018-03-13
| | | | | | | | Since .SRCINFO might be changed without version change, bisecting becomes not suitable for finding the commit. Some packagers forget to update pkgrel or even .SRCINFO making changes to PKGBUILD, so bisecting can do more harm than good.
* Initial commitv0.1kitsunyan2018-03-10