Actions
Bug #49
openboard_status.sh does not check git identity
Status:
New
Priority:
Normal
Assignee:
-
Category:
infrastructure
Target version:
-
Start date:
04/30/2016
Due date:
% Done:
0%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Description
Running board_status.sh from live environments seems like a good idea at first sight.
However, board_status.sh does not check git identities beforehand and only prints warnings during uploading process. In fact, it fails (more or less silently) to commit the changes due to not configured git identity. Now, even if you set the git identity afterwards and re-run it, it refuses to file the board_status because it says that it's a duplicate, while in fact the previous report was not uploaded at all.
So imho we have two problems here:
- board_status.sh does not check git identities beforehand
- board_status reports false positives regarding duplicate status
Updated by Patrick Georgi over 4 years ago
- Blocks Feature #210: Improve board-status added
Updated by Daniel Kulesz over 4 years ago
Thank you for coming back to this. I assume that fixing the first issue would already by sufficient to prevent the failure I originally reported for most cases.
Actions