Skip to content

Commit 8996162

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Change version of noVNC to stable"
2 parents 6b1967b + 0d9fd60 commit 8996162

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

stackrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
609609
NOVNC_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
613613
SPICE_REPO=${SPICE_REPO:-http://anongit.freedesktop.org/git/spice/spice-html5.git}

tests/test_refs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
echo "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'`
1919
rc=$?
2020
if [[ $rc -eq 0 ]]; then
2121
echo "Branch defaults must be master. Found:"

0 commit comments

Comments
 (0)