|
51 | 51 | .PHONY: register27 |
52 | 52 | register27: |
53 | 53 | docker exec master-stable27-1 sudo -u www-data php occ app_api:app:unregister ui_example --silent --force || true |
| 54 | + docker exec master-stable27-1 rm -rf /tmp/ui_example_l10n && docker cp l10n master-stable27-1:/tmp/ui_example_l10n |
54 | 55 | docker exec master-stable27-1 sudo -u www-data php occ app_api:app:register ui_example manual_install --json-info \ |
55 | | - "{\"appid\":\"ui_example\",\"name\":\"UI Example\",\"daemon_config_name\":\"manual_install\",\"version\":\"1.0.0\",\"secret\":\"12345\",\"port\":9035,\"scopes\":[],\"system_app\":0}" \ |
| 56 | + "{\"id\":\"ui_example\",\"name\":\"UI Example\",\"daemon_config_name\":\"manual_install\",\"version\":\"1.0.0\",\"secret\":\"12345\",\"port\":9035,\"scopes\":[],\"system_app\":0, \"translations_folder\":\"\/tmp\/ui_example_l10n\"}" \ |
56 | 57 | --force-scopes --wait-finish |
57 | 58 |
|
58 | 59 | .PHONY: register28 |
59 | 60 | register28: |
60 | 61 | docker exec master-stable28-1 sudo -u www-data php occ app_api:app:unregister ui_example --silent --force || true |
| 62 | + docker exec master-stable28-1 rm -rf /tmp/ui_example_l10n && docker cp l10n master-stable28-1:/tmp/ui_example_l10n |
61 | 63 | docker exec master-stable28-1 sudo -u www-data php occ app_api:app:register ui_example manual_install --json-info \ |
62 | | - "{\"appid\":\"ui_example\",\"name\":\"UI Example\",\"daemon_config_name\":\"manual_install\",\"version\":\"1.0.0\",\"secret\":\"12345\",\"port\":9035,\"scopes\":[],\"system_app\":0}" \ |
| 64 | + "{\"id\":\"ui_example\",\"name\":\"UI Example\",\"daemon_config_name\":\"manual_install\",\"version\":\"1.0.0\",\"secret\":\"12345\",\"port\":9035,\"scopes\":[],\"system_app\":0, \"translations_folder\":\"\/tmp\/ui_example_l10n\"}" \ |
63 | 65 | --force-scopes --wait-finish |
64 | 66 |
|
65 | 67 | .PHONY: register |
66 | 68 | register: |
67 | 69 | docker exec master-nextcloud-1 sudo -u www-data php occ app_api:app:unregister ui_example --silent --force || true |
| 70 | + docker exec master-nextcloud-1 rm -rf /tmp/ui_example_l10n && docker cp l10n master-nextcloud-1-1:/tmp/ui_example_l10n |
68 | 71 | docker exec master-nextcloud-1 sudo -u www-data php occ app_api:app:register ui_example manual_install --json-info \ |
69 | | - "{\"appid\":\"ui_example\",\"name\":\"UI Example\",\"daemon_config_name\":\"manual_install\",\"version\":\"1.0.0\",\"secret\":\"12345\",\"port\":9035,\"scopes\":[],\"system_app\":0}" \ |
| 72 | + "{\"id\":\"ui_example\",\"name\":\"UI Example\",\"daemon_config_name\":\"manual_install\",\"version\":\"1.0.0\",\"secret\":\"12345\",\"port\":9035,\"scopes\":[],\"system_app\":0, \"translations_folder\":\"\/tmp\/ui_example_l10n\"}" \ |
70 | 73 | --force-scopes --wait-finish |
71 | 74 |
|
72 | 75 | .PHONY: translation_templates |
|
0 commit comments