aboutsummaryrefslogtreecommitdiffstats
path: root/src/upgrade.c
Commit message (Collapse)AuthorAgeFilesLines
* all: implement database open optionsTimo Teras2009-08-061-14/+10
| | | | so user can override trusted keys directory and repositories file.
* state: fix world dependencies to be honored alwaysTimo Teras2009-08-041-0/+3
| | | | | | previously they might have been skipped on certain situations. this also fixes some other reverse dependency enforcements and implements new "pending" state for locked name.
* help: auto construct helpTimo Teras2009-06-251-3/+6
| | | | And add some more verbosity to the help message.
* upgrade: add --available optionTimo Teras2009-06-251-1/+20
| | | | | | | That will make the upgrade prefer packages available in repositories. This is good if one want's to downgrade packages by removing an experimental repository. Or to force re-install of locally built vs. repository version when the package version are same, but checksum is different. Fixes #51.
* upgrade: new appletTimo Teras2009-06-251-0/+55
Currently just goes through all world dependencies and updates them where possible (ref #51).