summaryrefslogtreecommitdiff
path: root/src/update.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-25help: auto construct helpTimo Teras1-2/+2
And add some more verbosity to the help message.
2009-06-19db: add function apk_repository_update_allNatanael Copa1-4/+1
We might want to add an --update-index option to misc applets. For example: apk add --update-index -u package apk version --update-index
2009-04-16db: cache index files, 'update' appletTimo Teras1-0/+41
Cache non-local index files always locally. Introduce 'update' applet to force refresh of cached index files. Fixes #19.