|
AU: Many minor cleanup changes
postinstall: Run postinst twice, once for pre-commit (ie, before we
mark the install partition bootable in the partition table), and
post-commit (for after we do). This behavior is needed for specific
types of firmware update.
download action: flush caches, as we found was necessary in
memento_updater.sh
omaha request prep action: update the names of keys we look for in
lsb-release, also get the AU server url from a file, rather than
hard-code it.
set bootable flag action: GPT support.
also, some misc utility functions.
BUG=None
TEST=attached unittests
Total comments: 18
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+320 lines, -317 lines) |
Patch |
|
M |
src/platform/installer/chromeos-postinst
|
View
|
|
1 chunk |
+21 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/download_action.cc
|
View
|
|
3 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/main.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/omaha_request_prep_action.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/platform/update_engine/omaha_request_prep_action.cc
|
View
|
1
|
4 chunks |
+13 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/omaha_request_prep_action_unittest.cc
|
View
|
1
|
4 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/postinstall_runner_action.h
|
View
|
|
3 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/postinstall_runner_action.cc
|
View
|
1
|
1 chunk |
+48 lines, -23 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/postinstall_runner_action_unittest.cc
|
View
|
|
3 chunks |
+10 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/set_bootable_flag_action.h
|
View
|
|
3 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/set_bootable_flag_action.cc
|
View
|
|
1 chunk |
+54 lines, -94 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/set_bootable_flag_action_unittest.cc
|
View
|
|
1 chunk |
+6 lines, -126 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/update_attempter.cc
|
View
|
|
3 chunks |
+17 lines, -11 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/update_check_action.h
|
View
|
|
2 chunks |
+17 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/update_check_action.cc
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
src/platform/update_engine/update_check_action_unittest.cc
|
View
|
1
|
12 chunks |
+24 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/utils.h
|
View
|
1
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/utils.cc
|
View
|
1
|
2 chunks |
+30 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/utils_unittest.cc
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|