- 26 May, 2010 1 commit
-
-
Timo Teräs authored
openssl BIO does not close the fd unless we explicitly tell it to do so.
-
- 19 May, 2010 1 commit
-
-
Timo Teräs authored
So it'll be easier to rebuild affected packages. Fixes #349.
-
- 12 May, 2010 1 commit
-
-
Natanael Copa authored
Doing "apk add file.apk" adds a versioned dependency to allow downgrading, and sticky version. Most often this is to install single packages from newer repository. So it would make sense to reset them to non-versioned if doing: apk upgrade -a fixes #346
-
- 05 May, 2010 1 commit
-
-
Timo Teräs authored
Check that package name has packages associated with it before dereferencing the pointer. Fixes #345.
-
- 16 Mar, 2010 1 commit
-
-
Timo Teräs authored
-
- 15 Mar, 2010 1 commit
-
-
Timo Teräs authored
they do not have any package associated. this is indicated by package with zero installed_size.
-
- 10 Mar, 2010 1 commit
-
-
Timo Teräs authored
even if we have only one package as candidate, we need to check it's availability. otherwise we can endup with bad changeset referring to unavailable package.
-
- 04 Mar, 2010 2 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
we do not create mirror repositories from other valid repositories, not from what was installed locally.
-
- 01 Mar, 2010 3 commits
-
-
Timo Teräs authored
wget:ing local files results in error and is useless.
-
Timo Teräs authored
add the missing variable.
-
Timo Teräs authored
otherwise regeneration of non-repository index might go wrong or we might delete too many files from cache when doing 'cache clean'.
-
- 26 Feb, 2010 4 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
prints like: (1/12) Installing... (2/12) Installing... etc...
-
Natanael Copa authored
This makes things a little bit nicer when installing from network with slow lines.
-
Natanael Copa authored
We want see all packages that fails to install and not only the first
-
- 25 Dec, 2009 2 commits
-
-
Timo Teräs authored
got broke few commits ago when apk_pkg_installed() call was moved to happen after the package name has been read.
-
Natanael Copa authored
When pressing only <enter> on the question "..continue [Y/n]?" then lets take that as a "yes"
-
- 23 Dec, 2009 1 commit
-
-
Timo Teräs authored
-
- 22 Dec, 2009 1 commit
-
-
Timo Teräs authored
this is now mandatory after the overlay fixes. otherwise the package will not get listed as installed.
-
- 21 Dec, 2009 7 commits
-
-
Natanael Copa authored
-
Timo Teräs authored
-
Timo Teräs authored
turns out the logic does not work with overlays as expected due to busybox symlinks being unmanaged. remove the useless option.
-
Timo Teräs authored
appears this is possible, so support it.
-
Timo Teräs authored
lookup proper directory instance as the tar output might not be linear.
-
Timo Teräs authored
get list of overlay files from stdin, so those do not get overwritten.
-
Timo Teräs authored
less syscalls.
-
- 24 Nov, 2009 2 commits
-
-
Timo Teräs authored
-
Natanael Copa authored
do not overwrite target if we have --never-overwrite and target exists. ref #197
-
- 06 Nov, 2009 5 commits
-
-
Timo Teräs authored
otherwise we always extract the file as .apk-new and the database side just overwrites.
-
Timo Teräs authored
add cvs, svn, git and mercurial tags for creating snapshot packages.
-
Timo Teräs authored
even more corner cases found which were broke. now all tests should pass.
-
Timo Teräs authored
so i don't get to break version compares again.
-
Timo Teräs authored
to never ever overwrite a while in the filesystem the user knows about. it gives the impression of extraction succeeding even though nothing was done. this is inteded to be used only for bootstrapping with overlay.
-
- 05 Nov, 2009 1 commit
-
-
Timo Teräs authored
-t 1.3-r0 1.3.1-r0 was broke
-
- 26 Oct, 2009 2 commits
-
-
Timo Teräs authored
the old code treated a symlink to directory as file; it tried to calculate regular has of it. fix this by: 1) using no follow on migration and pruning stats, and 2) the helper function to check if it's point to directory and not calculate hash in that case. fixes #188.
-
Timo Teräs authored
got broke in 0b9bfa8d which fixed another corner case. hopefully it's good now. fixes #191.
-
- 25 Sep, 2009 1 commit
-
-
Timo Teräs authored
-
- 16 Sep, 2009 1 commit
-
-
Timo Teräs authored
if the dependencies are empty with only trailing new line, the parsing was incorrect. fix the new line check.
-
- 04 Sep, 2009 1 commit
-
-
Timo Teräs authored
-