Open aappling-usgs opened 5 years ago
See https://github.com/USGS-VIZLAB/gage-conditions/pull/40#discussion_r257421345: we're trying out a Docker approach for vizzy development, and if that turns out to be as easy and useful as we anticipate, then we want to move package management from the vizlab package into vizzy-specific Dockerfiles.
vizlab
David looked into this and determined that likey steps are:
checkVizPackages()
vizmake()
See https://github.com/USGS-VIZLAB/gage-conditions/pull/40#discussion_r257421345: we're trying out a Docker approach for vizzy development, and if that turns out to be as easy and useful as we anticipate, then we want to move package management from the
vizlab
package into vizzy-specific Dockerfiles.David looked into this and determined that likey steps are:
checkVizPackages()
call fromvizmake()
checkVizPackages()
and any associated code that doesn't get used elsewhere.