fix status messages
Since implementing the source mirroring, we have been seeing the git messages which check for submodules and such that are supposed to be silent, back in the logs.
This fixes the Source to ensure that we are silencing the messages while accessing Source.get_source_fetchers()
, and also adds an explicit message to git's fetch implementation, stating the URL it is fetching from, which consequently also silences the nested messages which occur at fetch time.
Merge request reports
Activity
mentioned in merge request !846 (merged)
added 1 commit
- 71d6bb63 - source.py: Silence messages while consuming source fetchers
added 6 commits
-
71d6bb63...66446fc3 - 4 commits from branch
master
- 29c19bea - git.py: Added timed activity around fetching, displaying the URL being fetched.
- b645881c - source.py: Silence messages while consuming source fetchers
-
71d6bb63...66446fc3 - 4 commits from branch
enabled an automatic merge when the pipeline for b645881c succeeds
mentioned in commit c9437616
Please register or sign in to reply