From 3700d5a7130d0d2dad5e7a1056f35d3253f5b5d4 Mon Sep 17 00:00:00 2001 From: Ian Tangney Date: Mon, 4 May 2026 16:08:34 +0000 Subject: [PATCH] KASM-8210 bump audio/gamepad/webcam/printer/recorder to latest feature-branch commits --- src/ubuntu/install/audio/install_audio.sh | 2 +- src/ubuntu/install/gamepad/install_gamepad.sh | 2 +- src/ubuntu/install/printer/install_printer.sh | 2 +- src/ubuntu/install/recorder/install_recorder.sh | 2 +- src/ubuntu/install/webcam/install_webcam.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ubuntu/install/audio/install_audio.sh b/src/ubuntu/install/audio/install_audio.sh index fdb1e38..9ca47f7 100644 --- a/src/ubuntu/install/audio/install_audio.sh +++ b/src/ubuntu/install/audio/install_audio.sh @@ -98,7 +98,7 @@ fi mkdir -p /var/run/pulse -WS_COMMIT_ID="442c0977c86d4dcd155eef32976f2eb6863c2ae7" +WS_COMMIT_ID="5caefa6e8b9515dc2541909fd0661700653aac00" WS_BRANCH="feature_KASM-8210_bump_dep_versions_for_1_19_0" WS_COMMIT_ID_SHORT=$(echo "${WS_COMMIT_ID}" | cut -c1-6) diff --git a/src/ubuntu/install/gamepad/install_gamepad.sh b/src/ubuntu/install/gamepad/install_gamepad.sh index 74a80b3..b2ef7b3 100644 --- a/src/ubuntu/install/gamepad/install_gamepad.sh +++ b/src/ubuntu/install/gamepad/install_gamepad.sh @@ -2,7 +2,7 @@ ### every exit != 0 fails the script set -e -COMMIT_ID="c73ce8f5bf843e497d912fcc6291cd91e0239b10" +COMMIT_ID="cb43f14cab9274dc743b8601ee3f0de272988a2c" BRANCH="feature_KASM-8210_bump_dep_versions_for_1_19_0" COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6) diff --git a/src/ubuntu/install/printer/install_printer.sh b/src/ubuntu/install/printer/install_printer.sh index 4c9ac59..2b17381 100755 --- a/src/ubuntu/install/printer/install_printer.sh +++ b/src/ubuntu/install/printer/install_printer.sh @@ -32,7 +32,7 @@ fi # to the one watched by the printer service sed -i -r -e "s:^(Out\s).*:\1/home/kasm-user/PDF:" /etc/cups/cups-pdf.conf -COMMIT_ID="686ca9b362eba4d9d9c44da271fe973f8519e7ad" +COMMIT_ID="f506bb6b923148e861117b7faeaa46726a501f61" BRANCH="feature_KASM-8210_bump_dep_versions_for_1_19_0" COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6) diff --git a/src/ubuntu/install/recorder/install_recorder.sh b/src/ubuntu/install/recorder/install_recorder.sh index 76b3375..b10edb1 100644 --- a/src/ubuntu/install/recorder/install_recorder.sh +++ b/src/ubuntu/install/recorder/install_recorder.sh @@ -14,7 +14,7 @@ elif [ "${DISTRO}" == "opensuse" ]; then zypper install -ny xhost fi -COMMIT_ID="2ccf788fe767b185e0ef7dc16cfb7c3053977707" +COMMIT_ID="7c153608953b4c04ba84c7cd396ba7c991c9d48c" BRANCH="feature_KASM-8210_bump_dep_versions_for_1_19_0" COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6) diff --git a/src/ubuntu/install/webcam/install_webcam.sh b/src/ubuntu/install/webcam/install_webcam.sh index 4e5f448..b158cb8 100644 --- a/src/ubuntu/install/webcam/install_webcam.sh +++ b/src/ubuntu/install/webcam/install_webcam.sh @@ -8,7 +8,7 @@ elif [ "${DISTRO}" == "oracle8" ]; then DISTRO=oracle fi -COMMIT_ID="1b48171f4e89d67aaf72303890ded01d012f6531" +COMMIT_ID="a5de87828407e9c6d6ac5b3e4151711685066114" BRANCH="feature_KASM-8210_bump_dep_versions_for_1_19_0" COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6)