Skip to content

Commit 2a138ac

Browse files
committed
chore: use official ustreamer repo with tag
Signed-off-by: Patrick Gehrsitz <[email protected]>
1 parent e96cd46 commit 2a138ac

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bin/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ CLONE_FLAGS=(--depth=1 --single-branch)
3232
# Ustreamer repo
3333
USTREAMER_PATH="ustreamer"
3434
if [[ -z "${CROWSNEST_USTREAMER_REPO_SHIP}" ]]; then
35-
CROWSNEST_USTREAMER_REPO_SHIP="https://github.com/mryel00/ustreamer.git"
35+
CROWSNEST_USTREAMER_REPO_SHIP="https://github.com/pikvm/ustreamer.git"
3636
fi
3737
if [[ -z "${CROWSNEST_USTREAMER_REPO_BRANCH}" ]]; then
38-
CROWSNEST_USTREAMER_REPO_BRANCH="master"
38+
CROWSNEST_USTREAMER_REPO_BRANCH="v5.57"
3939
fi
4040

4141
# Camera-streamer repo

tools/configure.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ CN_CONFIG_CONFIGPATH="${CN_CONFIG_ROOTPATH}/config"
2626
CN_CONFIG_LOGPATH="${CN_CONFIG_ROOTPATH}/logs"
2727
CN_CONFIG_ENVPATH="${CN_CONFIG_ROOTPATH}/systemd"
2828
CN_MOONRAKER_CONFIG_PATH="${CN_CONFIG_CONFIGPATH}/moonraker.conf"
29-
CN_USTREAMER_REPO="https://github.com/mryel00/ustreamer.git"
30-
CN_USTREAMER_BRANCH="master"
29+
CN_USTREAMER_REPO="https://github.com/pikvm/ustreamer.git"
30+
CN_USTREAMER_BRANCH="v5.57"
3131
CN_CAMERA_STREAMER_REPO="https://github.com/ayufan/camera-streamer.git"
3232
CN_CAMERA_STREAMER_BRANCH="master"
3333

tools/libs/config.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ import_config() {
3535
[[ -n "${CROWSNEST_CONFIG_PATH}" ]] || CROWSNEST_CONFIG_PATH="/home/${BASE_USER}/printer_data/config"
3636
[[ -n "${CROWSNEST_LOG_PATH}" ]] || CROWSNEST_LOG_PATH="/home/${BASE_USER}/printer_data/logs"
3737
[[ -n "${CROWSNEST_ENV_PATH}" ]] || CROWSNEST_ENV_PATH="/home/${BASE_USER}/printer_data/systemd"
38-
[[ -n "${CROWSNEST_USTREAMER_REPO_SHIP}" ]] || CROWSNEST_USTREAMER_REPO_SHIP="https://github.com/mryel00/ustreamer.git"
39-
[[ -n "${CROWSNEST_USTREAMER_REPO_BRANCH}" ]] || CROWSNEST_USTREAMER_REPO_BRANCH="master"
38+
[[ -n "${CROWSNEST_USTREAMER_REPO_SHIP}" ]] || CROWSNEST_USTREAMER_REPO_SHIP="https://github.com/pikvm/ustreamer.git"
39+
[[ -n "${CROWSNEST_USTREAMER_REPO_BRANCH}" ]] || CROWSNEST_USTREAMER_REPO_BRANCH="v5.57"
4040
[[ -n "${CROWSNEST_CAMERA_STREAMER_REPO_SHIP}" ]] || CROWSNEST_CAMERA_STREAMER_REPO_SHIP="https://github.com/ayufan/camera-streamer.git"
4141
[[ -n "${CROWSNEST_CAMERA_STREAMER_REPO_BRANCH}" ]] || CROWSNEST_CAMERA_STREAMER_REPO_BRANCH="master"
4242
status_msg "Using default configuration ..." "0"

0 commit comments

Comments
 (0)