File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -607,7 +607,7 @@ IRONIC_PYTHON_AGENT_BRANCH=${IRONIC_PYTHON_AGENT_BRANCH:-master}
607607
608608# a websockets/html5 or flash powered VNC console for vm instances
609609NOVNC_REPO=${NOVNC_REPO:- https:// github.com/ kanaka/ noVNC.git}
610- NOVNC_BRANCH=${NOVNC_BRANCH:- master }
610+ NOVNC_BRANCH=${NOVNC_BRANCH:- stable / v0.6 }
611611
612612# a websockets/html5 or flash powered SPICE console for vm instances
613613SPICE_REPO=${SPICE_REPO:- http:// anongit.freedesktop.org/ git/ spice/ spice-html5.git}
Original file line number Diff line number Diff line change 1515
1616echo " Ensuring we don't have crazy refs"
1717
18- REFS=` grep BRANCH stackrc | grep -v -- ' -master' `
18+ REFS=` grep BRANCH stackrc | grep -v -- ' -master' | grep -v ' NOVNC_BRANCH ' `
1919rc=$?
2020if [[ $rc -eq 0 ]]; then
2121 echo " Branch defaults must be master. Found:"
You can’t perform that action at this time.
0 commit comments