Actions
action #62549
closedopenqa-bootstrap fails if fetchneedles has already been called and git is up-to-date
Status:
Resolved
Priority:
Low
Assignee:
Category:
Feature requests
Target version:
Start date:
2020-01-22
Due date:
% Done:
0%
Estimated time:
Description
openqa-bootstrap
script stop early if fetchneedles
has already been called prior to openqa-bootstrap
as /usr/share/openqa/script/fetchneedles
will return 1
, instead of 0
at https://github.com/os-autoinst/openQA/blob/master/script/openqa-bootstrap#L59
Updated by okurz almost 5 years ago
- Category changed from Regressions/Crashes to Feature requests
- Priority changed from Normal to Low
- Target version set to future
The idea of bootstrap is to call it on a pristine system. But also the idea of the bootstrap scripts is to act as easy to read example statements so we need to be careful with what if/else parts we add.
Updated by okurz almost 5 years ago
- Status changed from New to Feedback
- Assignee set to okurz
uh, I guess I actually ran into https://github.com/koalaman/shellcheck/wiki/SC2015 so I will fix this :)
Actions