USGS-R / repgen

report generation in R
Creative Commons Zero v1.0 Universal
9 stars 19 forks source link

Merge docker and code repos. #852

Closed zmoore-usgs closed 5 years ago

mhines-usgs commented 5 years ago

Also, one more Q, we're not controlling the repgen version anymore, this will just be latest/master?

zmoore-usgs commented 5 years ago

Yeah, so like the other merged repos this just installs Repgen from whatever sources are downloaded with the Dockerfile. So if you clone this down to your machine and build it'll be building from master. if we cut a release and make new changes then to build the old release you'd checkout that tag locally and then just run the docker build since it builds from the current checked-out sources.

If we need to rebuild an old release from before this merge then we'll need to use the old Dockerfile that pulls the code from GitHub.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 97.469% when pulling 0ca966d29c14f7d32e8983327112538e2584ad4c on zmoore-usgs:merge into 7db056f9242d648b304cee53b08ae30004179f9b on USGS-R:master.

zmoore-usgs commented 5 years ago

Going to go ahead and merge since Travis seems to give up pulling our Rserve base image. Will look into moving that from our Artifactory to our DockerHub account