We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4563148 commit 4b92fb2Copy full SHA for 4b92fb2
modules/setting/mirror.go
@@ -32,7 +32,7 @@ func newMirror() {
32
// - please note this was badly named and only disabled the creation of new pull mirrors
33
if Cfg.Section("repository").Key("DISABLE_MIRRORS").MustBool(false) {
34
log.Warn("Deprecated DISABLE_MIRRORS config is used, please change your config and use the options within the [mirror] section")
35
- // TODO: enable on v1.17.0: log.Error("Deprecated fallback used, will be removed in v1.18.0")
+ log.Error("Deprecated fallback used, will be removed in v1.18.0")
36
Mirror.DisableNewPull = true
37
}
38
if err := Cfg.Section("mirror").MapTo(&Mirror); err != nil {
0 commit comments