We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3880209 commit 82d2925Copy full SHA for 82d2925
modules/setting/mirror.go
@@ -34,6 +34,7 @@ func newMirror() {
34
35
// fallback to old config repository.DISABLE_MIRRORS
36
if Cfg.Section("repository").Key("DISABLE_MIRRORS").MustBool(false) {
37
+ log.Warn("Deprecated DISABLE_MIRRORS config is used, please change your config and use the optins within [mirror] section")
38
Mirror.DisableNewPull = true
39
}
40
0 commit comments