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
We have an interesting circular thing going on now that the VM code is part of this repo. We need to tag the SIRF-SuperBuild before creating a VM, but we might need to fix things before tagging. The chain is
We have an interesting circular thing going on now that the VM code is part of this repo. We need to tag the SIRF-SuperBuild before creating a VM, but we might need to fix things before tagging. The chain is
SIRF-SuperBuild/VirtualBox/vagrant/Vagrantfile
Line 99 in ec4b9c5
UPDATE.sh
(currently with the wrong branch)SIRF-SuperBuild/VirtualBox/scripts/bootstrap_ubuntu.sh
Line 82 in ec4b9c5
UPDATE.sh
defaults to using the latest tagSIRF-SuperBuild/VirtualBox/scripts/UPDATE.sh
Lines 177 to 181 in ec4b9c5
It seems that we need to create it first with a locally modified
Vagrantfile
that sets-t origin/master
, do all the tests, tag, and then recreate.@paskino any better ideas?
PS: I do think that
UPDATE.sh
still needs to default to using the latest tag, as this is whatupdate_VM.sh
will use.The text was updated successfully, but these errors were encountered: