5427844977
For each customer repository change the file ChangeLog in branch master as last step. The git commit for this file will be used as output, so this file has always be the last to be checked in.
GerhardHoffmann2023-08-30 11:36:28 +02:00
f8fef38009
Add last-commit for traiff and add info for opkg_commands.
GerhardHoffmann2023-08-22 13:47:57 +02:00
cbe1fd387d
After "rsync", compare etc/psa_tariff and /etc/psa_tariff, if they contain the same traiff-files (as they should).
GerhardHoffmann2023-08-22 12:31:15 +02:00
1620b73d01
Added sameFilesInDirs(): check for two different directories if the contain the same files (comparison by name and by git-blob).
GerhardHoffmann2023-08-22 12:29:52 +02:00
99b9419150
Made gitBlob() static and execute in /tmp as this command can be executed for every file not only the files contained in a git repository.
GerhardHoffmann2023-08-22 12:19:25 +02:00
4307fb96a6
Add status bar instead of using an message box for displaying error messages.
GerhardHoffmann2023-08-22 09:27:59 +02:00
c35390b6d6
removed commented code plannned for future use -> did not work
GerhardHoffmann2023-08-22 09:27:20 +02:00
bea8242d6f
Add some changes to the message box (to be chenged anyways later).
GerhardHoffmann2023-08-18 11:50:14 +02:00
56daa84a14
Streamlined the connects (without any whitespace) to silence clang.
GerhardHoffmann2023-08-18 11:49:34 +02:00
17ddfd0ddd
Added slot onReplaceLast() to handle adding a QStringList to the text edit.
GerhardHoffmann2023-08-18 11:48:29 +02:00
2ac8c4cfc6
Added scrollDownTextEdit() -> text edit is supposed to scroll down autmatically in case too much info has to be displayed.
GerhardHoffmann2023-08-18 11:46:57 +02:00
7631c05e22
Insert last commit-id, message and date of last commit into sendLastVersion-message to ISMAS.
GerhardHoffmann2023-08-16 10:34:55 +02:00
ad93e536f0
Added gitShowReason(): get lastCommit, message and date of last commit to insert inti sendLastVersion-message to ISMAS.
GerhardHoffmann2023-08-16 10:33:08 +02:00
259da8200e
Fixed known defaults for starting ATBUpdateTool.
GerhardHoffmann2023-08-14 15:08:00 +02:00
8d528f0f55
SO_SNDTIMEO and SO_RCVTIMEO socket options have turned out not to be reliable. Use select() for detecting timeout on socket (read and write).
GerhardHoffmann2023-08-14 14:35:54 +02:00
66d0214720
Always look for {"error": "ISMAS is offline"} first. Allow for empty update-trgger (try again) rsync: mkdir -p the necessary directories.
GerhardHoffmann2023-08-14 14:33:12 +02:00
86064979b4
Add memeber-variable for exitCode of executed process.
GerhardHoffmann2023-08-14 14:28:23 +02:00
c2b52aa91d
Only check for keyword RECORD to be more general.
GerhardHoffmann2023-08-09 15:01:43 +02:00
329c770aa0
Use a message box with color red and a timer to click on ok after 5 secs.
GerhardHoffmann2023-08-07 14:01:51 +02:00
cdb045b72b
Fixed onAppendText() and onReplaceLast(): Watch out for special suffixes.
GerhardHoffmann2023-08-07 13:59:44 +02:00
6d43cf4c9f
Send custom events to the progress bar according to the state of the update process. Changed the handling of messages for the text edit.
GerhardHoffmann2023-08-07 13:56:51 +02:00
4ff3b0efdf
Advance the progress bar in the foreground when a long running task in the background (e.g. git clone).
GerhardHoffmann2023-08-06 20:44:26 +02:00
1fd2269753
onAppendText() only appends text. onReplaceLast() replaces the last line in the text edit window.
GerhardHoffmann2023-08-06 14:14:47 +02:00
f88b0edb2a
Fix for the case when several branches are edited: 'git fetch' will display several lines then, not only one.
GerhardHoffmann2023-08-04 13:35:42 +02:00