layouts/custompage/release.html [35:44]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ $dir := print "kyuubi-" .File.BaseFileName "/" }}
{{ $source := print "apache-kyuubi-" .File.BaseFileName "-source.tgz" }}
{{ $bin := print "apache-kyuubi-" .File.BaseFileName "-bin.tgz" }}
{{ $link_base := "" }}
{{ if strings.Contains .File.BaseFileName "incubating" }}
{{ $link_base = .Site.Params.downloadLinkIncubator }}
{{ else }}
{{ $link_base = .Site.Params.downloadLink }}
{{ end }}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
layouts/custompage/release.html [79:88]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ $dir := print "kyuubi-" .File.BaseFileName "/" }}
{{ $source := print "apache-kyuubi-" .File.BaseFileName "-source.tgz" }}
{{ $bin := print "apache-kyuubi-" .File.BaseFileName "-bin.tgz" }}
{{ $link_base := "" }}
{{ if strings.Contains .File.BaseFileName "incubating" }}
{{ $link_base = .Site.Params.downloadLinkIncubator }}
{{ else }}
{{ $link_base = .Site.Params.downloadLink }}
{{ end }}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -