- 01 Jun, 2017 1 commit
-
-
Karel Koci authored
-
- 09 May, 2017 2 commits
-
-
Karel Koci authored
-
Karel Koci authored
-
- 12 Apr, 2017 1 commit
-
-
Karel Koci authored
-
- 27 Feb, 2017 2 commits
-
-
Martin Petráček authored
-
Martin Petráček authored
-
- 26 Aug, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 24 Aug, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 19 Aug, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
Looping in shell is bad, as it needlessly starts several new PIDs each iteration. Use a pipeline instead, with a trick. Also, use unicode time for the events. We don't want to travel in time whenever we travel in space.
-
- 18 Aug, 2016 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Store approval requests into a file. Read and decide what approvals we already got.
-
- 16 Aug, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 09 Aug, 2016 2 commits
-
-
Karel Koci authored
Why set sleep to background when we wait for its exit anyway?
-
Karel Koci authored
When updater.sh received ctrl+c it exited but all its children stayed alive. Shell corers given signals for subprocess. To solve this we must send termination signal on our own when exit is detected.
-
- 08 Aug, 2016 1 commit
-
-
Karel Koci authored
Implemented new cli option --state-log as replacement of environment variable UPDATER_ENABLE_STATE.
-
- 29 Jul, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
Previously, if we only downloaded packages but then discovered we can't install them (because of collisions), an empty notification message has been created. We avoid that now.
-
- 28 Jul, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
• Clean up state files from previous run, so errors and list of actions are not preserved. • Give the updater longer time to run (in case of really slow connections and a lot of updates, for example). • Enforce busybox's ps in case there's another one as well (to make sure the output doesn't change).
-
- 27 Jul, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
Allow uci-style bools in addition to true/false to disable (or not) the updater. Minor, tested change, skipping review.
-
- 25 Jul, 2016 1 commit
-
-
Karel Koci authored
You can place files to internal directory in src/pkgupdate to embedded them to finished binary file. Such files can be then accessed using uri of format internal://
-
- 18 Jul, 2016 2 commits
-
-
Michal 'vorner' Vaner authored
Move the check to the updater.sh script. This way it won't spam with fake error saying that the updater is disabled (which is problematic, but the user asked for it). Also, it is a bit less hacky and the user is able to update manually when requested.
-
Michal 'vorner' Vaner authored
-
- 15 Jul, 2016 1 commit
-
-
Michal Vaner authored
Limit the time for which certain commands (including the main pkgupdate) are allowed to run.
-
- 10 Jun, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 06 Jun, 2016 5 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Lock the state manipulation, correct it in case the updater terminates incorrectly, etc.
-
- 03 Jun, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
To let nuci and others know about the current activity.
-
- 18 May, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
And some more support for running instead of the old updater.
-