Modified: branches/vcs-fetch/base/src/port1.0/portlint.tcl (147241 => 147242)
--- branches/vcs-fetch/base/src/port1.0/portlint.tcl 2016-03-31 23:33:17 UTC (rev 147241)
+++ branches/vcs-fetch/base/src/port1.0/portlint.tcl 2016-03-31 23:34:20 UTC (rev 147242)
@@ -709,6 +709,15 @@
}
}
+ if {${fetch.type} eq "git"} {
+ if {![info exists checksums] || $checksums eq ""} {
+ ui_error "Using fetch.type git, but no checksums for mirroring"
+ incr errors
+ } else {
+ ui_info "OK: checksums defined for fetch.type git"
+ }
+ }
+
### TODO: more checks to Tcl variables/sections
ui_debug "Name: $name"