- Oct 08, 2014
-
-
Timo Teräs authored
-
- Oct 06, 2014
-
-
Timo Teräs authored
Also if --purge is specified delete all uninstalled packages. Fixes #2889
-
- May 19, 2014
-
-
Timo Teräs authored
-
- May 12, 2014
-
-
Timo Teräs authored
the dynamic applet registration never worked with PIE, and as a temporary hack -nopie was added to default link flags in 2008. this commit reworks the applet registration mechanism to something that is compatible with PIE, and removes the hack. finally!
-
- Jan 06, 2014
-
-
Natanael Copa authored
Simply print the default arch and exit. This is so scripts don't need to parse the output of -V.
-
- Oct 11, 2013
-
-
Timo Teräs authored
stdout is the proper place for it. this also fixes the progress bar in musl, which seems to not support using line buffering for stderr.
-
- Sep 10, 2013
-
-
Timo Teräs authored
to not run any per-package scripts. useful for managing buildroot when cross-compiling.
-
- Aug 28, 2013
-
-
Natanael Copa authored
-
- Jul 08, 2013
-
-
Timo Teräs authored
-
- Jun 30, 2013
-
-
Dubiousjim authored
-
- Jun 28, 2013
-
-
Dubiousjim authored
Acked-by:
Natanael Copa <ncopa@alpinelinux.org>
-
- Jun 19, 2013
-
-
Natanael Copa authored
Otherwise we cannot override with --no-progress
-
- Jun 18, 2013
-
-
Timo Teräs authored
-
- Jun 17, 2013
-
-
Timo Teräs authored
-
- May 30, 2013
-
-
Timo Teräs authored
make cache a special kind of repository, and automatically cache special packages (virtual packages, or ones installed from command line). add test cases for handling virtual packages. fixes #1617.
-
- Sep 20, 2012
-
-
Timo Teräs authored
-
- Feb 24, 2012
-
-
Timo Teräs authored
-
Timo Teräs authored
-
- Feb 23, 2012
-
-
Timo Teräs authored
also merge the expected output to the *.test files.
-
Timo Teräs authored
In case someone prefers extra quesions while running apk in a terminal. The file is always from the real root; not from --root so that we will not accidentally enable interactive mode when in initramfs bootstrap.
-
- Feb 17, 2012
-
-
Timo Teräs authored
-
- Sep 14, 2011
-
-
Timo Teräs authored
-
Timo Teräs authored
Use it to avoid self-upgrade loops in case something fails during the initial upgrade attempt.
-
- Sep 13, 2011
-
-
Timo Teräs authored
-
- Sep 09, 2011
-
-
Timo Teräs authored
-
- Jul 22, 2011
-
-
Timo Teräs authored
* fixup the help messages to align up properly * refresh screen width on SIGWINCH
-
- Jul 16, 2011
-
-
Ariadne Conill authored
-
Ariadne Conill authored
-
- Apr 22, 2011
-
-
Timo Teräs authored
-
- Apr 14, 2011
-
-
Natanael Copa authored
This is so we can do x86 --root installs on x86_64 hosts. Using --arch without --root can make great damage so we only enable it if --root is used.
-
- Mar 19, 2011
-
-
Timo Teräs authored
* make it as wide as the screen * make sure it's drawn after package change * and draw it using ansi escapes in line buffered stderr
-
- Mar 16, 2011
-
-
Timo Teräs authored
and make the progress bar disappear on regular runs too.
-
- Jan 01, 2011
-
-
Timo Teräs authored
Also re-exec's apk-tools to perform rest of the upgrade using the new apk-tools. This allows handling of new apk-tools features properly. Fixes #140.
-
- Dec 14, 2010
-
-
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
-
- Oct 08, 2010
-
-
Timo Teräs authored
Otherwise we end up using wrong uid/gid mappings when doing install to alternate system root. Fixes #434.
-
- Jun 30, 2010
-
-
Timo Teräs authored
We want minimal static build. And this now also breaks with our openssl since it tries to automatically dlopen some of the engine modules.
-
- Jun 12, 2010
-
-
Timo Teräs authored
Take the uid/gid from passwd and group.
-
- Jun 11, 2010
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- Jun 08, 2010
-
-
Timo Teräs authored
-