Skip to content

Commit 390fe67

Browse files
committed
fix: change ustreamer repo to own fork as workaround for mainsail-crew#247
Fixes mainsail-crew#247 Signed-off-by: Patrick Gehrsitz <[email protected]>
1 parent e97a8d5 commit 390fe67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ 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/pikvm/ustreamer.git"
35+
CROWSNEST_USTREAMER_REPO_SHIP="https://github.com/mryel00/ustreamer.git"
3636
fi
3737
if [[ -z "${CROWSNEST_USTREAMER_REPO_BRANCH}" ]]; then
3838
CROWSNEST_USTREAMER_REPO_BRANCH="master"

tools/configure.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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/pikvm/ustreamer.git"
29+
CN_USTREAMER_REPO="https://github.com/mryel00/ustreamer.git"
3030
CN_USTREAMER_BRANCH="master"
3131
CN_CAMERA_STREAMER_REPO="https://github.com/ayufan/camera-streamer.git"
3232
CN_CAMERA_STREAMER_BRANCH="master"

tools/libs/config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ 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/pikvm/ustreamer.git"
38+
[[ -n "${CROWSNEST_USTREAMER_REPO_SHIP}" ]] || CROWSNEST_USTREAMER_REPO_SHIP="https://github.com/mryel00/ustreamer.git"
3939
[[ -n "${CROWSNEST_USTREAMER_REPO_BRANCH}" ]] || CROWSNEST_USTREAMER_REPO_BRANCH="master"
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"

0 commit comments

Comments
 (0)