- 28 Jan, 2016 5 commits
-
-
Michal 'vorner' Vaner authored
Integrate the „check“ test suite into the build system. Teach the build system to run tests, by: • make test (only the test) • make valgrind (tests run inside valgrind) • make check (everything above). Build the test binaries only when they are needed, not by default.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 27 Jan, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
Just empty Makefiles doing nothing.
-
- 12 Jan, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 07 Jan, 2016 2 commits
-
-
Michal 'vorner' Vaner authored
As described on the router, not by finding any existing docs or reading opkg code.
-
Michal 'vorner' Vaner authored
-
- 09 Dec, 2015 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 30 Nov, 2015 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 27 Nov, 2015 2 commits
-
-
Michal 'vorner' Vaner authored
Dump some implementation ideas so they are not lost either.
-
Michal 'vorner' Vaner authored
Write down the requirements as a summary of what was talked about personally and over the email.
-
- 26 Nov, 2015 2 commits
-
-
Michal 'vorner' Vaner authored
Initialize the build system and create an empty documentation file.
-
Michal 'vorner' Vaner authored
-
- 10 Nov, 2015 1 commit
-
-
Michal 'vorner' Vaner authored
Don't get confused & angry, when the real updater runs and the updater-resume is started at the same time. This seems to happen when updater is updated and '/etc/init.d/updater enable' is issued from the post-inst script on the newest openWRT.
-
- 06 Nov, 2015 1 commit
-
-
Michal 'vorner' Vaner authored
Each instance of passthrough package has its own set of flags, possibly different from the non-passthrough instance.
-
- 03 Nov, 2015 3 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
The functionality of deleting packages not matching versions got assigned a flag. Another flag (for generator passthrough) got assigned. Both flags are documented.
-
Jan Čermák authored
-
- 20 Oct, 2015 1 commit
-
-
Michal 'vorner' Vaner authored
Don't warn (emit only info message) when the hash checker is not installed. It still can be installed by the user, but updater won't do it.
-
- 08 Oct, 2015 1 commit
-
-
Michal 'vorner' Vaner authored
Pick the working version, not the broken one, if there are multiple possibilities.
-
- 29 Sep, 2015 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 24 Sep, 2015 2 commits
-
-
Michal 'vorner' Vaner authored
The create notification script is only soft dependency of updater, it should still work without it. So make the errors non-fatal and don't crash because of it.
-
Michal 'vorner' Vaner authored
It's a temporary solution ‒ we should handle these on the box and we will do it soon.
-
- 14 Sep, 2015 1 commit
-
-
Michal 'vorner' Vaner authored
Due to a typo & variable name collision, no collision was ever acted upon, even whet it was detected.
-
- 08 Sep, 2015 1 commit
-
-
Michal 'vorner' Vaner authored
As there are two colliding and we have no immediate solution.
-
- 07 Sep, 2015 1 commit
-
-
Michal 'vorner' Vaner authored
The same package (including version) may have different sets of hashes. This may happen, for exaple, if the same version is present across multiple generations. Be able to handle the situation by checking all possibilities and trying to find one.
-
- 04 Sep, 2015 2 commits
-
-
Michal 'vorner' Vaner authored
• Include empty packages in the output, as they may be needed in to describe package that is empty in one generation and non-empty in other. • Generate hashes for generation 0. • Merge the generations together to form possibilities of hashes of single package.
-
Michal 'vorner' Vaner authored
-
- 27 Aug, 2015 1 commit
-
-
Michal 'vorner' Vaner authored
If something eats a symbolic link, the package needs to be restored as well. Generate hashes for symbolic links.
-
- 25 Aug, 2015 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 14 Aug, 2015 1 commit
-
-
Michal 'vorner' Vaner authored
So it doesn't crash every time it is called and generates something else than just empty hash sets.
-
- 03 Aug, 2015 2 commits
-
-
Michal 'vorner' Vaner authored
The new layout has subdirectories, each one containing the Packages file. We take all of them in such case.
-
Michal 'vorner' Vaner authored
• This will allow to read them from multiple subdirectories. • Also remember the subdirectory used.
-
- 21 Jul, 2015 1 commit
-
-
Michal 'vorner' Vaner authored
Delete the lock if it is there for too long time.
-
- 02 Jul, 2015 3 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 16 Jun, 2015 1 commit
-
-
Michal 'vorner' Vaner authored
Uncomment previously commented-out line responsible for cleaning up. It was commented out for testing purposes and committed by mistake. This was responsible for broken first-run wizard. Closes: #4005.
-