- 09 May, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 19 Apr, 2016 2 commits
-
-
Michal 'vorner' Vaner authored
Don't get confused if you see it. Also, produce it in case we leave a modified config behind (but listing only the modified configs, removing the rest).
-
Michal 'vorner' Vaner authored
Bug compat mode. Some things produce truncated sha256 hashes in the status file. While this bug is likely already fixed in opkg and it would not happen in deployment, be ready to handle that bug anyway.
-
- 30 Mar, 2016 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
• Add it when installing a new package • Preserve the order (opkg seems to insist on that)
-
- 14 Mar, 2016 2 commits
-
-
Michal 'vorner' Vaner authored
Check if config file has been modified when considering to remove it. If it has, leave it in place.
-
Michal 'vorner' Vaner authored
When merging a package into the system, check if the config files were modified. Also, provide the hashes of previous version's config files to the merging function.
-
- 11 Mar, 2016 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Opkg switched to it (reportedly for security reasons, which makes no sense), so stay compatible. Also, use internal hash computation instead of calling external scripts.
-
- 10 Mar, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
To set the root directory/prefix.
-
- 09 Mar, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 07 Mar, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
The control files in the package are named without the pkg_name. prefix. We need to add it, not check it is there.
-
- 04 Mar, 2016 2 commits
-
-
Michal 'vorner' Vaner authored
After deleting the test dirs, remove them from the list so they are not attempted to be deleted after the next test.
-
Michal 'vorner' Vaner authored
-
- 02 Mar, 2016 2 commits
-
-
Michal 'vorner' Vaner authored
And minor fixes related to that.
-
Michal 'vorner' Vaner authored
The pkg_examine now returns everything that is needed to plug it into the global status structure.
-
- 01 Mar, 2016 6 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Make the block strings more readable
-
Michal 'vorner' Vaner authored
Functions to format the status block for a single package.
-
Michal 'vorner' Vaner authored
+ Fixes for these functions + Move of slurp to utils and reusing in the tests
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 23 Feb, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
With the addition of few test cleanups
-
- 22 Feb, 2016 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 19 Feb, 2016 5 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
New module for misc utilities, currently containing function to split text into lines and provide them as a set.
-
Michal 'vorner' Vaner authored
On some systems, the sort sorts differently, so we can't just have a constant. We convert it into a set, so the order does not matter.
-
Michal 'vorner' Vaner authored
Without any further parsing yet. With lot of TODOs.
-
- 15 Feb, 2016 7 commits
-
-
Michal 'vorner' Vaner authored
Some more tests added, checking broken situations.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Also, import bunch of control & other files for testing for the three packages we have „installed“ in the test system.
-
Michal 'vorner' Vaner authored
Function to parse the whole DB of packages (still some more needs to be added, obviously ‒ we parse just /usr/lib/opkg/status now). Also, rename the previous functions to the proper noun_verb form.
-
Michal 'vorner' Vaner authored
Parse some of the fields there.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-