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

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-01Update Dockerfile to pull in missing test dependencyAndrew Speed
Add the missing github.com/fortytw2/leaktest dependency required for hugo_site_tests.
2016-06-08Fix urlesc import url in DockerfileCody W. Opel
2016-06-05Get Dockerfile up-to-dateBjørn Erik Pedersen
2016-04-20Update import path of fsnotifyAnthony Fok
Rename "gopkg.in/fsnotify.v1" to "github.com/fsnotify/fsnotify" per upstream recommendation. See https://github.com/fsnotify/fsnotify/issues/108 for rationale.
2016-03-10Update Dockerfile to use golang:1.6 base imageIvan Fraixedes
Hugo has been confirmed which runs on Golang 1.6, as travis uses 1.6 vesion. Dockerfile must be consistend with it so it has to use golang:1.6 as base image than golang:1.5
2016-01-04Use a Docker container to build hugoSven Dowideit
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>