Commit Graph

19 Commits

Author SHA1 Message Date
0a428d8756 update_psa():
if called without -m (without MAINTENANCE):
check for ISMAS updates 3 times. If no response by ISMAS, end update process with FAILURE (exit script)
if called with -m:
check for ISMAS updates 10 times. If no response by ISMAS, end update process with FAILURE (exit script)
2023-06-29 13:38:41 +02:00
2d76b37e5d removed if-GIT_CLONE_EXECUTED branch 2023-05-30 16:42:03 +02:00
ef4d27eb91 Taken over some parts from update_psa:
cloning of customer_repository, some sanity checks, check for available
updates.
2023-05-26 15:07:40 +02:00
2a8be547a8 Added FATAL_FAILURE to log_helpers. Do not send to APIS in case of FATAL_FAILURE. 2023-05-24 16:46:21 +02:00
7a35039dad update_psa: when called with an argument, skip test for available
updates, executing 'git pull' in any case.
2022-06-16 15:49:34 +02:00
0541206033 Use of GIT_CLONE_EXECUTED to check if clone was running 2022-06-12 13:07:57 +02:00
3574453066 'git pull' calls the hook post-merge when new data arrive.
If this is the case, write a file /tmp/git-pull which contains the names
of changed files.
Do not search for any special output of git.
2022-06-09 18:41:33 +02:00
cfce4ae53c remove opkg-part 2022-06-07 22:33:05 +02:00
0516843837 removed all needless parts: git is doing the working 2022-06-06 20:41:55 +02:00
66511262e1 use OPKG_CMDS_PSA_FILE 2022-06-04 22:08:01 +02:00
73a18d5615 minor changes in comment 2022-06-03 18:09:16 +02:00
6bf95ba131 adapted because of changes in read_config 2022-06-07 21:51:47 +02:00
e941af6420 Added call for compute_version 2022-06-02 16:04:25 +02:00
262a851045 json/ini extended to json/ini/hex 2022-06-02 21:53:33 +02:00
3bbbe57c54 use current_settings_to_ismaes() 2022-06-02 17:40:31 +02:00
d8f36deca0 using json instead of conf. started collect_current_configuration 2022-06-06 19:05:45 +02:00
99fe056626 Added use of update_psa-ismas messages 2022-06-04 21:47:52 +02:00
2f169e966e added TODO comment 2022-06-03 21:49:16 +02:00
d890ff9f07 move update_psa to own file 2022-06-02 16:06:17 +02:00