fix status messages
Compare changes
+ 4
− 0
@@ -55,6 +55,10 @@ class Linux(Platform):
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.