Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-28Add lint and lint-docker rules to MakefileJaime Martinez
Remove references to ./bin/golint, ./bin/gocycle and remove _support/ directory. Add formatting rule to .golangci.yml for goimports and local imports.
2018-10-12Fix version string not showing properlyStan Hu
Due to a typo, the output of `gitlab-pages -version` was always `dev` instead of the actual version. The variable name is VERSION, not Version. Closes https://gitlab.com/gitlab-org/gitlab-pages/issues/140
2018-04-23Work around golang.org/x/lint download troubleJacob Vosmaer (GitLab)
2017-09-29Rework the Makefile so "make" runs outside a GOPATH. Update CI to suitNick Thomas