- 13 Jan, 2012 1 commit
-
-
Timo Teräs authored
Previously we would not upgrade just by doing "apk add foo@tag" if foo was already installed. It required explicit '-u'. This allows 'apk add' to explicitly prefer the newly specified pinning.
-
- 12 Jan, 2012 2 commits
-
-
Timo Teräs authored
* default writing the world with spaces if a space is found (for backwards compatibility) for now
-
Timo Teräs authored
-
- 06 Jan, 2012 1 commit
-
-
Timo Teräs authored
-
- 18 Oct, 2011 1 commit
-
-
Timo Teräs authored
"replaces" is now turned to a full dependency type list, so you can make package overwrite files only certain versions of the package (though, we should probably take this into account already at solution calculation phase). Also make 'info --replaces' print the "replaces" of the package. This is in preparation for the policy package support, which still requires "replacement priority" field to decide which packages' files get the preference.
-
- 16 Sep, 2011 1 commit
-
-
Timo Teräs authored
allow per-name solver flags to be inheritable, and use them in self-upgrade, add -u and the fix applet. this gives more familiar behaviour for the upgrades.
-
- 13 Sep, 2011 2 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
- 09 Sep, 2011 1 commit
-
-
Timo Teräs authored
still todo: - 'fix' is missing - 'del -R' does not work - 'upgrade' does not do self-upgrade first ... and a lot of testing.
-
- 30 Mar, 2011 1 commit
-
-
Natanael Copa authored
The db parameter to apk_state_commit is not needed so we remove it.
-
- 05 Jan, 2011 1 commit
-
-
Timo Teräs authored
Packages without architecture should get the platforms default architecture (so we are backwards compatible). Only the virtual packages should get 'noarch' by default. Also print full path to the index file which failed.
-
- 14 Dec, 2010 1 commit
-
-
Timo Teräs authored
- implement a hash table for commonly shared fields such as license, version and architecture - use macroes to print blobs or pkgname-pkgver strings - fix some old cruft
-
- 11 Jun, 2010 1 commit
-
-
Natanael Copa authored
-
- 01 Jun, 2010 1 commit
-
-
Timo Teräs authored
Print more information why installation changeset calculation failed. Fixes #187.
-
- 26 Feb, 2010 1 commit
-
-
Natanael Copa authored
We want see all packages that fails to install and not only the first
-
- 13 Aug, 2009 2 commits
-
-
Timo Teräs authored
- make virtual packages work again - make apk del (for non-empty packages) work again
-
Timo Teräs authored
allow also overriding old (possibly bad) world dependency. hopefully it's more bullet proof now.
-
- 11 Aug, 2009 1 commit
-
-
Timo Teräs authored
-
- 06 Aug, 2009 3 commits
-
-
Timo Teräs authored
otherwise old world deps are used and unintended results will happen.
-
Timo Teräs authored
-
Timo Teräs authored
so user can override trusted keys directory and repositories file.
-
- 04 Aug, 2009 1 commit
-
-
Timo Teräs authored
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.
-
- 31 Jul, 2009 1 commit
-
-
Timo Teräs authored
this way we never change cwd, and relative filenames are always parsed consistently. this also helps filename construction in many places. this patch also changes '--root' to override location of all configuration to be in the new root. previously it depended on the file which one was used.
-
- 24 Jul, 2009 3 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
use the package 'installed_size' == 0 as a test instead for dependency only packages.
-
Timo Teräs authored
this enables virtual packages and files specified from command line to work on non-harddisk installs.
-
- 22 Jul, 2009 4 commits
-
-
Timo Teräs authored
fixes verification of non-repository packages while installing them. this is final thing needed for full signing support (fixes #46).
-
Timo Teräs authored
make sure cache is enabled on non-permanent rootfs setups. some optimizations and fixes too.
-
Timo Teräs authored
-
Timo Teräs authored
- error codes for verification failure types - fix some fdb corruption on file migration - combine some dependency parsing code - fix versioned dependencies
-
- 20 Jul, 2009 1 commit
-
-
Timo Teräs authored
prefer index in the new format as signed .tar.gz.
-
- 17 Jul, 2009 1 commit
-
-
Timo Teräs authored
an utility to check package signature and integrity.
-
- 16 Jul, 2009 1 commit
-
-
Timo Teräs authored
change the index generation to do old index, or the new style index where package identity is sha1 of control block and it's contained within an .tar.gz to allow signing in future.
-
- 14 Jul, 2009 1 commit
-
-
Timo Teräs authored
this also convers scripts file to a tar archive.
-
- 08 Jul, 2009 1 commit
-
-
Timo Teräs authored
instead of having static md5 implemenation, use the openssl library for digest functions.
-
- 07 Jul, 2009 1 commit
-
-
Timo Teräs authored
and use this option in initramfs, so we are likely to get an usable environment even if some packages from world are missing. fixes #50.
-
- 28 Jun, 2009 1 commit
-
-
Timo Teräs authored
And use it in couple of places. Some whitespace fixes too.
-
- 25 Jun, 2009 1 commit
-
-
Timo Teräs authored
And add some more verbosity to the help message.
-
- 19 Jun, 2009 1 commit
-
-
Natanael Copa authored
apk --help will list the generic options only and give a list of commands To get the details for a spefic command, 'apk command --help' should be used.
-
- 16 Jun, 2009 1 commit
-
-
Natanael Copa authored
Support version numbers specified with packages. For example: apk add 'busybox<1.14' apk add 'squid=>3.0'
-