mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-29 02:43:28 +01:00
KASM-5585 Update KAsmVNC to 1.3.0 official
This commit is contained in:
parent
13c85726b2
commit
e836fd137a
@ -13,13 +13,14 @@ prepare_rpm_repo_dependencies() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
echo "Install KasmVNC server"
|
echo "Install KasmVNC server"
|
||||||
cd /tmp
|
cd /tmp
|
||||||
BUILD_ARCH=$(uname -p)
|
BUILD_ARCH=$(uname -p)
|
||||||
UBUNTU_CODENAME=""
|
UBUNTU_CODENAME=""
|
||||||
COMMIT_ID="a10358b5ca10ef12c377ddac8bacb8c8a6ca31ae"
|
COMMIT_ID="12066abc660de932924b5635913170b3c4ac5f87"
|
||||||
BRANCH="master" # just use 'release' for a release branch
|
BRANCH="release" # just use 'release' for a release branch
|
||||||
KASMVNC_VER="1.2.1"
|
KASMVNC_VER="1.3.0"
|
||||||
COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6)
|
COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6)
|
||||||
|
|
||||||
# Naming scheme is now different between an official release and feature branch
|
# Naming scheme is now different between an official release and feature branch
|
||||||
|
Loading…
Reference in New Issue
Block a user