Fix update when viewer is not installed#33457
Conversation
|
should we limit the check disablement for git clones ? this can be detected by checking if versions.php contains "git" as the update channel, there are some APIs to read it |
|
seems pef ci fails because of viewer, ex: https://github.com/nextcloud/server/runs/7844066536?check_suite_focus=true |
|
Line 59 in 1c60ff5 |
but then viewer won't be enabled by default anymore if I understand correctly :( Also the ci is currently unhappy with my fix :( |
|
@CarlSchwan adding to shipped.json is independent from "default_enable". most other shipped apps are also enabled by default, ex: user_status |
Since the viewer app is not shipped with server, with a fresh clone of the server repo it is imposible to do an update. Signed-off-by: Carl Schwan <[email protected]>
488fb21 to
fbecfa3
Compare
The difference is that you can disable |
Since the viewer app is not shipped with server, currently with a fresh clone of
the server repo it is impossible to do an update.