Reduce development roundtripping and unify verbosity#158
Merged
vireshnavalli merged 11 commits intomainfrom Jan 16, 2026
Merged
Reduce development roundtripping and unify verbosity#158vireshnavalli merged 11 commits intomainfrom
vireshnavalli merged 11 commits intomainfrom
Conversation
Fix wfm.sh so that action can be provided as CLI argument without needint to show a menu and requiring user interaction. That way it is possible to run wfm.sh from a script. Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
Updating repositories to try to reinstall packages is not needed and takes too long, only install missing packages. Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
Make verbosity during Redis installation similar to that of other parts of the script. Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
Make go available in the PATH in any case. Unify verbosity with other parts of the script. And use 'sudo' only wherever it's needed to run the script as non-root. Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>[27;5;13~
Unify verbosity with other parts of the script. Enable execution as non-root. Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
No need to reclone existing git repositories, simply fetch and apply upstream updates. Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
374191f to
06b2e55
Compare
Contributor
|
@Silvanoc we will be merging this post verification. |
Contributor
Author
I don't fully understand what you mean here, sorry. Do I need to do anything? |
Contributor
ajcraig
approved these changes
Jan 13, 2026
singhmj-1
approved these changes
Jan 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Retrying when script fails takes too long. This patch speeds up development roundtrip time and unify verbosity.