Prow is a Kubernetes based CI/CD system developed to serve the Kubernetes community. This repository contains Prow source code and Hugo sources for Prow documentation site.
We have REPO_NAME and REPO_OWNER, but we don't have SRC_BASE (GOPATH+/src) and SRC_HOST (which is normally github.com, but it can be different for github enterprise). This would allow building extra_ref paths instead of using relative paths for executables.
We have
REPO_NAME
andREPO_OWNER
, but we don't haveSRC_BASE
(GOPATH
+/src
) andSRC_HOST
(which is normallygithub.com
, but it can be different for github enterprise). This would allow building extra_ref paths instead of using relative paths for executables.