- 14 Jun, 2018 2 commits
-
-
Timo Teräs authored
-
Natanael Copa authored
Run apk_solver_solve once with all args as dependencies instead of running apk_solver_solve for each arg. This is neccesary so the install_if calculation is done correctly.
-
- 09 Jan, 2018 1 commit
-
-
William Pitcock authored
-
- 03 Jan, 2018 1 commit
-
-
Timo Teräs authored
This unloads --force as several of the things are really not wanted together. E.g. --force-refresh is a lot different from --force-broken-world and doing --force to get the other might introduce unwanted behaviour. --force is still kept for backwards compatibility and it enables most things --force was used for.
-
- 28 Nov, 2017 1 commit
-
-
Timo Teräs authored
-
- 23 Jun, 2017 1 commit
-
-
Timo Teräs authored
This reduces function pointers in heap, and unifies how the io functions are called.
-
- 25 Apr, 2017 3 commits
-
-
readerreader authored
-
William Pitcock authored
-
William Pitcock authored
-
- 27 Feb, 2017 1 commit
-
-
Timo Teräs authored
The virtual package provider still needs to be explicitly given on command line.
-
- 16 Feb, 2016 2 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
which will delete any .apk package on output directory that were not downloaded by fetch this allows apk fetch to incrementally build repositories for binary images
-
- 09 Nov, 2015 1 commit
-
-
Timo Teräs authored
preserve [am]time for all packages and indexes. this fixes the caching error that 'apk update' is after new index is generated, but before the used mirror is synchronized. this caused local apkindex timestamp to be newer than file in mirror, when in fact it was outdated index. this also fixes fetched files to have build timestamp so that files going to .iso or custom images have proper timestamps (rsync with appropriate --modify-window now works)
-
- 10 Mar, 2015 2 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
- 08 Dec, 2014 1 commit
-
-
Timo Teräs authored
In case all applet arguments are packages names (that is are not including wildcards), return error if they do not match to some package.
-
- 08 Oct, 2014 1 commit
-
-
Timo Teräs authored
Add also a new 'commit' group that is the common options for all applets that can commit package changes.
-
- 03 Feb, 2014 2 commits
-
-
Natanael Copa authored
-
Timo Teräs authored
-
- 06 Jan, 2014 1 commit
-
-
Natanael Copa authored
This reverts commit a99bedba.
-
- 10 Dec, 2013 1 commit
-
-
Natanael Copa authored
Prevent the progressbar and status messages to mess up stdout.
-
- 28 Jun, 2013 1 commit
-
-
Dubiousjim authored
Acked-by:
Natanael Copa <ncopa@alpinelinux.org>
-
- 19 Jun, 2013 3 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
ref #511
-
Natanael Copa authored
- let the apk_print functions deal with the forced print itself. We avoid that the callbacks need to deal with the force flag. We can also get rid of the APK_PRINT_PROGRESS_* defines. - let the reader of --progress-fd decide how often things are updated rather than having a fixed granularity off 1/100 (percent) - avoid detect screen size and percent/bar calculations in case the --no-progress was given - track satistics for both the ascii bar and percent info and update bar only if either percent or bar changes. This makes the bar go smoother when width is wider than 100 chars and it makes the percent counter go smooth when screen width is less thann 100 chars. It also simplifies the callbacks as they no longer need to deal with update granularity.
-
- 18 Jun, 2013 1 commit
-
-
Timo Teräs authored
-
- 17 Jun, 2013 2 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
Fixes also 'fetch' applet to prefer copying/linking to files from cache if possible.
-
- 13 Jun, 2013 1 commit
-
-
Timo Teräs authored
Implementing basic dependency handling, install_if and awareness of pinning.
-
- 29 Feb, 2012 1 commit
-
-
Timo Teräs authored
Solver will now never report partial solution where a conflict constraint is not satisfied. The is because with --force we might install the partial solution; and if conflicted packages were to be installed we might have extra trouble.
-
- 24 Feb, 2012 1 commit
-
-
Timo Teräs authored
in preparation for provides support. implements also some dependency satisfaction helper routines. ref #574.
-
- 16 Sep, 2011 1 commit
-
-
Timo Teräs authored
-
- 13 Sep, 2011 1 commit
-
-
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.
-
- 07 Apr, 2011 1 commit
-
-
Timo Teräs authored
-
- 29 Mar, 2011 2 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
broke after making the version field an atom because the printf was not updated accordingly.
-
- 01 Jan, 2011 1 commit
-
-
Timo Teräs authored
The version now needs to be initialized atom always, since it's dereferenced in various places.
-
- 11 Jun, 2010 2 commits
-
-
Timo Teräs authored
-
Natanael Copa authored
-