You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, make update pulls the latest Autolab (and Tango) versions. Also, it doesn't pull the latest changes from the docker repo.
However, this might be undesirable as the master branches could be unstable.
Possible approach
Create autolab/docker releases in tandem with autolab/Autolab releases
make update to support optional specification of autolab/docker release tag. If specified, it should checkout the docker repo at that tag and pull the corresponding submodules (git submodule update)
The text was updated successfully, but these errors were encountered:
Currently,
make update
pulls the latest Autolab (and Tango) versions. Also, it doesn't pull the latest changes from the docker repo.However, this might be undesirable as the
master
branches could be unstable.Possible approach
autolab/docker
releases in tandem withautolab/Autolab
releasesmake update
to support optional specification ofautolab/docker
release tag. If specified, it should checkout thedocker
repo at that tag and pull the corresponding submodules (git submodule update
)The text was updated successfully, but these errors were encountered: