8402fde6b5
Reformat m_versionInfo in case a version is included in the commit-message.
GerhardHoffmann2024-04-29 15:00:52 +02:00
f15cc636c6
FIX: set m_pulledNewBranch = false in case no new branch has to be fetched from remote repository.
GerhardHoffmann2024-04-29 14:59:10 +02:00
adaa12395e
Trigger CHECK_ISMAS_TRIGGER_SUCCESS-message to ISMAS.
GerhardHoffmann2024-04-29 14:58:29 +02:00
853c29e448
Set result code NO_UPDATE_NECESSARY instead of just SUCCESS.
GerhardHoffmann2024-04-29 14:54:27 +02:00
78c214ceb4
CHECK_ISMAS_TRIGGER_SUCCESS: send message to ISMAS if WAIT-button as been set to "WAIT".
GerhardHoffmann2024-04-29 14:52:50 +02:00
698cf74516
doUpdate(): re-check again if there are valid data form the device-controller.
GerhardHoffmann2024-04-11 16:23:08 +02:00
20681b0d6c
If we have pull a new remote branch, the behave as if the customer-repo did not exist before: especially download all json-files inside the new local branch.
GerhardHoffmann2024-04-11 16:20:46 +02:00
763647c145
If customer-repo is already existent (i.e. not cloned), then check for the existence of remote branch (zg/zone<zone-number of psa>). If it exists remotely, but not locally, then execute 'git pull' (could also be 'git pull origin zg1/zone<zone-number>'). A follwing 'git checkout zg1/zone<zone-number>' will switch to the now local branch.
GerhardHoffmann2024-04-11 16:16:34 +02:00
24f2ba7c44
Move rsyncing the customer-repository after filesToUpdate(), as the repository is pulled in filesToUpdate().
v1.4.4
GerhardHoffmann2024-04-09 14:56:25 +02:00
2ed6768953
Minor: remove ismasTriggerValue-(debug)-message, as it was too confusing.
GerhardHoffmann2024-04-09 14:55:45 +02:00
8d18ae10fe
downLoadJson(): add more debug-output (visible in ISMAS as well) to see what actuelly went wrong when downloading json-Files.
GerhardHoffmann2024-04-09 14:51:54 +02:00
175b8fd3a1
If the update-trigger (aka WAIT-button) is empty and we have an automatic update (i.e. time is 0:00 - 4:00 am), then do not inform ISMAS with an U0003 error signal, but send an U0002 (setting the trigger-value to "OK").
GerhardHoffmann2024-03-19 12:41:42 +01:00
a5e0154757
Do not check if etc/psa_tariff and /etc/psa_tariff are equal after the rsync: reason is that this might be not the case if the customer-number has been changed.
GerhardHoffmann2024-03-08 08:44:39 +01:00
a240711946
(R)sync files of customer repository (under ./etc in the repository) with file-susyem /etc as very forst step of the update process, even before executing the opkg commands.
GerhardHoffmann2024-02-27 13:56:38 +01:00
0dffc1d1c2
Create m_update-object inside of constructor of worker-class: this way the object belongs to the GUI-thread, and can be addressed via emit by the reporting thread.
GerhardHoffmann2024-02-06 11:25:46 +01:00
3581dd4b1d
doUpdate(): start reorting thread to report download-progress to GUI.
GerhardHoffmann2024-02-05 16:31:24 +01:00