- 05 Sep, 2011 1 commit
-
-
Timo Teräs authored
Allow to select packages that conflict in case we are looking for errors. This allows 'add --force' to install (on boot) the set of packages with minimum conflicts.
-
- 18 Aug, 2011 1 commit
-
-
Timo Teräs authored
* each package name has two sorting positions, one which causes install_if triggers to be run, and other for bulk dependencies * fix also inverted ordering of package installations
-
- 05 Aug, 2011 1 commit
-
-
Timo Teräs authored
this allows quite some optimizations to running time and memory requirements.
-
- 01 Aug, 2011 1 commit
-
-
Timo Teräs authored
* the solver no longer does look-ahead locking of names (could be possibly optimized later); instead names are now always ordered strictly to properly detect the package names which are unsolveable * basic error tests added, so we can see the most likely problem in dependencies easily
-
- 27 Jul, 2011 4 commits
-
-
Timo Teräs authored
Packages that need (re-)installation but which are not available, are excluded now properly.
-
Timo Teräs authored
The first found solution is the most preferred one then.
-
Timo Teräs authored
-
Natanael Copa authored
-
- 26 Jul, 2011 1 commit
-
-
Timo Teräs authored
* basic code for a backtracking, forward checking dependency satisfier * works better when there are tricky dependencies to solve (when can't just upgrade everything to most preferred versions) * the new code always evaluates all of 'world' constraints (old code just does incremental updates based on heuristics) * is probably somewhat slower than old code (probably unnoticeable difference in most cases) * makes easier to write support for provides and repository pinning * test applet and a bunch of test cases added which uses the new code * from the old feature set install_if is not yet implemented
-
- 24 Jul, 2011 2 commits
-
-
Timo Teräs authored
This applet can be used to generate data for graphviz tools. Useful to visualize package dependencies, and possible errors in the repository. Usage examples: apk dot gnome-desktop | tred | dot -Tpng gnome-desktop.png -- to generate simplified dependency chart of gnome-desktop apk dot --errors | dot -Tpng index-errors.png -- to generate chart visualizing dependency errors in index
-
Timo Teräs authored
-
- 22 Jul, 2011 1 commit
-
-
Timo Teräs authored
* fixup the help messages to align up properly * refresh screen width on SIGWINCH
-
- 16 Jul, 2011 4 commits
-
-
Ariadne Conill authored
-
Ariadne Conill authored
-
Ariadne Conill authored
-
Ariadne Conill authored
-
- 11 Jul, 2011 1 commit
-
-
Timo Teräs authored
fixes #666
-
- 28 Jun, 2011 1 commit
-
-
Timo Teräs authored
Make indexer keep noise about errors that prevent index generation. Detect certain errors in the APKs better. And also have the applet return error in these scenarios.
-
- 27 May, 2011 2 commits
-
-
Timo Teräs authored
remount to read-write before trying to create the cache directory subdirs. fix a fd leak that might prevent remounting back to rw.
-
Natanael Copa authored
The apk cache might be on the readonly media so we need wait with remounting til after atleast this filehandle is closed.
-
- 23 May, 2011 3 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
commit 4e72075f introduced a bug where package installation might happen in wrong order (reminder for self to separate the package version deduction to separate step from installation ordering). this restricts the earlier commit to not mingle with the install order.
-
Timo Teräs authored
-
- 27 Apr, 2011 1 commit
-
-
Ariadne Conill authored
-
- 22 Apr, 2011 2 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
- 14 Apr, 2011 1 commit
-
-
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.
-
- 09 Apr, 2011 2 commits
-
-
Ariadne Conill authored
-
Ariadne Conill authored
-
- 07 Apr, 2011 1 commit
-
-
Timo Teräs authored
-
- 06 Apr, 2011 1 commit
-
-
Timo Teräs authored
-
- 04 Apr, 2011 2 commits
-
-
Timo Teräs authored
Parse these fields from .PKGINFO, and write them to index.
-
Timo Teräs authored
Our build infra does not yet handle properly noarch, so for the time being we will rewrite them as native packages in index. This allows the package to be fetched from the proper URL. This feature will be removed once abuild and the build infra handle noarch properly.
-
- 31 Mar, 2011 1 commit
-
-
Timo Teräs authored
improves behaviour under certain corner case conditions.
-
- 30 Mar, 2011 1 commit
-
-
Natanael Copa authored
The db parameter to apk_state_commit is not needed so we remove it.
-
- 29 Mar, 2011 3 commits
-
-
Timo Teräs authored
Implement the logic for install_if lines. Update info applet to also display the install_if related fields.
-
Timo Teräs authored
-
Timo Teräs authored
broke after making the version field an atom because the printf was not updated accordingly.
-
- 27 Mar, 2011 2 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
commit 4e72075f introduced late locking for top level packages, but used the wrong package's top level flag for the check. this fixes a problem that dependencies might not get pulled in.
-